FAQ
Counting, resets, purchasing timeline, and common errors.
Do edits and re-rolls count as generations?
Yes. Every generation counts exactly once — including re-rolls and edits. The difference is which pool it draws from: iterations use the large standard daily quota, finals use the premium monthly quota.
What happens to unused quota?
Standard-pool quota resets daily and does not carry over. Premium-pool quota lasts the billing month; yearly members keep their pool available all year.
Can I buy quota without a membership?
Yes — sprint packs will be sold separately, and API balance is independent of memberships.
When does purchasing go live?
Checkout ships together with the v5.2 quota system. The pricing page already shows the final plan set.
Can an AI agent draw figures for me?
Yes. We ship a ready-made agent skill — installed in Claude Code / Claude Desktop / WorkBuddy, the AI handles signup, key creation and API calls on its own. Download: https://promptfigure.pages.dev/downloads/promptfigure-api.zip (see the "One-click install" section on the API overview page).
Common errors
If an API call fails, look up the code below:
| Code | Meaning | What to do |
|---|---|---|
| 401 | Key invalid or revoked | Create a new key |
| 402 | Insufficient balance | Top up in the console (from $1, whole dollars) and retry |
| 429 | RPM exceeded (Free 5 / Lite 10 / Plus 15 / Pro 40 / Ultra 80, shared with the web app) | Retry serially with 1s+ gaps |
| 502 | Generation failed | Fee auto-refunded — check detail, then retry |