cURL
curl --request POST \ --url https://cases.platform.arb.inc/cases/export \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00292" } '
"<string>"
Exports all case documents and evidence files into a compressed ZIP archive for download. The ZIP is streamed directly back to the requester.
access token
Case identifier
"2025-08-00292"
ZIP stream is returned for download
The response is of type file.
file