Learn how to create collections, insert resources, and query them using cURL in just a few minutes.
Token
(including a space). Example: Token YOUR_API_KEY
. Requests without this format will be rejected.Getting Started
Setting Up API Key
Create a Collection
collection_id
to group your resources.List all available collections
Insert a Resource into the Collection
collection_id
you created earlierQuery Collection
collection_id
created earlier by providing a query in the request_query
field./collection/query/
endpoint without structured output
Chat with Collection
collection_id
created earlier by providing a message in the message
field and continue conversations by passing chat_history
.Categorize a Resource
Remove a Resource
collection_id
and resource_id
.Delete a Collection
collection_id
.