Documentation

WhatsApp Channel Reactor API

← Back to Reactor

API Endpoints

POST /send

Kirim reaksi menggunakan Authorization header

Headers:
Authorization: NvxReactChannel2
Content-Type: application/json
Body:
{
  "url": "https://whatsapp.com/channel/...",
  "emojis": "🔥,👀,😍"
}
GET /send

Kirim reaksi menggunakan query parameter

URL Format:
/send?url={encoded_url}&emojis={encoded_emojis}&key={api_key}
GET /health

Health check API status

GET /test

Test endpoint documentation

API Keys

Server Key (Free) Recommended
NvxReactChannel2

Key ini cocok untuk testing dan penggunaan umum.

Asitha.top Key

Gunakan key Asitha.top. Ini cocok untuk penggunaan besar dengan limit request yang banyak.

Quick Examples

cURL (POST):
curl -X POST 'https://wachrs.vercel.app/send' \
  -H 'Authorization: NvxReactChannel2' \
  -H 'Content-Type: application/json' \
  -d '{"url":"https://whatsapp.com/channel/...","emojis":"🔥,👀,😍"}'
JavaScript Fetch:
fetch('https://wachrs.vercel.app/send', {
  method: 'POST',
  headers: {
    'Authorization': 'NvxReactChannel2',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    url: 'https://whatsapp.com/channel/...',
    emojis: '🔥,👀,😍'
  })
})

Usage Guide

1
URL Format

URL harus mengandung "whatsapp.com/channel/". Contoh: https://whatsapp.com/channel/0029VaDkL4uHrKx6pAqDgZB

2
Emojis Format

Pisahkan emoji dengan koma, tanpa spasi. Contoh: "🔥,👀,😍"

3
Auto Reset

Form otomatis reset setelah request berhasil. URL dan Emoji akan dikosongkan, API Key tetap tersimpan.

4
Result Display

Hasil request muncul di bawah form. Hijau untuk sukses, merah untuk error.

FAQ

Apa itu NvxReactChannel2?

Server key gratis yang otomatis rotasi melalui 10 access key Asitha.top. Cocok untuk testing dan penggunaan ringan.

Berapa limit request?

Server key memiliki limit 1000 request (10 key × 100 request per key). Untuk penggunaan berat, gunakan key Asitha.top sendiri.

Bagaimana cara mendapatkan key Asitha.top?

Kunjungi dan Sign Up di Asitha.top untuk mendapatkan Access key dengan limit lebih tinggi.

Mengapa request gagal?

Pastikan: URL valid, API key benar, koneksi internet stabil, dan format emoji sesuai.

© Nine
Base URL: https://wachrs.vercel.app
← Kembali ke Reactor