cURL
curl --request POST \ --url https://cases.platform.arb.inc/invites/evidence/download \ --header 'Content-Type: application/json' \ --data ' { "code": "a1b2c3d4e5", "exhibitID": "22" } '
{ "url": "https://files.example.com/download/abc123?sig=xyz&exp=1699999999", "validForSeconds": 900 }
Returns a short-lived URL to download an evidence file using an invite code.
Invite code tied to the evidence request.
"a1b2c3d4e5"
Unique identifier of the evidence file.
36
"22"
Temporary URL successfully generated.
The signed URL to download the file.
"https://files.example.com/download/abc123?sig=xyz&exp=1699999999"
Number of seconds the URL remains valid.
900