---
title: "Update voice metadata"
method: PATCH
path: "/v1/audio/voices/{voice_id}"
tags: ["audio.voices"]
---

# Update voice metadata

`PATCH /v1/audio/voices/{voice_id}`

Update voice metadata (name, gender, languages, age, tags).

## Path parameters

- `voice_id` string, uuid, required

## Request body

- VoiceUpdateRequest — Request model for partially updating voice metadata.
  - `name` string, nullable
  - `languages` string[], nullable
  - `gender` string, nullable
  - `age` integer, nullable
  - `tags` string[], nullable
  - `description` string, nullable

## Response `200`

Successful Response

- VoiceResponse — Schema for voice response
  - `name` string, required
  - `slug` string, nullable
  - `languages` string[]
  - `gender` string, nullable
  - `age` integer, nullable
  - `tags` string[], nullable
  - `color` string, nullable
  - `description` string, nullable
  - `retention_notice` integer
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `user_id` string, nullable, required
  - `trimmed_seconds` number, nullable

## Other responses

- `422` — Validation Error

---

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