Query data
Query
Query data
Ask questions about your data.
Use the chats endpoint to start a conversation with follow-up questions.
POST
Query data
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
ChatMessage