1. HTTP Request Settings (Postman / Power Automate)
METHOD: POST
URL: https://zetaleap.com/api/v1/generate
HEADERS: {"Content-Type": "application/json"}
2. JSON Request Body (Base64 Image & Logo Support)
{
"name": "Kaan",
"theme": "theme1",
"company_logo": "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4K...",
"base64_image": "/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAw...",
"subtitle": "Dear",
"title": "Happy Birthday!\nWishing you all the best!"
}
3. API Response (JSON)
{
"success": true,
"url": "https://files.zetaleap.com/HappyBday_theme1_NA_Kaan_38f1a2.gif",
"filename": "HappyBday_theme1_NA_Kaan_38f1a2.gif",
"name": "Kaan",
"theme_used": "theme1"
}