Upload Profile Picture
POST
/auth/upload/picture
Upload or update user profile picture. Automatically deletes previous picture if exists. Supports image optimization and cloud storage.
Authorizations
SessionAuth
Session ID for authenticated requests
Type
API Key (header: X-Session-ID)
Request Body
multipart/form-data
picture
string
Required
Image file (JPEG, PNG, WebP supported)
Format
"binary"Responses
Picture uploaded successfully
application/json
{
}