Get Quota
account.quotaCheck current credit balance and plan status to avoid quota exceeded errors before running document operations. Free API call returns usage and billing details.
Instructions
Get current credit balance and plan details for your API key. Free — no credits consumed. Check this before running credit-consuming operations (extract, summarize, etc.) to avoid QUOTA_EXCEEDED errors. Returns plan tier, billing period, and usage breakdown. Returns: { plan_id, billing_period (YYYY-MM), credits_used, credits_limit, credits_remaining, status: "active"|"suspended" } Example prompts:
"How many credits do I have left this month?"
"Check my current quota and plan status."
"Am I going to hit my credit limit soon?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| plan_id | Yes | ||
| credits_used | Yes | ||
| credits_limit | Yes | ||
| billing_period | Yes | ||
| credits_remaining | Yes |