GET
/
podcast
/
{job_id}
curl --request GET \
  --url https://api.wondercraft.ai/v1/podcast/{job_id} \
  --header 'X-API-KEY: <api-key>'
{
  "finished": true,
  "script": "<string>",
  "url": "<string>",
  "error": true
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

job_id
string
required

Response

200
application/json
Successful Response
finished
boolean
required

Whether 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