Create a chat

Create a new chat session with an agent.

Path parameters

chat_idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
model_idstringRequired
The ID of the agent to chat with.
metadatamap from strings to anyOptional
Optional metadata to attach to the chat.

Response

200
statusstring or null
Whether the request was successful.
responseobject or null
Chat session details.

Errors