---
title: "Finalize cover upload"
method: PATCH
path: "/user/account/cover"
tags: ["user-account"]
---

# Finalize cover upload

`PATCH /user/account/cover`

Finalize a previously uploaded cover image and apply it to the authenticated user account.

This endpoint completes the cover upload process after the binary upload has finished.

Finalization behavior:

- Validates that the uploaded image identifier is valid for the current user.
- Confirms upload completion.
- Performs content checks before applying the image.
- Returns a rejection response if the uploaded content is not allowed.

Typical sequence:

1. POST /user/account/cover
2. Upload image to returned URL.
3. PATCH /user/account/cover, which is this endpoint.

## Request body

- ImageUploadComplete — Image identifier to finalize upload
  - `id` string, required — Image identifier

## Response `204`

Cover updated

## Other responses

- `451` — Image rejected

---

[API](https://skmtc.net/managem/apis/managem-api.md) · [All operations](https://skmtc.net/managem/apis/managem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/managem/managem-api/versions/6367b514f6ea/schema)
