assets.dev docs
Guides

Credits

What a render costs, and how failed renders are refunded.

What credits pay for

Renders spend credits. Both stills and videos debit credits; videos cost more as duration and scale increase. Extracting a brand and reading templates are free — you only pay to render.

Batches are atomic

A render batch reserves the summed cost of every accepted variant when you submit it. Check your balance with GET /api/v1/credits before large batches.

Automatic refunds

If a render fails after it was accepted, its credits are refunded automatically. The refund is written to the credit ledger and the render.failed webhook carries refunded: true.

GET /api/v1/credits returns your current balance and recent ledger entries.

On this page