---
title: "Upload_Media"
method: POST
path: "/notification/upload-media"
tags: ["Notifications"]
---

# Upload_Media

`POST /notification/upload-media`

Upload Media

## Headers

- `Authorization` string, required

## Request body

- object
  - `contentType` string, required — <p>The mime type of the file</p>
  - `payload` string, required — <p>Base64 encoded file</p>

## Response `200`

Success-Response:

- object
  - `url` string
  - `Url` string, required — <p>to uploaded file</p>

---

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