AladiaDocs
Api referenceAi

Create the assistant chat of an ai

Add chat to an ai

POST
/v2/ai/assistant/chat

Add chat to an ai

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/v2/ai/assistant/chat" \  -H "Content-Type: application/json" \  -d '{    "messages": [      {}    ]  }'
Empty