API Hub
satu hub
Download, AI, tools โ tersedia dalam satu tempat. Login sekali, key tersimpan permanen.
// 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);