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
  • Voice Generation
    • Speech-to-Speech
  • Voice Creation
      • Overview
      • Generate Candidates
      • Create from Candidate
  • Voice Tools
  • Real-Time Agents
    • Overview
  • Safety & Detection
Status
LogoLogo
Voice CreationVoice Design

Create Voice from Candidate

Was this page helpful?
Previous

Speech-to-Text

Next
Built with

POST https://app.resemble.ai/api/v2/voice-design/{voice_design_model_uuid}/{voice_sample_index}/create_rapid_voice or POST https://app.resemble.ai/api/v2/voice-design/{voice_design_model_uuid}/{voice_sample_index}/create

Create a rapid voice from a selected voice design candidate.

ParameterTypeRequiredNotes
voice_design_model_uuidstring✅Voice design UUID (URL parameter).
voice_sample_indexinteger✅Index of the selected sample (URL parameter).
FieldTypeRequiredNotes
voice_namestring✅Name for the new voice.
$curl --request POST 'https://app.resemble.ai/api/v2/voice-design/VOICE_DESIGN_UUID/1/create_rapid_voice' \
> -H 'Authorization: Bearer YOUR_API_TOKEN' \
> -H 'Content-Type: application/json' \
> --data '{
> "voice_name": "My API Voice"
> }'
1{
2 "voice_uuid": "VOICE_UUID"
3}

Returns 202 Accepted status. Voice training begins asynchronously. Voice design must belong to current user. Sample must exist for the given index.