Embeddings
Get Embeddings With Coordinates
Get embeddings for a list of points.
POST
Body
application/json
List of 2D coordinates of points of interest
Example:
[
[37.77625, -122.43267],
[40.68926, -74.04457]
]
Bounding box edge size in pixels. Should be dividable by 8.
Example:
128
Response
200
application/json
Successful Response
Embedding representing an area
Example:
[[228, 322.1], [234, 231.5]]