v1

latestOpenAPI 3.0.0Proprietary2026-07-1313647393.0 KB
Documents

Fetch document info

Retrieve metadata for an uploaded document (name, MIME type, size, purpose). Document IDs are exactly 14 alphanumeric characters.

get/documents/{id}

Path parameters

idstring required

Document ID (doc_*). Exactly 14 alphanumeric characters.

Response

Document metadata.

idstring

Unique document identifier. Example: doc_EsyWjHrfzb59Re. Always 14 alphanumeric characters.

entity'document'
namestring

Filename of the uploaded document.

mime_type'image/jpg' | 'image/jpeg' | 'image/png' | 'application/pdf'

MIME type of the uploaded file.

sizeinteger

File size in bytes.

purposestring

Upload reason. Example: dispute_evidence.

created_atinteger

Unix timestamp of upload.