POST
/
embeddings
/
loc
curl --request POST \
  --url https://api.bluesight.ai/embeddings/loc \
  --header 'Content-Type: application/json' \
  --data '{
  "points": [
    [
      37.77625,
      -122.43267
    ],
    [
      40.68926,
      -74.04457
    ]
  ],
  "size": 128
}'
{
  "embeddings": [
    [
      228,
      322.1
    ],
    [
      234,
      231.5
    ]
  ]
}

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.