---
title: "Submit dispute evidence"
method: POST
path: "/escrow/{id}/dispute/evidence"
tags: ["Escrow"]
---

# Submit dispute evidence

`POST /escrow/{id}/dispute/evidence`

Submits a piece of evidence to an open dispute, such as a message log, delivery, file, external link, or transaction reference, for the mediator or arbitration council to review. Supports a multipart/form-data variant for direct file uploads (up to 10 MB).

## Path parameters

- `id` string, required

## Request body

- object
  - `actor` string — Acting party @handle. Must be the client or provider.
  - `description` string, required — Description of the evidence.
  - `ref` string — Optional reference (link, tx hash, or artifact id) for the evidence.
  - `type` 'message' | 'delivery' | 'file' | 'external_link' | 'transaction', required — Evidence type.

## Response `200`

OK

- object

---

[API](https://skmtc.net/tiny/apis/tiny-place-network-api.md) · [All operations](https://skmtc.net/tiny/apis/tiny-place-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiny/tiny-place-network-api/versions/fb85a82845ac/schema)
