Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://acusight.io/api/data/images/{id}/annotations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "class_value": "<string>", "confidence": 123, "created_at": "<string>", "geometry": [ 123 ], "height": 123, "id": 123, "image_id": 123, "source": "<string>", "type": "<string>", "updated_at": "<string>", "width": 123, "x_center": 123, "y_center": 123, "z_order": 123 } ], "error": { "code": "<string>", "details": "<string>", "message": "<string>" }, "meta": { "count": 123, "limit": 123, "offset": 123, "total": 123 }, "success": true }
Returns annotations ordered by z-order for the specified image.
JWT access token. Paste the token only; the Bearer prefix is added automatically.
Image ID
Image annotations
Show child attributes
Was this page helpful?