cURL
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 ] ] }
Get embeddings for a list of points.
Successful Response
The response is of type object.
object