---
title: "Get presigned URL for profile picture upload"
method: POST
path: "/v1/users/me/profile-picture"
tags: ["user"]
---

# Get presigned URL for profile picture upload

`POST /v1/users/me/profile-picture`

## Request body

- object
  - `filename` string, required
  - `mimeType` string, required
  - `fileSize` integer, required

## Response `200`

Successful response

- UserUploadImageOutput
  - `uploadUrl` string, required
  - `fileKey` string, required
  - `mediaUrl` string, required

## Other responses

- `404` — Resource not found

---

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