cURL
curl --request POST \ --url https://api.gbase.ai/v1/digitals/v1/chat/completions \ --header 'Content-Type: application/json' \ --data '{}'
"<any>"
Json body. Same with openai chat api.
Successful Response
The response is of type any.
any