Authorization: Bearer ********************{
"content": {
"parts": [
{
"text": "What is the meaning of life?"
}
]
},
"output_dimensionality": 768,
"taskType": "SEMANTIC_SIMILARITY"
}curl --location 'https://code0.ai/v1beta/models/gemini-embedding-001:embedContent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": {
"parts": [
{
"text": "What is the meaning of life?"
}
]
},
"output_dimensionality": 768,
"taskType": "SEMANTIC_SIMILARITY"
}'{}