Get file download URL

Generates a temporary URL for accessing documents such as subscription agreements, AML/KYC documents, or other supporting files from orders you have access to.

The fileId can be obtained from:

The returned URL is a pre-signed URL with a 10-minute expiry. The URL can be used to:

  • Download file content programmatically in your backend system for processing or storage
  • Provide a download link to end users allowing them to save the file to their device
  • Display the file inline in a browser (for supported file types like PDF and images) by using content-disposition=inline

Attempts to use the URL after the expiry time will result in an AccessDenied error.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique ID of the File object

Query Params
string
Defaults to attachment

Content disposition mode for file download URL:

  • attachment: Forces the browser to download the file (default)
  • inline: Allows the browser to display the file inline. Only supported for: pdf, png, jpg, jpeg
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json