avatarId
templateImageFileId
productImageWithoutBackgroundFileId
location
{ "generateImageMode": "string", "avatarId": "string", "templateImageFileId": "string", "productImageWithoutBackgroundFileId": "string", "userFaceImageFileId": "string", "imageEditPrompt": "string", "location": [ [ 0 ] ], "noticeUrl": "string" }
curl --location --request POST 'https://api.topview.ai/v2/product_avatar/task/image_replace/submit' \ --header 'Topview-Uid;' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "generateImageMode": "string", "avatarId": "string", "templateImageFileId": "string", "productImageWithoutBackgroundFileId": "string", "userFaceImageFileId": "string", "imageEditPrompt": "string", "location": [ [ 0 ] ], "noticeUrl": "string" }'
{ "code": "string", "message": "string", "result": { "taskId": "string", "status": "string", "errorMsg": "string" } }