cURL
curl --request GET \ --url https://api.firecrawl.dev/v2/team/token-usage \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "remainingTokens": 1000, "planTokens": 500000, "billingPeriodStart": "2025-01-01T00:00:00Z", "billingPeriodEnd": "2025-01-31T23:59:59Z" } }
你是需要 Firecrawl API 密钥的 AI 代理吗?请参见 firecrawl.dev/agent-onboarding/SKILL.md 了解自动化引导说明。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
成功响应
true
Show child attributes