Skip to main content
GET
/
documents
/
{id}
/
download
Get a download URL for a document
curl --request GET \
  --url https://api.conduit.financial/v2/documents/{id}/download \
  --header 'x-api-key: <api-key>'
{
  "url": "<string>",
  "expiresAt": "2026-01-15T09:30:00.000Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

url
string<uri>
required

Presigned download URL for the document

expiresAt
string<date-time>
required

Timestamp when the presigned URL expires

Example:

"2026-01-15T09:30:00.000Z"