Vector Categories

API endpoints for managing vector categories

Retrieve all vector categories without pagination

get
/api/open-api/v1/vectors-categories/list

Get all vector categories without pagination.

Authorizations
AuthorizationstringRequired

Enter token in format (Bearer <your_token>)

Query parameters
order_bystringOptional

Column to order results by (e.g., 'created_at')

Example: created_at
orderstring · enumOptional

Sorting order (asc or desc)

Example: descPossible values:
Responses
200

Successful response

application/json
get
/api/open-api/v1/vectors-categories/list

Get vector category by ID

get
/api/open-api/v1/vectors-categories/{id}

Get 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
get
/api/open-api/v1/vectors-categories/{id}

Get list of vectors categories

get
/api/open-api/v1/vectors-categories

Get all vectors categories.

Authorizations
AuthorizationstringRequired

Enter token in format (Bearer <your_token>)

Query parameters
per_pageintegerOptional

Number of records per page (-1 for all records)

Example: 25
order_bystringOptional

Column to sort by

Example: created_at
orderstringOptional

Sort order (asc/desc)

Example: desc
Responses
200

Successful response

No content

get
/api/open-api/v1/vectors-categories

No content

Last updated

Was this helpful?