Cron Toolkit
Cron Toolkit is the fastest way to work with cron expressions programmatically — validate, explain, and schedule in one API. With three focused endpoints you get: - **Parse & Schedule**: Send any cron expression, get validation, human-readable description, field breakdown, and the next N execution times with timezone support. - **Validate**: Check if a cron expression is valid for a specific…
Cron Toolkit endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Parse Expression /parse |
Validates a cron expression, returns human-readable description, field breakdown, and next N execution times with optional timezone support. |
| POST |
Validate Expression /validate |
Checks if a cron expression is valid for a specific format (standard, quartz, aws). Returns field-specific errors. |
| POST |
Describe Expression /describe |
Converts a cron expression to a human-readable English description. |