Iterasi cepat
Validasi prompt di Playground sebelum menyambungkan createTask ke aplikasi Anda.

Validasi prompt dan parameter sebelum integrasi — model dan payload sama seperti produksi.
Field input createTask untuk tab default.
| Field | Tipe | Wajib |
|---|---|---|
| prompt | textarea | Ya |
| aspect_ratio | select (1:1 | 16:9 | 9:16) | Tidak |
Pratinjau generatif tipikal (hasil bergantung prompt).

Mengapa tim memilih model ini untuk beban produksi.
Validasi prompt di Playground sebelum menyambungkan createTask ke aplikasi Anda.
Kapabilitas inti model di gateway ModKie.
Kirim prompt dan rasio aspek lewat createTask; poll recordInfo untuk URL gambar.
Debug prompt di browser sebelum menyalin JSON ke produksi.
Kasus penggunaan umum untuk developer dan produk.
Hasilkan still iklan, gambar hero, dan aset sosial dari prompt teks.
Kredit hanya untuk job yang sukses.
API bersama
22 kredit / job
≈ $0.11 USD ($0.01 USD/kredit pada tarif paket)
Tiga langkah dari API key ke job sukses pertama.
Buat API key
Masuk dan buat key di Settings → API Keys.
Kirim createTask
POST ke /api/v1/jobs/createTask dengan model id dan input.
Cek recordInfo
Poll sampai selesai; unduh output dari respons.
Contoh permintaan createTask
curl -X POST https://modkie.com/api/v1/jobs/createTask \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/imagen-4",
"input": {
"prompt": "Create a cinematic, photorealistic medium shot capturing the nostalgic warmth of a late 90s indie film. The focus is a young woman with brightly dyed pink hair (slightly faded) and freckled skin, looking directly and intently into the camera lens with a hopeful yet slightly uncertain smile. She wears an oversized, vintage band t-shirt (slightly worn, with the faintly cracked white text “KIE AI” across the chest) layered over a long-sleeved striped top, along with simple silver stud earrings. The lighting is soft, golden hour sunlight streaming through a slightly dusty window, creating lens flare and illuminating dust motes in the air. The background shows a blurred, cluttered bedroom with posters on the wall and fairy lights, rendered with a shallow depth of field. Natural film grain, a warm, slightly muted color palette, and sharp focus on her expressive eyes enhance the intimate, authentic feel.",
"aspect_ratio": "1:1"
}
}'Poll GET /api/v1/jobs/recordInfo?taskId=… sampai success atau fail. Kredit hanya saat sukses.
ModKie lebih dari relay API — deploy, fine-tune, dan daftarkan endpoint kustom di gateway yang sama.
Satu API key dan kontrak jobs untuk marketplace dan self-host.
Validasi payload di browser sebelum produksi.
Deploy HuggingFace atau worker kustom lewat ModKie.
Fine-tune model vision dan daftarkan bobot kembali ke gateway.
Kolaborasi untuk landing model, integrasi, dan rollout produksi.