---
title: "Rename Voice Clone"
method: PUT
path: "/v1/tts/voice-assets/{id}"
tags: ["Voice AI Beta"]
---

# Rename Voice Clone

`PUT /v1/tts/voice-assets/{id}`

Rename a voice asset (title only).
> **Rate limit:** 60 requests/minute

## Path parameters

- `id` string, required

## Request body

- object
  - `title` string, required

## Response `200`

Updated voice asset

- TtsVoiceAsset — An uploaded voice-clone sample (shared across Nova, Lyra and Sirius)
  - `id` string — Use as `voice_asset_id` when creating a task
  - `title` string
  - `format` string
  - `size_bytes` integer
  - `duration_ms` integer
  - `cover_image` string — Cover image URL
  - `sample_url` string — Playback URL of the uploaded sample
  - `status` 'ready' | 'failed'
  - `created_at` string, date-time

## Other responses

- `400` — Invalid title
- `404` — Not found

---

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