Português (BR)
cURL
curl --request GET \ --url https://api.firecrawl.dev/v1/team/credit-usage \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "remaining_credits": 1000, "plan_credits": 500000, "billing_period_start": "2025-01-01T00:00:00Z", "billing_period_end": "2025-01-31T23:59:59Z" } }
Observação: Uma nova versão v2 desta API já está disponível, com recursos e desempenho aprimorados.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
true
Mostrar atributos filhos
Number of credits remaining for the team
1000
Number of credits in the plan. This does not include coupon credits, credit packs, or auto recharge credits.
500000
Start date of the billing period. null if using the free plan
"2025-01-01T00:00:00Z"
End date of the billing period. null if using the free plan
"2025-01-31T23:59:59Z"