# AI Product Photography via PiAPI > Give an existing product photo a new setting. Add your image, describe the scene, and generate a photo you can review and refine. Landing page: https://piapi.ai/pipeline-ai-product-photography Base URL: https://api.piapi.ai Authentication: use the API key from your PiAPI workspace. Documentation: https://piapi.ai/docs/gpt-image/gpt-image-api ## Product details - Category: image - Vendor: piapi ## Runtime targets ### GPT Image 2.5 Flare / Image to Image POST https://api.piapi.ai/api/v1/images/edits/async ```json { "image": [ "https://piapi.ai/images/blogs/how-to-make-ai-ad-videos-product-examples/examples/example-1-mini-blender-product.png" ], "prompt": "Place the supplied mini blender on a pale stone kitchen counter beside a small bowl of strawberries. Use soft morning window light and a clean background. Keep the blender shape, lid, handle and pale green color consistent with the input image. Do not add text, logos or extra product parts.", "size": "1024x1024", "quality": "low", "model": "gpt-image-2.5-flare" } ``` GET https://api.piapi.ai/api/v1/task/{task_id} Output fields: image_urls, image_url, data Workspace: https://piapi.ai/workspace/gpt-image?version=gpt-image-2-5-flare&operation=img2img Documentation: https://piapi.ai/docs/gpt-image/gpt-image-api - gpt-image-2.5-flare:text_input: USD 0.00375 / 1k_tokens - gpt-image-2.5-flare:image_input: USD 0.006 / 1k_tokens - gpt-image-2.5-flare:output: USD 0.0225 / 1k_tokens ### Related entities - AI Product Photography - GPT Image 2.5 - PiAPI ## FAQ ### What does this template do? It edits an existing product image using GPT Image 2.5 and your scene description. The result is a new image to review. ### Will every product detail stay unchanged? Image editing can alter details. Check labels, dimensions, colors and small parts before using the result in a product listing. ### Can I choose a different background or lighting? Describe the surface, background and lighting in the prompt. For example, request a stone counter with soft window light. ### Can I call the same image editing model from my app? Yes. The linked GPT Image API documentation covers image edit submission and task polling.