Collections
Add Collection
This endpoint allows you to paginate through all documents in the index. You can filter the documents by title, date, metadata, etc.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The name of the collection.
The owner of the collection. If the request is made using a user token, this will be set to the user ID.