v1

latestOpenAPI 3.1.02026-07-1371123.3 KB
Podcasts

Get audio content result and 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.

The link returned expires after 24 hours.
Feel free to call this endpoint again to get a fresh link, no need to regenerate the podcast
and waste credits.

Throws
- 404 if job_id is invalid
get/podcast/{job_id}

Path parameters

job_idstring uuid required

Response

Successful Response

finishedboolean required

Whether the episode generation is finished

scriptstring nullable

The script used for generating the episode

urlstring nullable

A URL for downloading the episode

errorboolean nullable

Whether an error occurred while generating the episode

error_detailsstring nullable

The error message if the episode generation failed