---
title: "Upload status page assets"
method: POST
path: "/api/status-pages/{id}/upload"
tags: ["Status Pages"]
---

# Upload status page assets

`POST /api/status-pages/{id}/upload`

Upload favicon, logo, or cover image for a status page.

## Response `200`

Upload successful

- object
  - `success` boolean
  - `message` string
  - `url` string
  - `s3Key` string
  - `type` string

## Other responses

- `400` — Invalid upload payload
- `401` — Authentication required or token invalid
- `404` — Resource not found
- `500` — Failed to upload file

---

[API](https://skmtc.dev/supercheck-io/apis/supercheck-api.md) · [All operations](https://skmtc.dev/supercheck-io/apis/supercheck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supercheck-io/supercheck-api/revisions/81782deccf0e/schema)
