PromptStudio Gateway
Gateway API Node.js TypeScript — Berjalan 24 jam
SYSTEM READY
🔑 Autentikasi (/api/auth/*)
POST
/api/auth/register
Daftar pengguna baru
Public
POST
/api/auth/login
Masuk ke aplikasi
Public
POST
/api/auth/refresh
Perbarui access token
Public
⚡ Prompting & AI (/api/prompt/*)
POST
/api/prompt/generate
Buat Prompt Gambar AI dengan Groq
Bearer Auth
GET
/api/prompt/history
Ambil riwayat pembuatan prompt
Bearer Auth
DELETE
/api/prompt/history/:id
Hapus riwayat prompt
Bearer Auth
👤 Profil Pengguna (/api/user/*)
GET
/api/user/profile
Ambil informasi profil aktif
Bearer Auth
PUT
/api/user/profile
Perbarui profil
Bearer Auth
POST
/api/user/upload-avatar
Unggah avatar dengan ImageKit
Bearer Auth