---
title: "YouTube Video Detail"
method: POST
path: "/youtube/video/detail"
---

# YouTube Video Detail

`POST /youtube/video/detail`

Get detailed information for YouTube videos. Each API call costs $0.01 USD.

## Request body

- object
  - `video_id` string, required — YouTube video ID

## Response `200`

Successfully returned video detailed information

- object
  - `code` string — Response code, indicates the operation result status
  - `msg` string — Response message, describes the operation result
  - `data` object — Response data object, contains video detailed information
  - `success` boolean — Indicates whether the operation was successful
  - `failed` boolean — Indicates whether the operation failed

---

[API](https://skmtc.net/memories/apis/screenplay-extraction-api.md) · [All operations](https://skmtc.net/memories/apis/screenplay-extraction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memories/screenplay-extraction-api/revisions/720c8c144ddc/schema)
