Get embeddings for a list of texts.
curl --request POST \ --url https://api.bluesight.ai/embeddings/text \ --header 'Content-Type: application/json' \ --data '[ "<string>" ]'
{ "embeddings": [ [ 228, 322.1 ], [ 234, 231.5 ] ] }
The body is of type string[].
string[]
Successful Response
The response is of type object.
object