Skip to main content
POST
Get a temporary PDF URL for a filed document

Authorizations

Authorization
string
header
required

access token

Body

application/json
caseID
string
required

Unique identifier of the case that contains the filed document.

Maximum string length: 36
Example:

"2025-08-00123"

filingID
string
required

Unique identifier of the filed document whose PDF URL is requested.

Maximum string length: 36
Example:

"2"

Response

Signed URL generated successfully.

url
string<uri>

Temporary URL to download the PDF.

Example:

"https://secure-storage.arb.inc/filings/2025-08-00123/22"

validForSeconds
integer

Number of seconds the URL remains valid.

Example:

3600