REST API COLLECTION V3.0
Semua API
satu hub
Download, AI, tools — tersedia dalam satu tempat.
Key unik per device, langsung siap di bot kamu.
# Header wajib di setiap request
X-Api-Key: zxxo_xxxxxxxxxxxxxxxxxxxxxxxx
# Download YouTube MP4
curl "http://68.183.17.236:3000/api/download/ytmp4?url=URL&resolution=720" \
-H "X-Api-Key: zxxo_xxx" --output video.mp4
# Download YouTube MP3
curl "http://68.183.17.236:3000/api/download/ytmp3?url=URL" \
-H "X-Api-Key: zxxo_xxx" --output audio.mp3