Create Web Download

POST {{api_base}}/{{api_version}}/api/webdl/createwebdownload

Overview

Creates a web download under your account. Simply send a link to any file on the internet. Once it has been checked, it will begin downloading assuming your account has available active download slots, and they aren't too large.

Authorization

Requires an API key using the Authorization Bearer Header.

Request Body

[{"name"=>"link", "value"=>"", "datatype"=>"null"}, {"name"=>"password", "value"=>"", "datatype"=>"null"}, {"name"=>"name", "value"=>"", "datatype"=>"null"}]

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: OK

{"success":true,"error":null,"detail":"Download started successfully","data":{"hash":"XXXXXXXXXXXXXXXXX","webdownload_id":"0","auth_id":"XXXXXXXXXXXXXXXXX"}}