Create a chat
Chats
Create a chat
Start a conversation with follow-up questions. The results are returned as a message in the chat.
POST
Create a chat
Documentation Index
Fetch the complete documentation index at: https://docs.vectorify.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Example:
"how many invoices are in draft status?"
Array of collection slugs to filter the query.
Example:
["invoices"]Required if the project is multi-tenant.
Example:
235611
Optional user identifier data.
Example:
{
"id": "123",
"name": "John Doe",
"email": "john@example.com"
}Response
Chat