Get a download URL for the redacted PDF
Return a time-limited download URL for the redacted output. Use ?download=false for inline viewing in a browser tab and ?download=true to force the browser save dialog. Only valid once the job is completed.
Authorizations
Cognito-issued JWT access token. Send it as Authorization: Bearer <token>.
Path Parameters
Query Parameters
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.
