---
title: "Create A New Speaker"
method: POST
path: "/v1/dubbing/resource/{dubbing_id}/speaker"
tags: ["dubbing", "dubbing", "resource", "segment", "enterprise"]
deprecated: true
---

# Create A New Speaker

`POST /v1/dubbing/resource/{dubbing_id}/speaker`

> **Deprecated.**

Creates a new speaker in a dubbing resource. The speaker is added to every available language and can optionally be associated with an ElevenLabs voice and voice settings.

## Path parameters

- `dubbing_id` string, required — ID of the dubbing project.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Request body

- BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost
  - `speaker_name` string, nullable — Name to attribute to this speaker.
  - `voice_id` string, nullable — Either the identifier of a voice from the ElevenLabs voice library, or one of ['track-clone', 'clip-clone'].
  - `voice_stability` number, nullable — For models that support it, the voice similarity value to use. This will default to 0.65, with a valid range of [0.0, 1.0].
  - `voice_similarity` number, nullable — For models that support it, the voice similarity value to use. This will default to 1.0, with a valid range of [0.0, 1.0].
  - `voice_style` number, nullable — For models that support it, the voice style value to use. This will default to 1.0, with a valid range of [0.0, 1.0].

## Response `200`

Successful Response

- SpeakerCreatedResponse
  - `version` integer, required
  - `speaker_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/versions/e77a0a530a82/schema)
