---
title: "POST /api/claim/attachment/v1"
method: POST
path: "/api/claim/attachment/v1"
---

# POST /api/claim/attachment/v1

`POST /api/claim/attachment/v1`

Uploads a document as a claim attachment and returns an attachment ID that can be used with other claim APIs

## Headers

- `content-type` string, required

## Request body

- object — JSON content

## Response `200`

Attachment uploaded successfully

- object
  - `attachmentId` string — ID of the created attachment that can be used with other claim APIs

## Other responses

- `400` — Invalid request or document processing error
- `401` — Unauthorized access or invalid organization ID

---

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