---
title: "Get Note Image Upload Url"
method: POST
path: "/conversations/{conversation_id}/notes/upload-url"
tags: ["conversations"]
---

# Get Note Image Upload Url

`POST /conversations/{conversation_id}/notes/upload-url`

Get presigned S3 upload URL for a note image.

## Path parameters

- `conversation_id` string, uuid, required

## Request body

- SMSAttachmentUploadRequest — Request model for getting presigned URL for SMS attachment upload.
  - `filename` string, required
  - `content_type` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/216c8523b7ae?raw)
