Skip to main content
Version: 2.0.0

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
}