POST
/
podcast
/
convo-mode
/
ai-scripted
Generate AI-scripted podcast with 2 hosts using Convo Mode
curl --request POST \
  --url https://api.wondercraft.ai/v1/podcast/convo-mode/ai-scripted \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "prompt": "<string>",
  "voice_ids": [
    "<string>"
  ],
  "delivery_instructions": "<string>"
}'
{
  "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

X-API-KEY
string
header
required

Body

application/json

A request to start a job that generates an audio file for a podcast in convo mode with a script generated by AI using the provided prompt. An optional list of Voice IDs can be provided to control the audio generation output. If no voice_ids are provided, defaults of up to 2 convo-mode voices will be chosen.

Response

200
application/json

Successful Response

The response is of type object.