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
    • Overview
  • Quickstarts
    • Synthesize Your First Clip
    • Prompted Synthesis
  • Voice Creation
      • Getting Started
      • Node.js Example
      • Python Example
    • Voice Design Guide
  • WebSocket Streaming
    • Getting Started
    • Receiving Audio Data
    • Python Example
    • Error Handling
  • Prompt Engineering
    • Voice Design Prompting
    • SSML Prompts
Status
LogoLogo
On this page
  • Prerequisites
  • Project Setup
Voice CreationFrom Dataset

Custom Voice from Dataset

Was this page helpful?
Previous

Node.js Workflow

Next
Built with

Build a custom voice from a curated dataset.

Prerequisites

  • Resemble account with confirmed email
  • API token from the dashboard (see Authentication)
  • PRO plan or higher (check billing)

Project Setup

$mkdir resemble-clone-voice
$cd resemble-clone-voice

Next steps:

  • Node.js workflow
  • Python workflow