zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Downloader/Send.now Downloader
Logo Send.now Downloader

Send.now Downloader

Send.now file & folder downloader — resolve direct CDN download links from any public Send.now share URL, including multi-file folders.

Endpoints
1
Requests
3
Updated
3 months ago
For LLMs
llms.txt
Endpoint health18 hours ago
  • downloadpassing, 1.7s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
GET/v1/downloader:send-now/download6m cache1 paramchecking key…
Parameters
urlstringrequired

URL Send.now — folder (/s/<id>/<name>) atau file tunggal (/fileCode atau kode saja)

·
Response
EXAMPLE
{
  "type": "folder",
  "files": [
    {
      "fileCode": "m45w7aol4sy5",
      "fileName": "Demo.rar",
      "viewerUrl": "https://send.now/m45w7aol4sy5",
      "downloadUrl": "https://u3143.send.now/d/uvyxt2ng6gosj4l43j7f7fnu3ggcxgkd6nvq5pmcf2ewk2gzsfh3bhqsincrn3zacd4yfamy/Demo.rar",
      "fileSizeHuman": "353 KB"
    },
    {
      "fileCode": "ydrpgm830h86",
      "fileName": "Demo.jpg",
      "viewerUrl": "https://send.now/ydrpgm830h86",
      "downloadUrl": "https://u3143.send.now/d/uvyxx2ng6gosj4l43j7ftanxyliq5z7imbmptaucjm2c4pllbocspvk7ufrbtgfu4s23cruj/Demo.jpg",
      "fileSizeHuman": "300 KB"
    },
    {
      "fileCode": "f084i4iin8d8",
      "fileName": "Demo.docx",
      "viewerUrl": "https://send.now/f084i4iin8d8",
      "downloadUrl": "https://u3143.send.now/d/uvywl2ng6gosj4l43j7ffd7l2b27nwip5utrsruu2fxb7neul2cwe2qx4jrrqzvmmz4j7wav/Demo.docx",
      "fileSizeHuman": "7 KB"
    },
    {
      "fileCode": "79oylhpuegca",
      "fileName": "Demo.pdf",
      "viewerUrl": "https://send.now/79oylhpuegca",
      "downloadUrl": "https://u3143.send.now/d/uvywp2ng6gosj4l43j7ejev22eirxw3w6vowbjuyqwveoxwk2fezqjfnzfocsbkhwbmojami/Demo.pdf",
      "fileSizeHuman": "22 KB"
    },
    {
      "fileCode": "g8onnkygphbh",
      "fileName": "Demo.mp3",
      "viewerUrl": "https://send.now/g8onnkygphbh",
      "downloadUrl": "https://u3143.send.now/d/uvywd2ng6gosj4l43j7efc5gqz5ielj6kftbmpkvulo7lixz2hmwocvxupry3fbgvrtl2jse/Demo.mp3",
      "fileSizeHuman": "3.7 MB"
    },
    {
      "fileCode": "e7k5bh3vd5sv",
      "fileName": "Demo.zip",
      "viewerUrl": "https://send.now/e7k5bh3vd5sv",
      "downloadUrl": "https://dl8218.usercdn.com/d/rryw32ng6gosj4l43j7fhhnfqg64dn2ayvbrwmstuuyb6vaishvsibrhwtufiwonhq7g5emx/Demo.zip",
      "fileSizeHuman": "20.1 MB"
    },
    {
      "fileCode": "5s95bgvirrcy",
      "fileName": "Password Protected.zip",
      "viewerUrl": "https://send.now/5s95bgvirrcy",
      "downloadUrl": "https://dl8218.usercdn.com/d/rryw72ng6gosj4l43j7alepcyp6xwng3fe5jhwu3yrlkvkuq5ng54mef2spnkb54kfxfwsmg/Password Protected.zip",
      "fileSizeHuman": "210.3 MB"
    }
  ],
  "fileCount": 7,
  "folderName": ""
}

Code examples

