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
documentId
The id of the document
Query parameters
requirementId
The requirement slot the document is being fetched for; written to the access log
expiresInSeconds
Response
Expected response to a valid request
url
Fetch directly with a plain GET, no auth header. Tolerate Content-Encoding gzip.
expiresAt
documentId
fileName
contentType
Errors
400
Read Document Download URL Request Bad Request Error
404
Read Document Download URL Request Not Found Error

