v14
latestOpenAPI 3.1.02026-08-03122113375.9 KBuser-account
Create avatar upload
Start the avatar image upload workflow by requesting an upload target.
This endpoint is step 1 of a multi-step process and does not update the account avatar on its own.
Avatar upload workflow:
- Call this endpoint to receive an upload payload, including image identifier and upload URL.
- Upload the binary image directly to the returned URL.
- Call PATCH /user/account/avatar with the returned image identifier to finalize.
The avatar is only applied after successful finalization.
post/user/account/avatar
Response
Upload URL