Credits
Credits and budget
Read the balance, the amount held by requests in flight, the amount available now, the current period spend and the spend cap behind the API key. Read-only, charges nothing, never cached.
get/credits
Response
Credits and budget
Example response
{
"object": "credits",
"balance_cents": 5476,
"held_cents": 34,
"available_cents": 5476,
"plan_tier": "pro"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.