Starts a background job to produce an audio file with the provided script segments in convo mode. 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.
Note that generating via Convo Mode yields more natural results but takes longer. Expect at least 1 minute of processing per minute duration of audio before investigating a potential failure.
Throws:
A request to start a job that generates an audio file for a podcast in convo mode with a script generated by the user.
The segments forming the script for the episode
An optional delivery instructions for the generated audio. This will be used to guide the generation of the audio.
An optional spec for adding background music to the generated script. Note that if the chosenmusic track is longer than the duration of the generated script, it will be cut off.
Successful Response
The job ID for the episode generation. The status of this job can be queried using the/podcast/{job_id} endpoint.