Skip to main content

Documents Endpoints

Base URL: https://api.casexchange.com/api/public/v1

GET /cases//documents

Returns all documents attached to the specified case. Tier: read_only
Response 200

POST /cases//documents

Uploads a file and attaches it to the specified case. Accepts multipart/form-data. Maximum file size is 50 MB. Tier: standard
Response 201

GET /cases//documents//download

Returns a short-lived pre-signed S3 URL for downloading the specified document. Tier: read_only
Response 200

DELETE /cases//documents/

Permanently deletes the specified document from the case and S3. Tier: full
Response 204 No Content No response body.