cURL
curl --request POST \ --url https://cases.platform.arb.inc/cases/export \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-11-00123" } '
"<string>"
Streams a simple ZIP download of the cases docket entries and exhibits.
access token
Case identifier to export.
1 - 50
"2025-11-00123"
ZIP stream of the exported case.
The response is of type file.
file