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
string
required
Your API key for authentication
Path Parameters
string
required
The batch UUID returned from
POST /jobsResponse
string
The batch UUID
integer
Number of jobs successfully enqueued for processing
string
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
