Vector Categories
API endpoints for managing vector categories
Get all vector categories without pagination.
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Query parameters
order_bystringOptionalExample:
Column to order results by (e.g., 'created_at')
created_atorderstring · enumOptionalExample:
Sorting order (asc or desc)
descPossible values: Responses
200
Successful response
application/json
401
Unauthorized
500
Internal server error
get
/api/open-api/v1/vectors-categories/listGet a specific vector category by ID.
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Path parameters
idinteger · int64Required
ID of the vector category
Responses
200
Successful response
application/json
401
Unauthorized
404
Vector category not found
get
/api/open-api/v1/vectors-categories/{id}Get all vectors categories.
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Query parameters
per_pageintegerOptionalExample:
Number of records per page (-1 for all records)
25order_bystringOptionalExample:
Column to sort by
created_atorderstringOptionalExample:
Sort order (asc/desc)
descResponses
200
Successful response
No content
401
Unauthorized
500
Internal Server Error
get
/api/open-api/v1/vectors-categoriesNo content
Last updated
Was this helpful?