---
title: "Upload a file"
method: POST
path: "/upload/{type}"
tags: ["Upload"]
---

# Upload a file

`POST /upload/{type}`

Upload a file to Notificare. The resulting filename is a path inside the notificare storage. This can be used as a reference to the file in further processing or deleting.
The contents of the file should be in the body of the request and with the correct MIME type. So, e.g. an image should go with a content-type `image/png`, etc.

### Upload Types

***

notification

***

reply

***

## Path parameters

- `type` 'notification' | 'reply', required

## Response `201`

Created

## Changes

- **2020-03-11** `5ed31e104b6f` — 1 info
  - the endpoint scheme security `ApplicationSecret` was added to the API

[Change history](https://skmtc.dev/notificare/apis/notificare-cloud-api/changes/upload/:type/post.md)

---

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