Downloads a file by short-lived download token.

Access: Anonymous requests are allowed, but the download token is still validated server-side.

Streams the original stored or generated file and sets Content-Disposition: attachment so browsers
treat the response as a download.

Download tokens are valid for 10 seconds. Obtain them from the file-info endpoint immediately before
the client opens the download URL. If the token is valid but the file no longer exists, the endpoint returns 404 Not Found.

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

Short-lived token returned by the file-info endpoint.

Headers
string
required
Defaults to 2.0

The requested API version

string
Defaults to 2.0

The requested API version

Response
200

OK

Language
Credentials
Bearer
jwt
LoadingLoading…
Response
Click Try It! to start a request and see the response here!