zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Social Media/NGL Send
Logo NGL Send

NGL Send

NGL anonymous message sender.

Endpoints
1
Requests
31
Updated
3 months ago
For LLMs
llms.txt
Endpoint health9 hours ago
  • sendpassing, 0.8s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
POST/v1/social-media:ngl/sendno cache2 paramschecking key…
Parameters
Query
usernamestringrequired

Username target (dengan/tanpa @)

Body · JSON
messagestringrequired
text/plain

Pesan anonim yang dikirim

·
Response
EXAMPLE
{
  "sentAt": "2026-05-22T22:58:17.064Z",
  "message": "Halo! Kamu orang baik banget :)",
  "deviceId": "3fbb0394-1c99-41df-9335-74a3d350770d",
  "username": "zaadevofc",
  "questionId": "4bJB8rxuiNKraXYGuniR"
}

Code examples

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

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

const data = await client.run("social-media:ngl", "send", {
  "username": "zaadevofc",
  "message": "Halo! Kamu orang baik banget :)"
});
console.log(data);
Full SDK reference →
request.sh
curl -X POST "https://api.zpi.web.id/v1/social-media:ngl/send?username=zaadevofc" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx" \
  -H "content-type: application/json" \
  --data '{"message":"Halo! Kamu orang baik banget :)"}'

Full reference

1 endpoint · plain text
POSTSend message/v1/social-media:ngl/sendNGL anonymous message sender.

Parameters

usernamestringrequired
Username target (dengan/tanpa @)
messagestringrequiredin body
Pesan anonim yang dikirim

Request

curl -X POST "https://api.zpi.web.id/v1/social-media:ngl/send?username=zaadevofc" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "sentAt": "2026-05-22T22:58:17.064Z",
  "message": "Halo! Kamu orang baik banget :)",
  "deviceId": "3fbb0394-1c99-41df-9335-74a3d350770d",
  "username": "zaadevofc",
  "questionId": "4bJB8rxuiNKraXYGuniR"
}

Related APIs

More in social-media

TikTok Scraper

social-media/tiktok-scraper

Dapatkan data profile, postingan, comment, dan lainnya dengan lengkap dan konsisten.

41.2K calls·1d cache

Instagram Scraper

social-media/instagram-scraper

Dapatkan data profile, postingan dan lainnya dengan lengkap dan konsisten.

57.7K calls·15m cache

Youtube Scraper

social-media/youtube-scraper

Dapatkan data profile, postingan, comment, dan lainnya dengan lengkap dan konsisten.

94 calls·30m cache

GitHub User

social-media/github-user

Fetch public profile information for a GitHub user.

73 calls·1h cache

Kaskus

social-media/kaskus

Forum komunitas terbesar Indonesia (kaskus.co.id). Akses detail thread + balasan, daftar thread per sub-forum, pencarian, dan profil user.

114 calls·6h cache

Telegram Channel

social-media/telegram-channel

Fetch public Telegram channel preview information.

54 calls·30m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026