imagfly
v0.1.0
Published
ImagFly — AI image engine for ads, thumbnails, and marketing visuals. Campaign-ready branded images in 6 seconds.
Maintainers
Readme
ImagFly
AI image engine for ads, thumbnails, and marketing visuals. Campaign-ready branded images in 6 seconds.
Install
npm install imagflyCLI
npx imagfly generate "DryNow water damage van with crew in Nashville"
npx imagfly optimize https://youtube.com/@channel
npx imagfly rebrand photo.jpg --brand "DryNow" --phone "1-800-454-1-DRY"SDK
const ImagFly = require('imagfly');
const fly = new ImagFly('your-api-key');
const result = await fly.generate('Team photo with branded vans', {
brand: { name: 'DryNow', phone: '1-800-454-1-DRY' },
location: 'nashville',
model: 'imagen-4.0',
});
console.log(result.images[0].url); // https://images.link/2026/04/...Features
- 🖼️ Imagen 4.0 + GPT Image 1.5 (auto-routes to best model)
- 🏷️ Auto brand identity via Brandfetch (logo, colors, fonts from domain)
- 📍 23+ US cities with GPS EXIF and SEO filenames
- 📸 18 real camera profiles (iPhone, Samsung, Canon, Sony...)
- 🎭 35 fidelity role-plays (rebrand, seasonal, lighting, marketing...)
- 📊 13 ad platform presets (Google, Meta, YouTube, LinkedIn, TikTok, X)
- 🌐 CDN hosting on images.link with instant hotlink URLs
- 💬 Easy mode — describe what you want in plain English
Pricing
$0.65 per image (all features included). Volume discounts available.
Get your API key at imagfly.com
Powered by 50c.ai
