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/projects/{id}/analytics/histogram \ --header 'Authorization: Bearer <token>'
{ "data": { "bins": [ { "annotation_count": 123, "image_count": 123, "image_ids": [ 123 ], "label": "<string>" } ], "project_id": 123, "total_images": 123 }, "error": { "code": "<string>", "details": "<string>", "message": "<string>" }, "meta": { "count": 123, "limit": 123, "offset": 123, "total": 123 }, "success": true }
Provides annotated image count distribution buckets for visualization.
JWT access token. Paste the token only; the Bearer prefix is added automatically.
Project ID
Annotation histogram data
Show child attributes
Was this page helpful?