Download
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("downloader:send-now", "download", {
  "url": "https://send.now/s/AbCdEf/folder-name"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/downloader:send-now/download?url=https%3A%2F%2Fsend.now%2Fs%2FAbCdEf%2Ffolder-name" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETDownload/v1/downloader:send-now/downloadSend.now file & folder downloader — resolve direct CDN download links from any public Send.now share URL, including multi-file folders.

Parameters

urlstringrequired
URL Send.now — folder (/s/<id>/<name>) atau file tunggal (/fileCode atau kode saja)

Request

curl -X GET "https://api.zpi.web.id/v1/downloader:send-now/download?url=https%3A%2F%2Fsend.now%2Fs%2FAbCdEf%2Ffolder-name" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "type": "folder",
  "files": [
    {
      "fileCode": "m45w7aol4sy5",
      "fileName": "Demo.rar",
      "viewerUrl": "https://send.now/m45w7aol4sy5",
      "downloadUrl": "https://u3143.send.now/d/uvyxt2ng6gosj4l43j7f7fnu3ggcxgkd6nvq5pmcf2ewk2gzsfh3bhqsincrn3zacd4yfamy/Demo.rar",
      "fileSizeHuman": "353 KB"
    },
    {
      "fileCode": "ydrpgm830h86",
      "fileName": "Demo.jpg",
      "viewerUrl": "https://send.now/ydrpgm830h86",
      "downloadUrl": "https://u3143.send.now/d/uvyxx2ng6gosj4l43j7ftanxyliq5z7imbmptaucjm2c4pllbocspvk7ufrbtgfu4s23cruj/Demo.jpg",
      "fileSizeHuman": "300 KB"
    },
    {
      "fileCode": "f084i4iin8d8",
      "fileName": "Demo.docx",
      "viewerUrl": "https://send.now/f084i4iin8d8",
      "downloadUrl": "https://u3143.send.now/d/uvywl2ng6gosj4l43j7ffd7l2b27nwip5utrsruu2fxb7neul2cwe2qx4jrrqzvmmz4j7wav/Demo.docx",
      "fileSizeHuman": "7 KB"
    },
    {
      "fileCode": "79oylhpuegca",
      "fileName": "Demo.pdf",
      "viewerUrl": "https://send.now/79oylhpuegca",
      "downloadUrl": "https://u3143.send.now/d/uvywp2ng6gosj4l43j7ejev22eirxw3w6vowbjuyqwveoxwk2fezqjfnzfocsbkhwbmojami/Demo.pdf",
      "fileSizeHuman": "22 KB"
    },
    {
      "fileCode": "g8onnkygphbh",
      "fileName": "Demo.mp3",
      "viewerUrl": "https://send.now/g8onnkygphbh",
      "downloadUrl": "https://u3143.send.now/d/uvywd2ng6gosj4l43j7efc5gqz5ielj6kftbmpkvulo7lixz2hmwocvxupry3fbgvrtl2jse/Demo.mp3",
      "fileSizeHuman": "3.7 MB"
    },
    {
      "fileCode": "e7k5bh3vd5sv",
      "fileName": "Demo.zip",
      "viewerUrl": "https://send.now/e7k5bh3vd5sv",
      "downloadUrl": "https://dl8218.usercdn.com/d/rryw32ng6gosj4l43j7fhhnfqg64dn2ayvbrwmstuuyb6vaishvsibrhwtufiwonhq7g5emx/Demo.zip",
      "fileSizeHuman": "20.1 MB"
    },
    {
      "fileCode": "5s95bgvirrcy",
      "fileName": "Password Protected.zip",
      "viewerUrl": "https://send.now/5s95bgvirrcy",
      "downloadUrl": "https://dl8218.usercdn.com/d/rryw72ng6gosj4l43j7alepcyp6xwng3fe5jhwu3yrlkvkuq5ng54mef2spnkb54kfxfwsmg/Password Protected.zip",
      "fileSizeHuman": "210.3 MB"
    }
  ],
  "fileCount": 7,
  "folderName": ""
}

Related APIs

More in downloader

Instagram Downloader

downloader/instagram

Download Reels, video, & foto dari Instagram. Carousel multi-media didukung. Tempel URL post/reel.

92 calls·1h cache

YouTube Downloader

downloader/youtube

Download video & audio dari YouTube — kualitas hingga 1080p, mode audio-only (mp3). Tempel URL, dapat link unduhan langsung.

59 calls·1h cache

Twitter / X Downloader

downloader/twitter

Download video dari Twitter / X. Tempel URL tweet yang berisi video.

32 calls·1h cache

Pixeldrain Downloader

downloader/pixeldrain

Pixeldrain file info & downloader — retrieve metadata, direct download link, and availability status from any public Pixeldrain file.

28 calls·6m cache

Pinterest Downloader

downloader/pinterest

Download video & gambar dari Pinterest. Tempel URL pin.

26 calls·1h cache

Facebook Downloader

downloader/facebook

Download video & Reels dari Facebook. Tempel URL video/watch/reel publik.

9 calls·1h cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026