{
"model": "models/gemini-embedding-001",
"content": {
"parts": [
{
"text": "What is the meaning of life?"
}
]
}
}curl --location --request POST '/v1beta/models/gemini-embedding-001:embedContent' \
--header 'x-goog-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "models/gemini-embedding-001",
"content": {
"parts": [
{
"text": "What is the meaning of life?"
}
]
}
}'