ParserBee

View remaining credits

GET
/api/v1/credits

Returns your current credit balance, subscription plan, and billing period information.

Authorization

ApiKeyAuth
x-api-key<token>

Your ParserBee API key. Generate one from Settings in your dashboard. The key starts with pk_.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/credits"
{  "credits_remaining": 450,  "credits_total": 500,  "subscription_plan": "starter",  "subscription_status": "active"}
{  "error": "string",  "code": "string"}
{  "error": "string",  "code": "string"}