Usage
- Create a project using the
POST /projects
endpoint. - Create a batch for that project using the
POST /batches
endpoint. - Append jobs to that batch using the
POST /batches/[batch]/append-jobs
endpoint. - Run that batch using the
POST /batches/[batch]/run
using the id.