Vectors
API endpoints for managing 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
Vectors data response
idintegerOptionalExample:
1namestringOptionalExample:
Wood Vectorvector_filestring · urlOptionalExample:
https://example.com/vectors/wood_vector.jpgbump_filestring · urlOptionalExample:
https://example.com/vectors/wood_vector_bump.jpgcategory_idintegerOptionalExample:
3fill_colorsstringOptionalExample:
Fill colors in JSON format
{'id': '1', 'title': 'test', 'color': '#000000'}created_atstring · date-timeOptionalExample:
2024-02-21T12:34:56Zupdated_atstring · date-timeOptionalExample:
2024-02-21T12:34:56Z401
Unauthorized
500
Internal Server Error
get/api/open-api/v1/vectors
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Path parameters
idinteger · int64RequiredExample:
ID of the vector
1Responses
200
Successful response
application/json
Vectors data response
idintegerOptionalExample:
1namestringOptionalExample:
Wood Vectorvector_filestring · urlOptionalExample:
https://example.com/vectors/wood_vector.jpgbump_filestring · urlOptionalExample:
https://example.com/vectors/wood_vector_bump.jpgcategory_idintegerOptionalExample:
3fill_colorsstringOptionalExample:
Fill colors in JSON format
{'id': '1', 'title': 'test', 'color': '#000000'}created_atstring · date-timeOptionalExample:
2024-02-21T12:34:56Zupdated_atstring · date-timeOptionalExample:
2024-02-21T12:34:56Z401
Unauthorized
404
Vector not found
get/api/open-api/v1/vectors/{id}
Last updated