Free · account read
POST
/get_billingGet billing
Return billing summary, renewal date, and recent token usage. Never charged.
Request body
Empty object
Send an empty JSON object. No request parameters are required.
Response
200 · Processed
A processed request returns status: "ok". The nested result may be empty; in that case tokens_charged remains zero.
results.subscription_status active, trialing, or canceled.
results.renewal_at Next renewal timestamp when applicable.
results.tokens_used_period Tokens consumed in the current billing window.
metadata.tokens_charged Credits charged for the returned result. Zero for a miss.
metadata.fair_use Remaining records and reset timestamps for applicable plan windows.
Errors
Malformed request body
Missing or invalid API key
Unsupported filter value
Rate limit exceeded