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
embeddings
array
required

Embedding representing an area

Example:
[[228, 322.1], [234, 231.5]]