Description
A voice is a cloned voice that can be used to make new content. You need a voice to create content.
Resource
A voice resource conforms to the following interface.
interface VoiceInput {
uuid: string
name: string
status: string
created_at: datetime
updated_at: datetime
}