Feature Extractors
Extract Embeddings
POST
/
features
/
extractors
/
embed
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'
Body
application/json
type
enum<string>
requiredType of input to embed
Available options:
url
, text
, file
, base64
vector_index
enum<string>
requiredName of the vector index to use for embedding
Available options:
image_vector
, multimodal_vector
, text_vector
, keyword_vector
value
string | null
The input content to embed. Could be a URL, text content, file path, or base64 encoded string
Response
200 - application/json
embedding
object
requiredThe embedding of the processed data, either dense or sparse format
elapsed_time
number | null
The time taken to process the data.
Was this page helpful?