Downloader

Google Drive Download

Get a direct download link from a Google Drive file URL.

GET/gdrive
GET/gdrive
Parameters
Request
bash
1curl -X GET 'https://execross.com/api/v3/gdrive?apikey=YOUR-APIKEY&url=https%3A%2F%2Fdrive.google.com%2Ffile%2Fd%2F11fbbyC2x-oFch2qzS9E4jMX7HTqlaFnG%2Fview%3Fusp%3Ddrivesdk' \
2  -H 'Accept: application/json'
Response
Click Send to execute the request.
Example response
json
1{
2  "creator": "EXECROSS",
3  "ip": "207.148.76.134",
4  "result": {
5    "filename": "RULLMDV5.7z",
6    "filesize": "19.37MB",
7    "filetype": "7z",
8    "download_url": "https://drive.google.com/uc?export=download&id=..."
9  },
10  "status": 200
11}