Health
Collections
Collection Documents
Collection Features
Retriever Stages
Taxonomies
Clusters
Retriever Interactions
Namespaces
Research
List Feature Extractors
List all available feature extractors grouped by category
curl --request GET \
--url https://api.mixpeek.com/v1/collections/features/extractors
[
{
"feature_extractor_name": "<string>",
"description": "<string>",
"version": "<string>",
"module_path": "<string>",
"input_schema": {},
"output_schema": {},
"parameter_schema": {},
"supported_input_types": [
"<string>"
],
"max_inputs": {},
"default_parameters": {},
"required_vector_indexes": [
{
"name": "<string>",
"description": "<string>",
"type": "single",
"index": {
"name": "<string>",
"description": "<string>",
"dimensions": 123,
"type": "dense",
"distance": "<string>"
}
}
],
"required_payload_indexes": [
"<any>"
]
}
]
Headers
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'
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.
Response
Schema field definition for bucket objects
Enum for field types in bucket schemas
string
, number
, integer
, boolean
, object
, array
, date
, datetime
, json
, text
, image
, audio
, video
, pdf
, document
, spreadsheet
, presentation
Schema field definition for bucket objects
Enum for field types in bucket schemas
string
, number
, integer
, boolean
, object
, array
, date
, datetime
, json
, text
, image
, audio
, video
, pdf
, document
, spreadsheet
, presentation
Schema field definition for bucket objects
Schema field definition for bucket objects
Enum for field types in bucket schemas
string
, number
, integer
, boolean
, object
, array
, date
, datetime
, json
, text
, image
, audio
, video
, pdf
, document
, spreadsheet
, presentation
Schema field definition for bucket objects
Schema field definition for bucket objects
Enum for field types in bucket schemas
string
, number
, integer
, boolean
, object
, array
, date
, datetime
, json
, text
, image
, audio
, video
, pdf
, document
, spreadsheet
, presentation
Schema field definition for bucket objects
Enum for field types in bucket schemas
string
, number
, integer
, boolean
, object
, array
, date
, datetime
, json
, text
, image
, audio
, video
, pdf
, document
, spreadsheet
, presentation
Schema field definition for bucket objects
Schema field definition for bucket objects
Enum for field types in bucket schemas
string
, number
, integer
, boolean
, object
, array
, date
, datetime
, json
, text
, image
, audio
, video
, pdf
, document
, spreadsheet
, presentation
Schema field definition for bucket objects
Schema field definition for bucket objects
Enum for field types in bucket schemas
string
, number
, integer
, boolean
, object
, array
, date
, datetime
, json
, text
, image
, audio
, video
, pdf
, document
, spreadsheet
, presentation
Schema field definition for bucket objects
Enum for field types in bucket schemas
string
, number
, integer
, boolean
, object
, array
, date
, datetime
, json
, text
, image
, audio
, video
, pdf
, document
, spreadsheet
, presentation
Schema field definition for bucket objects
Schema field definition for bucket objects
Enum for field types in bucket schemas
string
, number
, integer
, boolean
, object
, array
, date
, datetime
, json
, text
, image
, audio
, video
, pdf
, document
, spreadsheet
, presentation
Schema field definition for bucket objects
Complete vector index definition that can be either single or multi-vector
single
, multi
Base configuration for vector indexes
Types of vectors supported
dense
, sparse
, int8
Was this page helpful?
curl --request GET \
--url https://api.mixpeek.com/v1/collections/features/extractors
[
{
"feature_extractor_name": "<string>",
"description": "<string>",
"version": "<string>",
"module_path": "<string>",
"input_schema": {},
"output_schema": {},
"parameter_schema": {},
"supported_input_types": [
"<string>"
],
"max_inputs": {},
"default_parameters": {},
"required_vector_indexes": [
{
"name": "<string>",
"description": "<string>",
"type": "single",
"index": {
"name": "<string>",
"description": "<string>",
"dimensions": 123,
"type": "dense",
"distance": "<string>"
}
}
],
"required_payload_indexes": [
"<any>"
]
}
]