cURL
curl --request POST \ --url https://cases.platform.arb.inc/evidence/uploads/make-public \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-09-00123", "uploadID": "4" } '
{ "exhibitID": "2" }
Turns a private evidence upload into a public exhibit for a case.
access token
The case ID where the evidence belongs. Max length 36.
"2025-09-00123"
The upload ID of the evidence to make public. Max length 36.
"4"
Evidence was made public and assigned an exhibit ID.
The resulting exhibit ID.
"2"