---
title: "Upload attachment"
method: POST
path: "/api/v1/disputes/attachments/upload"
tags: ["Disputes"]
---

# Upload attachment

`POST /api/v1/disputes/attachments/upload`

Upload an attachment. Attachment must be in PNG, JPEG or PDF format and can be up to 5 megabytes in size. Files larger than 5 MB are rejected.

## Response `200`

Success. Attachment was uploaded.

- object
  - `id` string, uuid — Unique ID of attachment

## Other responses

- `400` — One of the required fields is missing or request is not formatted correctly.
- `401` — The request cannot be authorized.
- `500` — Something bad happened. We're notified.

---

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