API Hub

satu hub

Download, AI, tools โ€” tersedia dalam satu tempat. Login sekali, key tersimpan permanen.

Memuat...
๐Ÿ‘ค
โ€”
โ€”
โ€”
Users
โ€”
Requests
โ€”
APIs
Jelajahi
Contoh Penggunaan
Node.js ยท fetch
// DeepSeek AI const res = await fetch('https://zexxoapi.duckdns.org/api/ai/deepseek', { method: 'POST', headers: { 'X-Api-Key': 'zxxo_xxx' }, body: JSON.stringify({ prompt: "Halo!", history: [] }) }); const { data } = await res.json(); console.log(data.reply);