cURL
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" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
<token>
v1
Successful response
The response is of type any.
any