---
title: "Update avatar voice"
method: POST
path: "/video/UpdateAvatarVoice"
tags: ["Video"]
---

# Update avatar voice

`POST /video/UpdateAvatarVoice`

Update the voice assigned to an existing avatar

## Request body

- object
  - `avatarId` integer, required — ID of the avatar to update
  - `voiceId` integer, required — Numeric voice id from /content/GetVoices to assign to the avatar

## Response `200`

Avatar voice updated successfully

- object
  - `success` boolean — Success status
  - `message` string — Success message

## Other responses

- `400` — Invalid request (missing or invalid parameters)
- `401` — Unauthorized
- `404` — Avatar not found or not accessible
- `500` — Failed to update avatar voice

---

[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)
