---
title: "Create Voice from Description"
method: POST
path: "/text-to-voice"
tags: ["Apis", "Text-to-Voice"]
---

# Create Voice from Description

`POST /text-to-voice`

## Request body

- CreateTextToVoiceRequestPayload
  - `text` string, required — The text content that will be converted into synthesized speech. This text will be spoken by your generated voice and serves as a sample of the voice's capabilities.
  - `voice_description` string, required — A detailed description (minimum 18 words/100+ characters) of the desired voice characteristics. Be specific about gender, age, accent, emotional tone, speaking style, or cultural context to guide the synthesis engine in creating an authentic voice.

## Response `200`

Successful response

- TaskID
  - `task_id` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/camb/apis/fastapi.md) · [All operations](https://skmtc.net/camb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/camb/fastapi/versions/40ebeee64850/schema)
