Analyze usage patterns and identify optimization opportunities to reduce costs and improve efficiency.
GEThttps://api.aitronos.com/v1/analytics/usage/optimization/{org_id}
org_id string required
The organization ID.
days integer
Number of days to analyze. Default: 30. Range: 7-90.
metric string optional
Metric type to analyze: neurons, synapses, or omit for combined metrics. Default: combined (null).
Returns optimization recommendations and potential cost savings.
Bash
- Bash
- Python
- JavaScript
curl "https://api.aitronos.com/v1/analytics/usage/optimization/org_abc123?days=30" \
-H "X-API-Key: $FREDDY_API_KEY"