日本語
cURL
curl --request GET \ --url https://api.firecrawl.dev/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" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
成功時のレスポンス
true
表示 子属性
チームの残りクレジット数
1000
プランに含まれるクレジット数です。クーポンクレジット、クレジットパック、自動チャージで付与されるクレジットは含まれません。
500000
請求期間の開始日。無料プランを利用している場合は null となります
"2025-01-01T00:00:00Z"
請求期間の終了日。無料プランの場合は null です
"2025-01-31T23:59:59Z"