Generate hero images, banners, and product grids for email campaigns using AI.
Authentication
All image endpoints require a valid Reactivate auth token.
Generate Image
POST /reactivate/image/generate
Generates a custom image for use in email campaigns.
Hero Image Generation
POST /reactivate/image/hero-generation
Generates hero section images for email headers using AI.
Request Body
{
"brandId": "uuid",
"prompt": "A vibrant spring collection showcase",
"style": "modern",
"dimensions": {
"width": 600,
"height": 300
}
}
Banner Generation
POST /reactivate/image/banner-generation
Generates promotional banners for email campaigns with text overlays, product images, and brand styling.
Product Grid
Product grid layouts are generated via AI to determine optimal product placement in emails.