Skip to main content
POST
Prepare a dispute evidence upload

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Path Parameters

id
string
required

The id.

Body

application/json

Permissive prepare-upload body (zod .passthrough()). Count (1-10), size (>0 and <=10MB), and content-type (image/*) checks are enforced in the use-case.

files
object[]
required

The files to issue signed upload URLs for.

Required array length: 1 - 10 elements

Response

Signed upload targets for each counter-evidence file.

data
object
required