---
title: "Add a single attachment"
method: POST
path: "/notes/{noteId}/attachments"
tags: ["Note API:Attachments"]
---

# Add a single attachment

`POST /notes/{noteId}/attachments`

The file can be submitted either as multipart/form-data with a single part containing only the file, or as binary data

## Path parameters

- `noteId` string, uuid, required

## Response `201`

Created

## Other responses

- `404` — Note was not found

---

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