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

The response is of type object.