Free · account read
POST
/get_accountGet account
Return the authenticated account profile, plan tier, and token balances. 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.account_id Stable account identifier.
results.plan Current subscription plan.
results.tokens_remaining Remaining included tokens.
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