---
title: "Get Upload Signed URL"
method: POST
path: "/upload/signed-url"
---

# Get Upload Signed URL

`POST /upload/signed-url`

## Request body

- object
  - `original_filename` string, required — The original filename with extension

## Response `200`

Signed URL generated successfully

- object
  - `code` string — Response code indicating the result status
  - `msg` string — Response message describing the operation result
  - `data` object — Response data object containing the signed URL and asset information
    - `asset_id` string — Unique identifier of the asset that will be created after upload
    - `signed_url` string — Pre-signed URL for direct file upload to cloud storage
    - `expires_in` integer — Validity period of the signed URL in seconds
  - `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/versions/720c8c144ddc/schema)
