Read Document Download Url

<Badge>Available by Request</Badge> Issue a short-lived signed URL for a household document. `expiresInSeconds` defaults to 300, max 900, out-of-range values are clamped. Every issued URL is access-logged; if logging fails the request fails. Fetch the URL directly with a plain GET and no auth header; tolerate `Content-Encoding: gzip`. <Note> This endpoint is part of the document-review agent surface. To explore availability for your integration, please contact our team. </Note>

Path parameters

documentIdstringRequired
The id of the document

Query parameters

requirementIdstringOptionalformat: "uuid"

The requirement slot the document is being fetched for; written to the access log

expiresInSecondsintegerOptional<=900Defaults to 300

Response

Expected response to a valid request
urlstringOptionalformat: "uri"

Fetch directly with a plain GET, no auth header. Tolerate Content-Encoding gzip.

expiresAtdatetimeOptional
documentIdstringOptionalformat: "uuid"
fileNamestringOptional
contentTypestringOptional

Errors

400
Read Document Download URL Request Bad Request Error
404
Read Document Download URL Request Not Found Error