Skip to main content
GET
Get information about your account including your current plan, credit balance, and usage statistics.

Request

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

Response

string
Your unique organization identifier.
string
Your current subscription plan (e.g., “Free”, “Pro”, “Enterprise”).
integer
Total credits available in your current billing cycle.
integer
Credits consumed in the current billing cycle.
integer | null
If auto-recharge is enabled, the credit threshold that triggers a top-up. null if disabled.

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