---
title: "Request Upload Url"
method: POST
path: "/api/vibe-captions/request-upload"
tags: ["Vibe Captions"]
---

# Request Upload Url

`POST /api/vibe-captions/request-upload`

## Request body

- UploadRequest
  - `filename` string, required
  - `kind` string

## Response `200`

Successful Response

- UploadResponse
  - `upload_url` string, required
  - `object_key` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/premierecopilot/apis/premierecopilot-api.md) · [All operations](https://skmtc.dev/premierecopilot/apis/premierecopilot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/premierecopilot/premierecopilot-api/revisions/fa72d3c14142/schema)
