cURL
curl --request POST \ --url https://api.platform.arb.inc/filings/documents/pdf \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00123", "filingID": "2" } '
{ "url": "https://secure-storage.arb.inc/filings/2025-08-00123/22", "validForSeconds": 3600 }
Returns a short-lived URL to download the PDF of a filed document in a case.
access token
Unique identifier of the case that contains the filed document.
36
"2025-08-00123"
Unique identifier of the filed document whose PDF URL is requested.
"2"
Signed URL generated successfully.
Temporary URL to download the PDF.
"https://secure-storage.arb.inc/filings/2025-08-00123/22"
Number of seconds the URL remains valid.
3600