---
title: "Get Upload URL"
method: POST
path: "/automation/get-upload-url"
---

# Get Upload URL

`POST /automation/get-upload-url`

Get a presigned URL to upload video files

## Request body

- object
  - `filename` string, required — Name of the file to upload (must include .mp4 or .mov extension)

## Response `200`

Successful response

- UploadUrlResponse
  - `uploadUrl` string
  - `id` string
  - `fileName` string
  - `fileType` 'video' | 'audio' | 'image'
  - `fileSize` integer, nullable
  - `contentType` string, nullable
  - `status` 'upload' | 'verified' | 'rejected'
  - `createdAt` integer
  - `updatedAt` integer

---

[API](https://skmtc.net/reap/apis/reap-automation-api.md) · [All operations](https://skmtc.net/reap/apis/reap-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reap/reap-automation-api/revisions/a3b7cd3690da/schema)
