Cut.ProDocs
Balance

Get balance

Returns your current credit balance. Credits are consumed each time you submit a video for clipping. When unlimited is true this workspace is on a courtesy plan: usage still shows up in the history with what it would have cost, but the balance does not move and jobs are never blocked for lack of credits.

X-Api-Key<token>

In: header

Response Body

application/json

GET
/balance
curl -X GET "https://example.com/balance"
{  "balance": 0,  "unlimited": true,  "unlimited_until": "string"}