zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Downloader/Loom Downloader
Logo Loom Downloader

Loom Downloader

Download video rekaman dari Loom. Tempel URL share publik.

1 endpoint1 endpoint on this scraper4 calls4 calls so farupdated 3 months agoLast updated 6/21/2026, 12:50:33 PMLive: no endpoint is cachedllms.txt
Endpoints1

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

Download

Download media dari Loom.

GET/v1/downloader:loom/downloadno cache4 paramschecking key…
Parameters
urlstringrequired

Loom media URL (video or post). Query params are fine.

qualityenum

Max video quality — max = best available. Ignored when audioOnly=true.

audioOnlyenum

Set true to fetch audio only. Default false (video).

audioFormatenum

Audio container when audioOnly=true. Default mp3.

·
Response
EXAMPLE
{
  "ok": true,
  "url": "https://cdn.loom.com/sessions/transcoded/c43a642f815f4378b6f80a889bb73d8d.mp4?Policy=...&Key-Pair-Id=KQOSYIR44AIC0&Signature=...",
  "type": "video",
  "filename": "loom_c43a642f815f4378b6f80a889bb73d8d.mp4",
  "provider": "loom",
  "originalUrl": "https://www.loom.com/share/c43a642f815f4378b6f80a889bb73d8d"
}

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:loom", "download", {
  "url": "https://www.loom.com/share/c43a642f815f4378b6f80a889bb73d8d",
  "quality": "1080",
  "audioOnly": "false",
  "audioFormat": "mp3"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Download/v1/downloader:loom/download
4 params

Parameters

urlstringrequired
Loom media URL (video or post). Query params are fine.
qualityenumoptional
Max video quality — max = best available. Ignored when audioOnly=true. Values: 144, 240, 360, 480, 720, 1080, max.
audioOnlyenumoptional
Set true to fetch audio only. Default false (video). Values: true, false.
audioFormatenumoptional
Audio container when audioOnly=true. Default mp3. Values: mp3, opus, ogg, wav.

Request

curl -X GET "https://api.zpi.web.id/v1/downloader:loom/download?url=https%3A%2F%2Fwww.loom.com%2Fshare%2Fc43a642f815f4378b6f80a889bb73d8d&quality=1080&audioOnly=false&audioFormat=mp3" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "url": "https://cdn.loom.com/sessions/transcoded/c43a642f815f4378b6f80a889bb73d8d.mp4?Policy=...&Key-Pair-Id=KQOSYIR44AIC0&Signature=...",
  "type": "video",
  "filename": "loom_c43a642f815f4378b6f80a889bb73d8d.mp4",
  "provider": "loom",
  "originalUrl": "https://www.loom.com/share/c43a642f815f4378b6f80a889bb73d8d"
}

Related APIs

More in downloader

Instagram Downloader

downloaderinstagram

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

105105 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.

8787 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.

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

Pinterest Downloader

downloaderpinterest

Download video & gambar dari Pinterest. Tempel URL pin.

3434 calls so far1hResponses cached for 1h
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

Facebook Downloader

downloaderfacebook

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

1212 calls so far1hResponses cached for 1h
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
SupportStatusReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.