Use direct transfers when your application already has the bytes in memory. Use presigned URLs when you want a simple HTTP upload or download flow outside the SDK runtime client.Documentation Index
Fetch the complete documentation index at: https://hyperbrowser.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Direct Upload And Download
Presigned Upload And Download URLs
Choosing Between Direct And Presigned Transfers
Use direct upload and download when:- The SDK client already owns the bytes.
- You want the simplest in-process transfer path.
- You do not need to hand off the transfer to another service.
- You want plain HTTP transfer behavior.
- Another service or worker should perform the upload or download.
- You want one-time or explicitly expiring transfer links.