Skip to main content
GET
Get information about your account including your current plan, credit balance, and usage statistics. This endpoint is free: it does not consume credits and is not rate limited, so you can poll it as often as you like.

Request

No request body required. Just include your API key in the header.

Response

string
Your unique organization identifier.
string
Your current plan’s display name (e.g., “Free”, “Basic”, “Pro”, “Mega”, “Ultra”, “Giga”).
integer
Total credits available in your current billing cycle (monthly allocation plus any top-ups).
integer
Credits consumed in the current billing cycle. Each successful /remove request costs 1 credit.
number
Fraction of the plan limit at which Auto Recharge triggers, between 0.5 and 0.95 (e.g. 0.9 = 90%). Omitted when Auto Recharge is off.

Examples

Use Cases

Monitoring Usage

Check your credit consumption before processing a batch:

Usage Dashboard

Display account info in your application:

Pre-flight Check

Verify credentials and check limits before starting a job:

Error Responses

See API Error Codes for the error body format.