Skip to main content
GET
Get a download URL for the redacted PDF

Authorizations

Authorization
string
header
required

Cognito-issued JWT access token. Send it as Authorization: Bearer <token>.

Path Parameters

redactionId
string<uuid>
required

Query Parameters

download
boolean
default:false

When true, the URL serves the file with Content-Disposition attachment (download). When false (default), Content-Disposition is inline (view in tab).

Response

Time-limited download URL

Time-limited download URL returned by GET /v1/redactions/{redactionId}/file. The URL's Content-Disposition is set inline or attachment per the request's download query parameter.

url
string<uri>
required