For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Status
OverviewProductsManageAPI ReferenceTutorialsClient Libraries
OverviewProductsManageAPI ReferenceTutorialsClient Libraries
  • Voices
    • Overview
    • List Voices
    • Get Voice
    • Delete Voice
  • Recordings
    • Overview
    • List Recordings
    • Get Recording
    • Create Recording
    • Update Recording
    • Delete Recording
  • Projects & Clips
  • Voice Settings
    • Overview
    • List Presets
    • Get Preset
    • Create Preset
    • Update Preset
    • Delete Preset
  • Custom Pronunciations
    • Overview
    • Create Pronunciation
    • Bulk Create from ZIP
    • List Pronunciations
    • Get Pronunciation
    • Toggle Active Status
    • Delete Pronunciation
  • Account & Billing
    • Overview
    • Get Account
    • Teams
    • Billing Usage
Status
LogoLogo
On this page
  • Schema
Recordings

Recording Resource

Was this page helpful?
Previous

List Recordings

Next
Built with

Recordings are user-supplied audio samples used to train professional and rapid voices.

Schema

1interface Recording {
2 uuid: string;
3 name: string;
4 text: string;
5 emotion: string;
6 is_active: boolean;
7 fill: boolean;
8 audio_src?: string;
9 created_at: string; // ISO 8601
10 updated_at: string; // ISO 8601
11}

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