Recording Resource

Recordings are user-supplied audio samples used to train voice clones.

Schema

interface Recording {
uuid: string;
name: string;
text: string;
emotion: string;
is_active: boolean;
fill: boolean;
audio_src?: string;
created_at: string; // ISO 8601
updated_at: string; // ISO 8601
}

Inactive recordings are ignored during training. Use the endpoints below to manage them.