Credits and usage this period
GET /v1/usage
Example request
curl "https://oxtg7m5erd.execute-api.us-east-1.amazonaws.com/v1/usage" \
-H "Authorization: Bearer <session-jwt>"Example response
{
"success": true,
"data": {
"plan": "free",
"credits_remaining": 89,
"period": "2026-07",
"credits_used_this_period": 11,
"calls_this_period": 12
},
"credits_used": 0,
"request_id": "req_…"
}Try it
Open this endpoint in the interactive playground — requests run with your API key.
Last updated on