Documents (permanent storage)

Generates pre-signed URLs for downloading documents of a client.

post
/clients/{clientId}/documents/request-batch-download

Generates pre-signed URLs for downloading documents. Each pre-signed URL is valid for 5 minutes. See the S3 documentation for more information on S3 pre-signed URLs.

Authorizations
RIALTO_API_KEYstringRequired
Path parameters
clientIdstringRequired

The client ID of the document owner.

Example: 91e5bd3c-0e13-4e6e-a673-3c0842b7f370
Body
keysstring[]Optional

The list of keys for which to generate pre-signed URLs.

Responses
201

Pre-signed URLs for downloading documents.

application/json
post
/clients/{clientId}/documents/request-batch-download

Last updated