// docs · errors
Error reference.
| Status | When | Fix |
|---|---|---|
| 400 | Malformed request | Check your query params / JSON body. |
| 401 | Missing / invalid / revoked key | Mint a fresh key from /account. |
| 403 | Not on Pro tier | Upgrade at /#pricing. |
| 404 | Unknown prompt id | List the catalog first. |
| 429 | Daily rate limit hit | Wait until X-RateLimit-Reset. |
| 5xx | Server error | Retry with backoff. Status at status.shegerpay.com. |