BlitzReels
BlitzReelsDocumentation
API Reference
GET
/workspace/credits

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/workspace/credits"
{  "credits": {    "maxCredits": 0,    "usedCredits": 0,    "remainingCredits": 0,    "usagePercent": 0,    "billingPeriodStart": "string"  }}