cURL
curl --request GET \ --url https://api.evocrawl.com/v2/team/credit-usage \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "remainingCredits": 1000, "planCredits": 500000, "billingPeriodStart": "2025-01-01T00:00:00Z", "billingPeriodEnd": "2025-01-31T23:59:59Z" } }
Are you an AI agent that needs a Evocrawl API key? See evocrawl.com/agent-onboarding/SKILL.md for automated onboarding instructions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
true
Show child attributes