Start Batch
Batch Operations
Start Batch
Start a paused batch to begin downloading all episodes
POST
Start Batch
Overview
Starts a paused batch, enqueuing all episode jobs for processing. The batch must be inpaused status.
Header Parameters
Your API key for authentication
Path Parameters
The batch UUID returned from
POST /jobsResponse
The batch UUID
Number of jobs successfully enqueued for processing
New batch status (
processing)Example
Error Responses
Workflow
The typical paused batch workflow is:POST /jobswithpaused: true- Create batch, get episode titlesPATCH /batch/{id}/jobs- Rename episodes as neededPOST /batch/{id}/start- Start downloadingGET /batch/{id}- Poll for progress
