Feature Extractors
Extract Embeddings
POST
/
features
/
extractors
/
embed
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'
Body
application/json
Type of input to embed
Available options:
url
, text
, file
, base64
Name of the vector index to use for embedding
Available options:
image
, multimodal
, text
, keyword
The input content to embed. Could be a URL, text content, file path, or base64 encoded string
Was this page helpful?