Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.firecrawl.dev/v2/team/credit-usage \ --header 'Authorization: Bearer <token>'
{ "data": { "billingPeriodEnd": "2025-01-31T23:59:59Z", "billingPeriodStart": "2025-01-01T00:00:00Z", "planCredits": 500000, "remainingCredits": 1000 }, "success": true }
你是需要 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>
成功响应
Show child attributes
true