curl --location --request POST 'https://api.falken.ltd/api/ai/embeddings' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": "string",
"model": "string"
}'
{
"vectors": [
[
0
]
]
}
Authorization: Bearer ********************