URL Upload
Storage
URL Upload
Upload files by providing a URL
PUT
URL Upload
Upload a file by providing a publicly accessible URL. The server will fetch and store the file.
Request
Request Body
Parameters
Publicly accessible URL of the file to upload
Example
Response
Success Response
Status Code:200 OK
Whether the upload was successful
URL to access the uploaded file
Use Cases
- Importing files from external sources
- Migrating files from other storage services
- Best for: Bulk imports, file migrations, webhook integrations
Requirements
- The URL must be publicly accessible (no authentication required)
- The file must be directly downloadable
- HTTPS URLs are recommended
