BixelDocs
API reference

List categories

GET
/v1/categories

List every category: slug, name, description, comparison criteria, and member count. The directory — start here to discover what Bixel tracks.

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/v1/categories"
{  "data": {    "categories": [      {        "slug": "vector-databases",        "name": "string",        "description": "string",        "criteria": [          "string"        ],        "company_count": 0      }    ]  },  "meta": {    "generated_at": "2019-08-24T14:15:22Z",    "count": 0,    "total": 0,    "next_cursor": "string",    "notice": "string"  }}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}