Skip to main content
Version: 2.0.0

Description

A recording is a user-uploaded piece of audio content. Recordings are part of and used to build your realistic voice clones on the Resemble platform.

Resource

A recording resource conforms to the following interface.

interface Recording {
uuid: string
name: string
text: string
emotion: string
is_active: boolean
fill: boolean
audio_src?: string
created_at: datetime
updated_at: datetime
}