POST
/
v1
/
digitals
/
v1
/
chat
/
completions
curl --request POST \
  --url https://api.gbase.ai/v1/digitals/v1/chat/completions \
  --header 'Content-Type: application/json' \
  --data '{}'
"<any>"

Query Parameters

bot_id
string
required
session_id
string
required

Body

application/json · Params · object

Json body. Same with openai chat api.

Response

200
application/json

Successful Response

The response is of type any.