---
title: "Download Video"
method: POST
path: "/serve/api/v1/download"
---

# Download Video

`POST /serve/api/v1/download`

## Request body

- DownloadVideoRequest
  - `video_no` string, required

## Response `200`

Binary video stream or JSON error response

- GenericJsonResponse
  - `code` union
    - string
    - integer
  - `msg` string
  - `data` union
    - object
    - object[]
    - string
  - `success` boolean
  - `failed` boolean

---

[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/versions/720c8c144ddc/schema)
