Create avatar upload
Avatar & cover
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
Create avatar upload