Disputes add evidence
disputes_add_evidenceUpload evidence files to an open dispute by providing base64-encoded content, type, and MIME. Supports images, documents, delivery proofs, and logs up to 25 MB per item.
Instructions
Attach an evidence item to an open dispute. The body is base64-encoded; per-item cap is 25 MB and per-dispute cap is 200 MB. Either the filing buyer or the seller-owner can upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | What the evidence item is. | |
| caption | No | Optional caption shown alongside the evidence item. | |
| body_b64 | Yes | File contents, base64-encoded. Max 25 MB per item. | |
| mime_type | Yes | MIME type of the file, e.g. 'image/jpeg'. | |
| dispute_id | Yes | UUID of the open dispute to attach evidence to. |