Skip to main content
PUT
Set profile picture

Authorizations

Authorization
string
header
required

Scoped API key created via POST /api/account/keys.

Path Parameters

session
string
required

Session name

Body

application/json

Picture data

base64
string

Base64-encoded image data (alternative to url)

url
string

HTTP(S) URL of the profile picture image

Example:

"https://example.com/photo.jpg"

Response

OK

Simple success/failure response with no data payload

message
string

Human-readable result message

success
boolean

Whether the operation succeeded