POST
/
v1
/
entities
/
taxonomies
/
{taxonomy}
/
classifications

Headers

Authorization
string | null

Bearer token authentication using your API key. Format: 'Bearer your_api_key'. To get an API key, create an account at mixpeek.com/start and generate a key in your account settings. Example: 'Bearer sk_1234567890abcdef'

X-Namespace
string | null

Optional namespace for data isolation. This can be a namespace name or namespace ID. Example: 'netflix_prod' or 'ns_1234567890'. To create a namespace, use the /namespaces endpoint.

Path Parameters

taxonomy
string
required

The ID or name of the taxonomy

Query Parameters

page
integer | null
default:
1
page_size
integer
default:
10

Body

application/json

Request model for listing classifications with filters

feature_options
object | null

Controls what feature data to include in the response. Note: Including additional data increases response latency.

filters
object | null

Complex nested query filters for classifications

node_options
object | null

Controls what node data to include in the response. Note: Including additional data increases response latency.

sort
object | null

Sort options for ordering classifications

Response

200 - application/json

Response for the list classifications endpoint

pagination
object
required

Pagination information

results
object[]
required

List of classification entries with optional enriched data