Skip to main content

Usage

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