---
title: "List your cloned voices"
method: GET
path: "/voices/cloned"
tags: ["Voices"]
---

# List your cloned voices

`GET /voices/cloned`

Returns the voices you cloned in the AITuber dashboard. Use the `voiceId` value as `voiceId` in `POST /videos/generate` to narrate with your own voice. Voice cloning itself happens in the dashboard.

## Response `200`

OK

- object[]
  - `id` string, required — Internal clone record ID.
  - `name` string, required — The name you gave this voice.
  - `voiceId` string, required — Pass this as `voiceId` in POST /videos/generate.
  - `previewUrl` string, nullable, required — Audio sample of the cloned voice, when available.
  - `createdAt` string, required — When the voice was cloned (ISO 8601).

## Other responses

- `401` — 401
- `402` — 402
- `403` — 403

---

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