Authorizations
Body
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. A music track to add to the generated audio. Note that the music will always be added at the very beginning of the generated podcast and will be automatically trimmed to match the content length.
Response
Successful Response
The job ID for the episode generation. The status of this job can be queried using the/podcast/{job_id}
endpoint.