Authorization: Bearer ********************{
"model": "text-embedding-3-large",
"input": "A group of beautiful young women running along the sunny beach, golden sand, clear blue sky, sparkling ocean waves, dynamic motion, flowing hair and swimsuits, realistic lighting, cinematic camera angles, wide shot, summer atmosphere, joyful expressions, natural movement, 8K ultra-detailed"
}curl --location --request POST 'https://openai.api365.cloud/v1/embeddings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "text-embedding-3-large",
"input": "A group of beautiful young women running along the sunny beach, golden sand, clear blue sky, sparkling ocean waves, dynamic motion, flowing hair and swimsuits, realistic lighting, cinematic camera angles, wide shot, summer atmosphere, joyful expressions, natural movement, 8K ultra-detailed"
}'{}