What the API does
AI Gen Studio accepts one or more public source image URLs and creates an asynchronous enhancement. Each result is returned as a hosted image URL that can be mapped back to your catalog withexternal_id.
Common ecommerce outcomes include:
- cleaner background and lighting;
- better framing and product centering;
- sharper, more polished catalog presentation;
- marketplace-friendly image outputs;
- strict product preservation for labels, color, shape, and branding.
Integration model
Most integrations should not write a prompt for every product. Instead, your backend selects a preset that matches the catalog workflow and sends the source images.instructions is available for edge cases, but it is optional. The default production path is preset-driven so platform teams can process catalogs in volume.
Core workflow
- Create a sandbox API key in the dashboard.
- List the available presets and choose one for your catalog workflow.
- Create an enhancement with public image URLs and an
Idempotency-Key. - Poll enhancement status or receive signed webhook events.
- Switch to a live key when you are ready to process real images with paid API credits.
Main resources
| Resource | Purpose |
|---|---|
GET /api/v1/product-image-enhancement-presets | Discover supported preset ids. |
POST /api/v1/product-image-enhancements | Create an asynchronous enhancement. |
GET /api/v1/product-image-enhancements/{enhancementId} | Read enhancement and item status. |
