Docs · error · HTTP 429

-32007 Monthly included volume used up

The account's included units for the calendar month are spent. We never bill overage; the doorway is an upgrade or the next month.

What to do

  1. Quota resets with the calendar month (`resets_in_seconds`)
  2. Upgrade at /pricing for more included volume
  3. Check `X-Quota-Remaining` on every response to see it coming

Where it lives: /pricing · the support playbook for this code is "Monthly included volume used up".

The exact answer

HTTP 429
{
  "error": {
    "code": -32007,
    "message": "Monthly included requests used up — upgrade at https://flexyield.io/pricing",
    "data": {
      "request_id": "<uuid>",
      "support": "/support/new?request_id=<uuid>",
      "quota_limit": 1000000,
      "quota_remaining": 0,
      "resets_in_seconds": 86400,
      "upgrade": "https://flexyield.io/pricing"
    }
  }
}

All codes: error decoder · methods and limits · file it: /support/new?request_id=….