Skip to main content

Upload the current user's avatar image

POST 

/api/v1/users/me/avatar

Store the avatar bytes in object storage and point avatar_url at the served path.

Avatar bytes never land on the user document — a data-URI stored there rides every directory response. PNG/JPEG/WebP only (SVG is script-capable), capped at AVATAR_MAX_BYTES.

Request

Responses

Successful Response