---
title: "POST /v1/playground/media/upload-url"
method: POST
path: "/v1/playground/media/upload-url"
tags: ["PlaygroundService"]
---

# POST /v1/playground/media/upload-url

`POST /v1/playground/media/upload-url`

GenerateUploadURL 生成预签名上传 URL

## Request body

- PlaygroundV1GenerateUploadURLRequest — GenerateUploadURL
  - `assetType` string
  - `fileName` string
  - `fileSize` string
  - `mimeType` string
  - `sessionId` string

## Response `200`

OK

- PlaygroundV1GenerateUploadURLReply
  - `assetId` string
  - `expiresAt` string, date-time
  - `uploadUrl` string

---

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