Usage & Monitoring

Read your own consumption programmatically, per call, or visually — three ways to watch spend.

Read your own consumption back programmatically, per call in every response, or visually in the dashboard — pick whichever fits your workflow.

#Usage endpoints

EndpointReturns
GET /api/v1/usage/chartsTime-series usage data, shaped for charting.
GET /api/v1/usage/historyA detailed history of past calls.
GET /api/v1/usage/exportA bulk export of your usage records.
GET /api/v1/enterprise/license/export/usageUsage export scoped to an Enterprise license Enterprise.
curl -s https://api.vedika.io/api/v1/usage/history \
  -H "x-api-key: $VEDIKA_KEY"

#Per-call cost, every response

You do not need to poll anything to know what a call cost. Every AI Query response carries its own cost and credit usage inline, under metadata — see Response Shape for the full field list.

#The dashboard view

For a visual read, the dashboard plots usage and spend over time and breaks it down by endpoint — no integration required. See Cloud Console for what it covers.