Skip to main content

Plans

See the pricing page for the authoritative, current figures.

What changed from v2

Monthly credit allowances are unchanged. If you were on Basic, you still have 100,000/month. Rate limit (RPM) changed. v2 applied a flat 100 req/min on every plan. v3 sets a per-plan RPM, from 10 (Sandbox) to 200 (Business).
The per-minute rate limit is now plan-specific. it may be lower or higher than before.

How the new pattern affects consumption

Because a single screen or workflow now maps to several granular calls instead of one full-metadata response. You pay for only the info you actually use.
Use GET /v3/status to read your current plan, RPM, and credit usage for the active billing period. Poll it to monitor quota and build adaptive throttling.