Skip to content
Last updated

Analyze usage patterns and identify optimization opportunities to reduce costs and improve efficiency.

GEThttps://api.aitronos.com/v1/analytics/usage/optimization/{org_id}

Path Parameters

org_id string required

The organization ID.

Query Parameters

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

Returns optimization recommendations and potential cost savings.

Bash
curl "https://api.aitronos.com/v1/analytics/usage/optimization/org_abc123?days=30" \
  -H "X-API-Key: $FREDDY_API_KEY"