One plan, free.

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.

FREE PLAN€0 / month
Monthly requests10,000
Rate limit2 req / second
API tokensup to 5
Terms per requestup to 5
Execution timeout500 ms
Automaton statesup to 1,000

What counts as a request?

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.

What if I hit a limit?

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.

Why a timeout and a state limit?

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.