Installation
- NPM
- CDN
Install the package directly from GitHub until it is published to the NPM registry:
Basic usage
After installation, import the SDK and create a client instance with your API key:SchedulerAPI class is available on the global window object — no import statement is needed.
Examples in other languages
Troubleshooting
401 Unauthorized
401 Unauthorized
400 Bad Request
400 Bad Request
Your request payload has a structural or type error.Use Common causes:
POST /api/validate to get field-level error messages without running the scheduler:startorendnot in ISO 8601 format (e.g., missing theZtimezone suffix)required_groupspassed as a string instead of an objectmax_hourspassed asnull— use999for unlimited
Rate limit exceeded
Rate limit exceeded
You have exceeded your daily request quota.Check your current usage with To request a quota increase, email arnav.shah.2k10@gmail.com.
GET /api/usage: