hiAPI Tools · Product Photo Lab
Turn a basic product shot into campaign-ready creative
Upload one product, pick a fixed scene and aspect ratio. The tool keeps the product as the subject while rebuilding the background, lighting, and display environment.
Upload product photo
JPG, PNG, or WebP up to 10 MB. Use a clear, unobstructed product on a simple background.
Optional. Add background, color, material, or mood direction. Product-preservation constraints still apply.
This generation
Uses the fixed 1K image tier and your existing hiAPI balance. Final billing follows the completed task.
Original / result comparison
Drag the slider to inspect shape, color, logo placement, and packaging structure.
Your generated result will appear here
Upload a product, choose a scene and ratio, then generate.
Review before publishing
The model may alter package text, logos, barcodes, certification marks, reflections, or small structural details. Do not treat the output as a compliance-ready primary listing image without review.
By uploading, you confirm that you have the right to use the product image. Inputs are not added to a public gallery by default.
Bring the same scene into your product system
The request matches the current scene, ratio, and model. Replace the image URL and API key to call it.
curl -X POST https://api.hiapi.ai/v1/tasks \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2/image-to-image",
"input": {
"prompt": "Place the product in a premium clean studio setup with a warm-white seamless background, soft diffused key light, restrained natural shadow, and catalog-ready composition. Mandatory product-preservation constraints: Use the uploaded image as the sole product reference. Keep the product's shape, proportions, primary colors, material appearance, logo placement, packaging structure, and visible design details as consistent as possible. Change only the background, lighting, surface, and display environment. Do not add a second product, hands, people, badges, captions, watermarks, or invented branding. Do not rewrite, translate, sharpen, or fabricate package text, logos, barcodes, certification marks, or legal copy. Keep the full product visible with clean edges and commercially usable lighting.",
"input_urls": [
"https://your-cdn.example/product.webp"
],
"aspect_ratio": "1:1",
"resolution": "1K"
}
}'