Get Point Embeddings
Get all data (including text) for requested embedding points.
Select either via point IDs, or by selecting a Circle around them (providing
an x, y, and radius (eg "circle": {"x": 0.1, "y": 0.2, "radius": 0.5}).
Only points or a circle are allowed, not both. Max 15 points per request.
This will return:
* id
* gold (string) (for non inference)
* prediction (string)
* dep (for non inference)
* confidence
* text_sample
* x coordinate
* y coordinate
Set data_view=true to return data embeddings instead of model embeddings. If
data embeddings are not available, an error will be thrown
Was this page helpful?