---
title: "Get signed URL for upload part"
method: GET
path: "/media/uploads/{uploadId}/parts/{partNumber}/url"
---

# Get signed URL for upload part

`GET /media/uploads/{uploadId}/parts/{partNumber}/url`

Return a presigned URL to upload a specific part number for a media upload session.

## Path parameters

- `uploadId` string, required
- `partNumber` number, nullable

## Headers

- `X-Fanvue-API-Version` string, required

## Response `200`

Signed URL for part upload

## Other responses

- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

[API](https://skmtc.dev/fanvue/apis/fanvue-api.md) · [All operations](https://skmtc.dev/fanvue/apis/fanvue-api/llms.txt) · [OpenAPI document](https://skmtc.dev/fanvue/apis/fanvue-api/revisions/431868e8a264?raw)
