Create Marketing Banners
Generate professional marketing banners for campaigns, promotions, and seasonal sales with AI image generation.
AI image generation, 20+ models
Generate, edit, and upscale images with 20+ AI models. Create from text prompts, edit with natural language, inpaint masked areas, change backgrounds, and upscale to 4K. Models range from fast drafts to photorealistic renders, with strengths in typography, design, or speed.
Generate an image from a text prompt. 20+ models with different quality, speed, style, and cost tradeoffs. Returns image URL(s) and downloadable assets.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "generate-image",
"skill": "text_to_image",
"input": {
"prompt": "A sleek wireless headphone on a marble surface, soft studio lighting, product photography, 4K"
}
}' \
https://api.toolrouter.com/v1/tools/callEdit, transform, or inpaint an existing image using AI. Provide an image URL and a text prompt describing the edit. Supports style transfer, object removal/addition, background changes, and targeted edits with masks.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "generate-image",
"skill": "edit_image",
"input": {
"image_url": "https://placehold.co/800x600.png",
"prompt": "Add a decorative golden frame border around the entire image"
}
}' \
https://api.toolrouter.com/v1/tools/callAI-upscale an image up to 10x resolution. Enhances detail and sharpness while maintaining quality. Choose a target resolution (720p-4K) or a scale factor (1-10x).
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "generate-image",
"skill": "upscale_image",
"input": {
"image_url": "https://placehold.co/400x300.png"
}
}' \
https://api.toolrouter.com/v1/tools/callList all available image generation models with capabilities, pricing, supported parameters, and descriptions. Filter by capability type. Models not in the registry can still be used by passing their model endpoint ID directly.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "generate-image",
"skill": "list_models",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"generate-image","skill":"text_to_image","input":{}}' \
https://api.toolrouter.com/v1/tools/callGenerate professional marketing banners for campaigns, promotions, and seasonal sales with AI image generation.
Create realistic product mockups and lifestyle shots without expensive photography or 3D rendering.
Translate and dub your marketing videos into multiple languages to reach international audiences.
Clean up recordings by removing background noise, hum, wind, and environmental sounds.
Build a complete content creation pipeline from keyword research through deep topic research to visual asset generation.
Research competitor advertising across platforms, analyze their strategy, study their organic content, and generate your own ad creatives.
Optimize landing pages by auditing SEO elements, testing performance, capturing responsive screenshots, and generating new hero visuals.
Accelerate social media growth by auditing your profiles, discovering trends, analyzing top content, and generating visuals.
Yes. `text_to_image` turns a prompt into a new image and returns downloadable image assets.
Yes. `edit_image` can change backgrounds, add or remove objects, and make targeted visual edits.
Yes. `upscale_image` can enhance an image up to 10x resolution, including 4K-level output.
Use `list_models` to compare capabilities, speed, and style strengths before you generate.