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
clientIdstringRequiredExample:
The client ID of the document owner.
91e5bd3c-0e13-4e6e-a673-3c0842b7f370Body
keysstring[]Optional
The list of keys for which to generate pre-signed URLs.
Responses
201
Pre-signed URLs for downloading documents.
application/json
400
Invalid request payload
401
Invalid API key
404
Client or document not found
500
An unexpected error occurred.
post
/clients/{clientId}/documents/request-batch-downloadLast updated
