
ddownload is a public API providing file sharing and storage.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://ddownload.com/api | Primary API endpoint. |
curl -X GET "https://ddownload.com/api" \ -H "Accept: application/json"