---
title: "Transcribes Segments"
method: POST
path: "/v1/dubbing/resource/{dubbing_id}/transcribe"
tags: ["dubbing", "dubbing", "resource", "segment", "enterprise"]
deprecated: true
---

# Transcribes Segments

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

> **Deprecated.**

Regenerate the transcriptions for the specified segments. Does not automatically regenerate translations or dubs.

## 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

- BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost
  - `segments` string[], required — Transcribe this specific list of segments.

## Response `200`

Successful Response

- SegmentTranscriptionResponse
  - `version` integer, 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/revisions/3b2cee2701a3/schema)
