Endpoint Examples
Get episode generation status
Gets the status of podcast generation job, including a link to download it if the job was successful.
Requires a valid X-API-TOKEN
header.
Throws
- 404 if job_id is invalid
GET
/
podcast
/
{job_id}
Authorizations
X-API-KEY
string
headerrequiredPath Parameters
job_id
string
requiredResponse
200 - application/json
finished
boolean
requiredWhether the episode generation is finished
script
string | null
The script used for generating the episode
url
string | null
A URL for downloading the episode
error
boolean | null
Whether an error occurred while generating the episode