Compare your organization's usage metrics against industry benchmarks and similar organizations.
GEThttps://api.aitronos.com/v1/analytics/usage/benchmarks/{org_id}
org_id string required
The organization ID.
metric string optional
Metric type to analyze: neurons, synapses, or omit for combined metrics. Default: combined (null).
month integer required
Month for benchmark comparison (1-12).
year integer required
Year for benchmark comparison.
Returns benchmark comparison data showing how your usage compares to similar organizations.
Bash
- Bash
- Python
- JavaScript
curl "https://api.aitronos.com/v1/analytics/usage/benchmarks/org_abc123?metric=neurons" \
-H "X-API-Key: $FREDDY_API_KEY"