Feature Extractors
Extract Embeddings
POST
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
Name of the vector index to use for embedding
Available options:
image
, openai-clip-vit-base-patch32
, multimodal
, vertex-multimodal
, text
, baai-bge-m3
, keyword
, naver-splade-v3
Type of input to embed
Available options:
url
, text
, file
, base64
The input content to embed. Could be a URL, text content, file path, or base64 encoded string
Was this page helpful?