---
title: "Clone voice"
method: POST
path: "/content/CloneVoice"
tags: ["Content"]
---

# Clone voice

`POST /content/CloneVoice`

Clone a voice from an audio file (PRO only). Accepts either a file upload or a URL.

## Request body

- object
  - `audioUrl` string, required — URL to the MP3 audio file for voice cloning. Cannot be used with audioFile upload.
  - `name` string, required — Name for the cloned voice

## Response `200`

Request accepted

- object
  - `request_id` string — Unique ID for tracking the request
  - `status` integer — Initial status code (0)

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
