curl --request POST \
--url http://localhost:3333/v1/assistant-chat/completions \
--header 'X-API-Key: <api-key>'Streams an AI response based on the conversation messages. Tools are permission-gated per user.
curl --request POST \
--url http://localhost:3333/v1/assistant-chat/completions \
--header 'X-API-Key: <api-key>'API key for authentication
Streaming AI response
Was this page helpful?