---
title: "Upload Video from URL"
method: POST
path: "/serve/api/v1/upload_url"
---

# Upload Video from URL

`POST /serve/api/v1/upload_url`

## Response `200`

Successful response

- UploadVideoResponse
  - `code` string — Business status code. 0000 indicates success.
  - `msg` string
  - `data` object
    - `videoNo` string — Unique identifier of the uploaded video. Use this for all subsequent operations.
    - `videoName` string — Internal stored name of the video.
    - `videoStatus` string — Initial processing status. UNPARSE immediately after upload; transitions to parsing asynchronously.
    - `uploadTime` string — Upload timestamp in milliseconds since epoch (as 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)
