---
title: "Upload evidence file"
method: POST
path: "/v1/disputes/{disputeId}/file"
tags: ["Evidence files"]
---

# Upload evidence file

`POST /v1/disputes/{disputeId}/file`

Upload a file for the dispute process.

## Path parameters

- `disputeId` number, required

## Response `200`

OK

- DisputeFileResponse
  - `id` number — Dispute file ID.
  - `org_id` string — Organization ID
  - `dispute_id` number — Dispute ID
  - `dispute_installment_id` integer — Dispute installment ID.
  - `installment` number — Installment number.
  - `path` string — Organization file path.
  - `file_name` string — File name.
  - `category` 'PERSONAL' | 'CARD' | 'OTHERS' | 'PRE_ARBITRATION' — File category

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `404` — Not Found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
