---
title: "Transcribe an explainer video"
method: POST
path: "/video/Transcribe"
tags: ["Video"]
---

# Transcribe an explainer video

`POST /video/Transcribe`

Submit a transcription job for an explainer video by ID

## Request body

- object
  - `videoId` string, required — Explainer video ID (request ID)

## Response `200`

Transcription request accepted

- object
  - `request_id` string
  - `status` integer

## Other responses

- `400` — Invalid request (missing videoId)
- `401` — Unauthorized
- `404` — Explainer video not found or not ready

---

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