Method: GET
Remote upload API allows you to upload files from a remote URL directly to the server. This is useful for uploading files from other websites or services.
Parameter | Type | Required | Description |
---|---|---|---|
url | string | Yes | The URL of the file to upload |
filename | string | No | The name of the file to save on the server. If not provided, the original filename will be used. |