---
title: "Upload Files"
method: POST
path: "/v1/disputes/{disputeUuid}/files"
tags: ["Disputes"]
---

# Upload Files

`POST /v1/disputes/{disputeUuid}/files`

Attaches a supporting document to an existing dispute. Requires the dispute_uuid returned by Create — this endpoint must be called after dispute creation. Optional step; surfaces after the member sees the dispute confirmation screen.

## Path parameters

- `disputeUuid` string, required

## Request body

- DisputesUploadFileBody
  - `fileContent` string, byte
  - `filename` string
  - `contentType` string

## Response `200`

A successful response.

- V1UploadFileResponse

## Other responses

- `default` — An unexpected error response.

---

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