Free credits
Every account starts with free credits — enough to integrate, test, and ship a small project before you ever need to pay. No card required to sign up.Buying more
Top up on the credits page. Pricing is volume-tiered; larger packs come with a lower per-credit cost.Checking your balance
Every authenticated API response includes acredits field showing your remaining balance after that call:
Cache hits don’t charge
If you request a URL that another user has already transcribed within the cache window, you get a 200 withcached: true in the body and no credit is deducted. Your credits value is unchanged on the response.
What doesn’t cost credits
- Failed requests (
4xx/5xxresponses) — you’re never charged for an error. - Auth errors, rate-limit errors, upstream-platform errors — none of them deduct.
- Cache hits, as described above.
Running out
When your balance hits 0, the next request returns403 Forbidden:
error slug "no_credits", not the human-readable message.