Image generation credits
Purchase one-time credit packs and use them for product visuals, campaign variants, and social media imagery.
AI image generation for creators and teams
Imagen helps ecommerce, marketing, and developer teams create AI-generated product images, ad concepts, and social visuals through a web console or API workflow.
AI-generated sample
1024 x 1024 PNG
Capabilities
Use the web console to test prompts, or connect another service through API keys with quota, task history, and hosted results.
Purchase one-time credit packs and use them for product visuals, campaign variants, and social media imagery.
Create separate keys for apps, teams, or environments, then manage quota and concurrency for each key.
Submit single or batch jobs, let the service process them in the background, and poll status until results are ready.
Generated images are stored and returned as accessible URLs for CMS, automation workflows, or internal business tools.
Pricing
No subscription is required for the first version. Credits are consumed by generation quality, image count, and workflow type.
For first tests, light product visuals, and prompt exploration.
For regular creators and ecommerce teams producing campaign assets.
For teams generating product images, ad variants, and social visuals.
For studios and agencies that need a larger recurring production pool.
Responsible use
Imagen is designed for commercial visuals, ecommerce content, creative exploration, and developer workflows. We prohibit unsafe, deceptive, infringing, and illegal content.
Read content policyAPI access
Your app only needs an API key. Submit a task, poll its status, then read completed image URLs from output_urls.
curl -s https://api.example.com/v1/tasks \
-H "Authorization: Bearer sk_img_xxx" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A clean studio product image",
"image_count": 1,
"size": "1024x1024",
"quality": "high",
"output_format": "png"
}'