Skip to main content
You can use the files.read() method to download data from the sandbox.

Download with pre-signed URL

Pre-signed download URLs allow users to download files securely from environments that do not hold Novita SDK credentials, such as web browsers. Create the sandbox with the secure: true option, then use the SDK on your trusted backend to generate the download URL. Return it only to users authorized by your application, and set a short expiration time. The URL acts as a temporary bearer credential until it expires.
Last modified on June 24, 2026