PageResponse_VoiceDto_
A single page of results. nextCursor is an opaque token to pass back as ?cursor= to fetch the following page; null means there are no more results.
items object[]required
Unique identifier for the voice.
7Hb2Kp9QvL3mNx0R8tZ4Timestamp when the voice was created.
2026-01-15T09:30:00ZTimestamp when the voice was last updated.
2026-01-15T09:30:00ZIdentifier of the podcast this voice belongs to.
7Hb2Kp9QvL3mNx0R8tZ4Display name of the voice.
Morning HostShort description of the voice.
Warm, conversational host voice for morning episodes.Lifecycle status; a voice is 'ready' once it has audio samples
Possible values: [pending, ready, archived, failed]
readyWhether the voice has been verified for use
Possible values: [pending, verified, rejected]
verifiedinfo object
Additional voice metadata, including language and uploaded samples.
Primary language of the voice as an ISO 639-1 code.
enfiles object[]
The uploaded audio samples backing this voice.
Stored filename of the audio sample.
sample-001.mp3Original filename of the sample as uploaded by the client.
morning-host-take-1.mp3Size of the audio sample in bytes.
204800{
"items": [
{
"id": "7Hb2Kp9QvL3mNx0R8tZ4",
"created_at": "2026-01-15T09:30:00Z",
"updated_at": "2026-01-15T09:30:00Z",
"podcast_id": "7Hb2Kp9QvL3mNx0R8tZ4",
"title": "Morning Host",
"description": "Warm, conversational host voice for morning episodes.",
"status": "ready",
"verification_status": "verified",
"info": {
"language": "en",
"files": [
{
"filename": "sample-001.mp3",
"original_name": "morning-host-take-1.mp3",
"size": 204800
}
]
}
}
],
"next_cursor": "string"
}