RegexSolver is in early access: only the Free plan is available for now. Paid tiers with higher limits, advanced features, and SLA support will be introduced as we scale.
| Monthly requests | 10,000 |
| Rate limit | 2 req / second |
| API tokens | up to 5 |
| Terms per request | up to 5 |
| Execution timeout | 500 ms |
| Automaton states | up to 1,000 |
One API call is one request, however heavy the computation. Terms are the patterns inside that call: comparing two patterns is still a single request, using two terms.
Nothing breaks and nothing is billed. The call comes back with a clear error, the official SDKs pace themselves around the rate limit for you, and your monthly requests reset at the start of each month.
They keep every response fast and predictable. Everyday patterns stay well below both; an unusually complex one returns an explicit error instead of hanging, and your other calls are unaffected.