Product Image: Write “<<<PRODUCT_NAME (e.g., ‘matte black wireless earbud case’)>>>
1) Cinematic “water-splash” hero (dynamic, glossy 3D)
{
“task”: “enhance_product_photo_to_3d”,
“inputs”: {
“image”: {
“source”: “data:image/jpeg;base64,<<<YOUR_BASE64_IMAGE>>>”,
“mode”: “edit”
},
“subject”: “<<<PRODUCT_NAME (e.g., ‘matte black wireless earbud case’)>>>”,
“intent”: “photorealistic 3D hero render”,
“constraints”: {
“preserve_geometry”: true,
“preserve_branding”: true,
“preserve_materials”: true,
“no_text”: true
},
“camera”: {
“focal_length_mm”: 50,
“angle”: “three-quarter”,
“focus”: “product”,
“depth_of_field”: “shallow”
},
“lighting”: {
“rig”: “three-point”,
“key_light”: “softbox 45°”,
“fill_light”: “soft low-intensity”,
“rim_light”: “subtle highlight to edges”,
“reflection_control”: “clean specular highlights, no harsh blowouts”
},
“environment”: {
“background”: “dark gradient studio”,
“surface”: “wet reflective”,
“atmosphere”: “fine mist near base”
},
“effects”: [
{
“type”: “water_splash”,
“style”: “high-speed, crisp droplets”,
“direction”: “diagonal upward from left rear”,
“intensity”: “medium”,
“interaction”: “droplets wrap around product edges without covering logo”
},
{
“type”: “micro_condensation”,
“amount”: “subtle”,
“placement”: “base surface, not on product”
}
],
“cleanup”: {
“remove_background_clutter”: true,
“remove_harsh_noise”: true,
“straighten_product”: true,
“fix_mobile_lens_distortion”: true
},
“color_grade”: {
“look”: “neutral+clean”,
“white_balance”: “accurate”,
“contrast”: “moderate”,
“saturation”: “natural”
},
“output”: {
“resolution”: “2048×2048”,
“format”: “png”,
“background”: “transparent”,
“shadow_pass”: true,
“quality”: “ultra”
}
}
}
2. 2) Premium studio packshot (soft ground shadow, ultra-clean)
{
“task”: “enhance_product_photo_to_3d”,
“inputs”: {
“image”: {
“source”: “data:image/jpeg;base64,<<<YOUR_BASE64_IMAGE>>>”,
“mode”: “edit”
},
“subject”: “<<<PRODUCT_NAME>>>”,
“intent”: “high-end studio packshot with convincing 3D depth”,
“constraints”: {
“preserve_geometry”: true,
“preserve_branding”: true,
“preserve_materials”: true,
“no_text”: true
},
“camera”: {
“focal_length_mm”: 70,
“angle”: “eye-level”,
“focus”: “product”,
“depth_of_field”: “medium”
},
“lighting”: {
“rig”: “soft cyclorama”,
“key_light”: “large diffused overhead”,
“fill_light”: “front fill to open shadows”,
“bounce”: “underfill card to shape lower edges”
},
“environment”: {
“background”: “pure white seamless”,
“surface”: “matte”,
“shadow_style”: “soft area shadow under product, realistic falloff”
},
“effects”: [
{
“type”: “shadow_enhance”,
“softness”: “soft”,
“opacity”: 0.25,
“offset_px”: 0
},
{
“type”: “subtle_reflection”,
“amount”: “low”,
“blur”: “slight”,
“distance”: “close to base”
}
],
“cleanup”: {
“edge_refinement”: true,
“dust_scratch_removal”: true,
“specular_taming”: “control hotspots”
},
“color_grade”: {
“look”: “true-to-life”,
“contrast”: “gentle”,
“white_balance”: “D65”
},
“output”: {
“resolution”: “3000×3000”,
“format”: “png”,
“background”: “transparent”,
“shadow_pass”: true,
“quality”: “ultra”
}
}
}
3. 3) Dramatic 3D “pedestal + volumetric light” (showroom/website hero)
{
“task”: “enhance_product_photo_to_3d”,
“inputs”: {
“image”: {
“source”: “data:image/jpeg;base64,<<<YOUR_BASE64_IMAGE>>>”,
“mode”: “edit”
},
“subject”: “<<<PRODUCT_NAME>>>”,
“intent”: “cinematic showroom hero with strong depth and premium mood”,
“constraints”: {
“preserve_geometry”: true,
“preserve_branding”: true,
“no_text”: true
},
“camera”: {
“focal_length_mm”: 35,
“angle”: “slightly low, heroic”,
“focus”: “product”,
“depth_of_field”: “shallow”
},
“lighting”: {
“rig”: “spot + rim”,
“key_light”: “narrow spotlight from above, soft edge”,
“rim_light”: “cool kicker from back-right”,
“ambient”: “very low”
},
“environment”: {
“background”: “deep charcoal gradient”,
“surface”: “stone pedestal, subtle bevel”,
“volumetrics”: “gentle light rays visible behind product”
},
“effects”: [
{
“type”: “god_rays”,
“intensity”: “low”,
“direction”: “top-left to bottom-right”
},
{
“type”: “floating_dust”,
“amount”: “very subtle”,
“size”: “fine”,
“visibility”: “only in highlights”
},
{
“type”: “contact_shadow”,
“softness”: “medium”,
“opacity”: 0.35
}
],
“cleanup”: {
“remove_background_clutter”: true,
“edge_refinement”: true,
“denoise”: “light”
},
“color_grade”: {
“look”: “cinematic neutral”,
“contrast”: “medium-high”
},
“output”: {
“resolution”: “2560×1440”,
“format”: “png”,
“background”: “transparent”,
“shadow_pass”: true,
“quality”: “ultra”
}
}
}