Vectors
API endpoints for managing vectors
Get a list of vectors.
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Query parameters
per_pageintegerOptionalExample:
Number of items per page (-1 for all items)
25order_bystringOptionalExample:
Field to order by (default: created_at)
nameorderstring · enumOptionalExample:
Sorting order (asc or desc)
descPossible values: category_idintegerOptionalExample:
Filter by category ID
2Responses
200
Successful response
application/json
401
Unauthorized
500
Internal Server Error
get
/api/open-api/v1/vectorsGet a specific vector by ID.
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Path parameters
idinteger · int64RequiredExample:
ID of the vector
1Responses
200
Successful response
application/json
401
Unauthorized
404
Vector not found
get
/api/open-api/v1/vectors/{id}Last updated
Was this helpful?