VoiceSummaryDto
The podcast's primary voice; present only when ?expand=primary_voice was requested.
idstring
Unique identifier for the voice.
Example:
7Hb2Kp9QvL3mNx0R8tZ4titlestringnullable
Display name of the voice.
Example:
Morning Hoststatusstring
Lifecycle status; a voice is 'ready' once it has audio samples
Possible values: [pending, ready, archived, failed]
Example:
readyVoiceSummaryDto
{
"id": "7Hb2Kp9QvL3mNx0R8tZ4",
"title": "Morning Host",
"status": "ready"
}