---
title: "POST /api/voices/"
method: POST
path: "/api/voices/"
tags: ["voices"]
---

# POST /api/voices/

`POST /api/voices/`

## Request body

- VoiceCloneFlow
  - `name` string — Name of the cloned voice
  - `original_audio_url` string, uri, required — URL of the original audio used for cloning
  - `voice_provider` 'elevenlabs' | 'fishaudio' — * `elevenlabs` - elevenlabs * `fishaudio` - fishaudio

## Response `201`

- APIVoice
  - `name` string, required
  - `gender` union
    - 'male' | 'female' | 'non_binary' — * `male` - Male * `female` - Female * `non_binary` - Non Binary
    - ''
    - unknown
  - `accents` Accent[], required
    - `id` string, uuid, required
    - `accent_name` string, required
    - `preview_url` string, required

---

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