Skip to main content
POST
/
profile
/
{uuid}
/
picture
Error
A valid request URL is required to generate request examples
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string<uuid>
required

The uuid of the user

Body

multipart/form-data
file
file

The image file to upload.

Response

200 - application/json

The new picture url.

url
string

The relative url of the picture.

Last modified on March 25, 2026