---
title: "Generate voice candidates"
method: POST
path: "/voice-design"
tags: ["voiceDesign"]
---

# Generate voice candidates

`POST /voice-design`

Generate three voice candidates from a text prompt

## Headers

- `Authorization` string, required

## Response `200`

Voice candidates generated

- VoiceDesignGenerateVoiceDesignResponse200
  - `voice_candidates` VoiceDesignPostResponsesContentApplicationJsonSchemaVoiceCandidatesItems[]
    - `audio_url` string, uri
    - `voice_sample_index` integer
    - `uuid` string

---

[API](https://skmtc.dev/resemble/apis/api-reference.md) · [All operations](https://skmtc.dev/resemble/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/resemble/api-reference/revisions/e93597a6b425/schema)
