POST
/
embeddings
/
text
curl --request POST \
  --url https://api.bluesight.ai/embeddings/text \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'
{
  "embeddings": [
    [
      228,
      322.1
    ],
    [
      234,
      231.5
    ]
  ]
}

Body

application/json ยท string[]

The body is of type string[].

Response

200
application/json

Successful Response

The response is of type object.