curl --location --request POST 'http://dev-cn.your-api-server.com/v2/image/embeddings' \
--header 'Authorization;' \
--header 'content-type: application/json' \
--data-raw '{
"response_as_dict": true,
"attributes_as_list": false,
"show_original_response": false,
"representation": "document"
}'
{
"alephalpha": {
"items": [
{
"embedding": [
0.09472656,
1.203125,
0.09277344,
1.09375,
0.9296875,
0.828125,
-3.421875,
-1.3125,
0.58203125,
-2.734375
]
}
]
}
}