user-account
Create cover upload
Start the cover image upload workflow by requesting an upload target.
This endpoint only prepares upload and does not apply the cover image.
Cover upload workflow:
- Call this endpoint to receive upload data.
- Upload the image file directly to the returned URL.
- Call PATCH /user/account/cover to finalize and apply the uploaded image.
The account cover image changes only after the finalize step succeeds.
post/user/account/cover
Response
Upload URL
Changes
No recorded changes to this endpoint across all 48 revisions of this API.