Product Image Replacement productAnyShoot ReplaceImage Submit 
Run in Apifox 
productAnyShoot ReplaceImage is an intelligent product image replacement API provided by the Topview platform. It allows users to replace a specified product image with a template image and automatically generate a new product display image.Demo Image Price: Limited-time offer 0 PTC/time  Request Body Params   application/json 
{ 
    "productImageFileId" :  "5d728d111b4c44dd819257a45102b403" , 
    "templateId" :  "5424c6dc28764687926ca62164d0a941" , 
    "templateMaskFileId" :  "5d728d111b4c44dd819257a45102b403" , 
    "mode" :  "easy" , 
    "generatingCount" :  1 , 
    "easyModePrompt" : "302" 
} Request Code Samples 
curl  --location  --request  POST 'https://api.302.ai/topview/v1/product_anyShoot/task/submit'  \
--header  'Content-Type: application/json'  \
--data-raw  '{
    "productImageFileId": "5d728d111b4c44dd819257a45102b403",
    "templateId": "5424c6dc28764687926ca62164d0a941",
    "templateMaskFileId": "5d728d111b4c44dd819257a45102b403",
    "mode": "easy",
    "generatingCount": 1,
    "easyModePrompt":"302"
}' Responses application/json Generate Code 
{ 
    "code" :  "200" , 
    "message" :  "Success" , 
    "result" :  { 
        "taskId" :  "08e1dcb048374d72bcffec180fe42c13" , 
        "status" :  "success" , 
        "errorMsg" :  null , 
        "subTaskId" :  "08e1dcb048374d72bcffec180fe42c13" 
    } 
} Modified at  2025-07-15 08:44:22