CronIQ — Cron & Schedule Intelligence API
Cron bugs are silent killers in production. They cause billing errors, missed SLAs, and compliance violations that cost businesses thousands. Engineering teams waste weeks debugging edge cases like: - “Does February 31st exist?” - “What happens when both day-of-month and day-of-week are restricted?” - “How do I project the next 50 occurrences correctly?” **CronIQ solves this permanently.**…
CronIQ — Cron & Schedule Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Returns service status and version |
| POST |
Validate Cron Expression /cron/validate |
Validates a cron expression and returns normalized format with field tokens |
| POST |
Explain Cron Expression /cron/explain |
Generates a human-readable explanation of a cron schedule |
| POST |
Next Occurrences /cron/next |
Find the next N occurrences of a cron schedule after a given datetime |
| POST |
Between Date Range /cron/between |
Find all occurrences of a cron schedule between start and end datetimes |
| GET |
Preset Templates /cron/presets |
Returns a list of common cron expression presets with labels |
CronIQ — Cron & Schedule Intelligence API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $19 / month | 100 / minute |
|
| ULTRA | $49 / month | 500 / minute |
|
| MEGA | $99 / month | 1000 / minute |
|