v4
latestOpenAPI 3.1.02026-08-021957100.4 KBSearch Foundation Models
Embeddings
Generate embeddings for text, images, or documents.
World-class multimodal multilingual embeddings for semantic search, similarity matching, clustering, and classification tasks.
post/v1/embeddings
Request body
Example request
{
"embedding_type": "float",
"input": [
"A beautiful sunset over the beach",
"Jina AI - Your Search Foundation - Supercharged"
],
"model": "jina-embeddings-v2-base-en",
"normalized": true,
"truncate": false
}Response
Successful Response