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.
Authorization
apiKey In: header
Response Body
application/json
curl -X GET "https://example.com/balance"{ "balance": 0, "unlimited": true, "unlimited_until": "string"}Get current workspace GET
Returns information about the workspace this API key represents — name, plan, credit balance, member count and the role of the user who created the key. Each API key is bound to a single workspace; to operate on a different workspace, create a separate key from inside that workspace.
Get credit history GET
Returns the credit transaction ledger for this workspace, newest first. Each row shows the delta (`amount`, negative for debits), the resulting balance, and what caused it (`reference_type` + `reference_id`) so you can reconcile against submissions, renewals, refunds, and bonuses.