Skip to main content
PUT
URL Upload
Upload a file by providing a publicly accessible URL. The server will fetch and store the file.
Upload limits:
  • Free users: 1 GB per day, up to 5 uploads per minute.
  • Paid users (topped up $5 or more): 10 GB per day, up to 50 uploads per minute.

Request

Request Body

Parameters

String (URL)
required
Publicly accessible URL of the file to upload

Example

Response

Success Response

Status Code: 200 OK
boolean
Whether the upload was successful
string
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