Skip to main content
AI Gen Studio exposes separate endpoints instead of one overloaded request shape. Choose the endpoint that matches the work you want to automate.
ToolEndpointUse it for
Remove BackgroundPOST /remove-backgroundTransparent, white, or replacement backgrounds.
Image EditingPOST /image/editStructured cleanup: resize, crop, relight, polish, upscale, shadow, background cleanup.
Image AI EditPOST /image/ai-editNatural-language edits on source images.
AI BackgroundPOST /scene/createProduct placement in generated commerce scenes.
Image GenerationPOST /image/generateNew images from prompts.
Ad CreativePOST /ad/createCampaign-style visuals from product images.

Structured vs prompt-driven

Use POST /image/edit when your app can express the desired edit as structured options. Use POST /image/ai-edit when a product-specific instruction is required. For catalog pipelines, structured options are easier to validate and repeat. Prompt-driven edits are best for edge cases or creative workflows.