zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
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.

1 endpoint1 endpoint on this scraper3 calls3 calls so farupdated 4 months agoLast updated 6/13/2026, 2:21:52 AMllms.txt
Endpoints1

1/1 passing
checked 22 hours ago · daily 01:00 WIB

Download

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

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

Download
index.ts
// 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);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Download/v1/downloader:send-now/download
1 param

Parameters

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

Request

curl -X GET "https://api.zapi.ink/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

downloaderinstagram

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

106106 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

YouTube Downloader

downloaderyoutube

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

8989 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Pinterest Downloader

downloaderpinterest

Download video & gambar dari Pinterest. Tempel URL pin.

3535 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Pixeldrain Downloader

downloaderpixeldrain

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

2929 calls so far6mResponses cached for 6m
Busy: 10+ calls so far

Twitter / X Downloader

downloadertwitter

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

3232 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

MediaFire Downloader

downloadermediafire

MediaFire file downloader — retrieve direct download link, file metadata, and size info from any public MediaFire share URL.

1212 calls so far6mResponses cached for 6m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.