What you can build
Use the API when your backend needs to:- clean, resize, crop, relight, upscale, or polish existing product images;
- apply natural-language AI edits to image inputs;
- place a product into generated commerce scenes;
- generate new images from prompts;
- produce premium ad-oriented visuals from product images.
Core workflow
- Create a sandbox API key in the AI Gen Studio dashboard.
- Call
GET /toolsto discover available tools and public credit costs. - Create a job with one of the five create endpoints and an
Idempotency-Key. - Save
job.idfrom the response. - Poll
GET /jobs/{jobId}or listen for webhooks. - Switch to a live key when you are ready to reserve paid credits and process production images.
