Authorization: Bearer ********************
{
"input": "What is the purpose of existence?",
"model": "gemini-embedding-001"
}
curl --location --request POST 'https://api.302.ai/v1/embeddings' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": "What is the purpose of existence?",
"model": "gemini-embedding-001"
}'
{}