scope files:read
files:read
Get a pre-signed URL for downloading a specific file by its unique identifier. This endpoint provides access to file metadata and a secure URL for downloading the file content.
The response includes file metadata such as filename, content type, description, and expiration information, along with a pre-signed URL for downloading the actual file content.
Info
This endpoint returns file metadata and a pre-signed URL for downloading. The actual file content is accessed via the provided download URL.
Files are accessible via both API and SFTP, providing flexibility in how you manage and serve file content.
Tip
Use this endpoint to serve files to customers during business processes or to download files for local processing. The download URL can also be used directly in customer-facing interfaces.