v1

latestOpenAPI 3.0.02026-07-262561105.1 KB
Files API

Submits a request to upload the file.

Submits a request to upload the file.

post/upload

Headers

Idempotency-Keystring

Key used to serve subsequent retries of a request

Response

Success

file_idstring required

A unique identifier for file object.

file_namestring required

A value indicating the name of the file.

createdstring date-time required

Date that the file was uploaded.

purpose'dispute_evidence' required

A value indicating the purpose of the uploaded file.

Example response

{
  "file_name": "evidence.pdf",
  "created": "2024-03-02T14:29:07Z",
  "purpose": "dispute_evidence"
}