{
"content": {
"parts": [
{
"text": "What is the meaning of life?"
}
]
}
}curl --location 'https://poloai.top/v1beta/models/gemini-embedding-001:embedContent' \
--header 'Authorization: sk-' \
--header 'Content-Type: application/json' \
--data '{
"content": {
"parts": [
{
"text": "What is the meaning of life?"
}
]
}
}'{}