๐๏ธ Create Project
Endpoint: POST /projects
๐๏ธ Pause Project
Endpoint: PUT /projects/[project_id]/pause
๐๏ธ Resume Project
Endpoint: PUT /projects/[project_id]/resume
๐๏ธ Close Project
Endpoint: PUT /projects/[project_id]/close
๐๏ธ Append jobs to batch
Endpoint: POST /batches/[batch_id]/append-jobs
๐๏ธ Create batch
Endpoint: POST /batches
๐๏ธ Run batch
Endpoint: POST /batches/[batch_id]/run
๐๏ธ Pause batch
Endpoint: PUT /batches/[batch_id]/pause
๐๏ธ Resume batch
Endpoint: PUT /batches/[batch_id]/resume
๐๏ธ Get projects
Endpoint: GET /projects
๐๏ธ Get projects summary
Endpoint: GET /projects/summary
๐๏ธ Get credit summary
Endpoint: GET /credits/summary
๐๏ธ Get jobs
Endpoint: GET /jobs
๐๏ธ Get job data
Endpoint: GET /jobs/[job_id]/data