POST
/
ai
/
{v}
/
chat
Create chat
curl --request POST \
  --url https://platform.ai.gloo.com/ai/{v}/chat \
  --header 'Authorization: Bearer <token>'
{
  "chat_id": "c2e49a430-1d00-4f07-bd83-123c5b51c3b5",
  "created_at": "2025-02-05T00:12:52.322010",
  "user_id": "u8721bb6d-b1c3-4130-b413-e7a56b3403d9"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

v
enum<string>
required
Available options:
v1

Response

200
application/json

Successful response

The response is of type any.