Skip to main content
POST
/
v1
/
digitals
/
v1
/
chat
/
completions
Chat Agent Runtime
curl --request POST \
  --url https://api.gbase.ai/v1/digitals/v1/chat/completions \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

bot_id
string<uuid>
required
session_id
string
required

Body

application/json

Json body. Same with openai chat api.

Response

Successful Response