Skip to main content

VoiceSummaryDto

The podcast's primary voice; present only when ?expand=primary_voice was requested.

idstring

Unique identifier for the voice.

Example: 7Hb2Kp9QvL3mNx0R8tZ4
titlestringnullable

Display name of the voice.

Example: Morning Host
statusstring

Lifecycle status; a voice is 'ready' once it has audio samples

Possible values: [pending, ready, archived, failed]

Example: ready
VoiceSummaryDto
{
"id": "7Hb2Kp9QvL3mNx0R8tZ4",
"title": "Morning Host",
"status": "ready"
}