Starts a background job to produce an audio file with the provided script segments. The response
contains a job_id that can be used to query with the /podcast/{job_id} to query for status.
Requires a valid X-API-TOKEN header.
Throws:
A request to start a job to generate audio content with a provided script.
Successful Response
The job ID for the episode generation. The status of this job can be queried using the/podcast/{job_id} endpoint.