ConvertSW Bot API

API andal untuk kompresi video kualitas HD (anti-burik). Didesain untuk developer Baileys / WWebJS.

Developer Login

Masuk untuk mengelola API Key.

ATAU

Pilih Paket API

Developer Basic

Ideal untuk testing
Rp 15.000 / bln
  • Limit 1.000 proses/bulan
  • Max 50MB per file video
  • Format Output: MP4 (HD)
  • WhatsApp Support
PALING LARIS

Bot Master Pro

Untuk skala besar
Rp 50.000 / bln
  • Unlimited proses/bulan
  • Max 100MB per file video
  • Semua format (MP4, MKV, AVI)
  • Prioritas Antrean Server (Fast)

API Quick Start

Kirim POST dengan multipart/form-data ke endpoint:

POST https://convertsw.my.id/api/v1/process-video

Headers

  • x-api-key: API_KEY_ANDA

Contoh Node.js

const form = new FormData(); form.append('video', fs.createReadStream('in.mp4')); const res = await axios.post('https://convertsw.my.id/api/v1/process-video', form, { headers: { ...form.getHeaders(), 'x-api-key': 'API_KEY_ANDA' }, responseType: 'arraybuffer' });
Baca Dokumentasi Lengkap

Developer API • POWERED BY CONVERTSW © 2026