---
title: "Create an attachment on a record description"
method: POST
path: "/notes/{note_id}/attachments"
tags: ["Attachments"]
---

# Create an attachment on a record description

`POST /notes/{note_id}/attachments`

Many records throughout Aha! have an associated description: features, requirements, ideas, etc. You can find the ID of a record's description within the `description` attribute returned by any record show endpoint. You can then use that description ID to create an attachment on the record by providing it as the `note_id` URL parameter for this endpoint.

## Path parameters

- `note_id` string, required

## Response `200`

Successful operation

## Other responses

- `412` — Precondition failed

---

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