---
title: "Create a user profile picture"
method: POST
path: "/profile/{uuid}/picture"
tags: ["User Profiles"]
---

# Create a user profile picture

`POST /profile/{uuid}/picture`

## Path parameters

- `uuid` string, uuid, required

## Response `200`

The new picture url.

- object
  - `url` string — The relative url of the picture.

---

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