WEBSITE TOOLS
Website
Hitamkan Anime
RAMAIKAN LALU HITAMKAN
✦ anime.png ✦
CONTOH GAMBAR
SEBELUM
BEFORE SESUDAH
AFTER
BEFORE SESUDAH
AFTER
Upload Gambar Kamu
Klik atau Seret Gambar ke Sini
PNG / JPG / WEBP
Hasil Gambar
Example Usage
const formData = new FormData(); formData.append('image', file); formData.append('filter', 'hitam'); const res = await fetch('https://hitamkananime.my.id/api/process-image', { method: 'POST', body: formData }); const data = await res.json(); // data.imgUrl → URL hasil gambar
const res = await fetch('https://hitamkananime.my.id/api/process-image', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ imageUrl: 'https://files.catbox.moe/wdsk10.jpg', filter: 'suki' }) }); const data = await res.json(); // data.imgUrl → URL hasil gambar
✦ Info
Support buffer (FormData) atau URL langsung (JSON body).
Filter: hitam (default), botak, suki.
Response: { imgUrl, credits, endpoints, author }
{ imgUrl: 'https://temp.live3d.io/ai-demo/...webp', credits: '©omegatech api', endpoints: 'nano-banana2', author: 'rullzfuqi' }