POST/v1/studio/podcasts
Body Parameters
View in API Reference
Request
$curl -X POST https://api.elevenlabs.io/v1/studio/podcasts \
> -H "xi-api-key: " \
> -H "Content-Type: application/json" \
> -d '{
> "model_id": "21m00Tcm4TlvDq8ikWAM",
> "mode": {
> "type": "conversation",
> "conversation": {
> "host_voice_id": "aw1NgEzBg83R7vgmiJt6",
> "guest_voice_id": "aw1NgEzBg83R7vgmiJt7"
> }
> },
> "source": {
> "text": "This is a test podcast."
> }
>}'
Response