cURL
curl --request POST \ --url https://api.gbase.ai/v1/digitals/{ai_id}/chat \ --header 'Content-Type: application/json' \ --data '{}'
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Json body. Same with openai chat api.
Successful Response
The response is of type any.
any