get https://api.topview.ai/v1/product_avatar/task/image_replace/result
Response
| Field | Type | Description |
|---|---|---|
| code | String | Response code indicating the status of the request. |
| message | String | Response message describing the result of the request. |
| result | Object | Object containing task information and product replacement results. |
| result.taskId | String | Unique identifier for the task. |
| result.taskStatus | String | Status of the task (e.g., success, failure). |
| result.productReplaceResult | Array | Array of product replacement results. |
| result.productReplaceResult[] | Object | Object containing details of the product replacement. |
| result.productReplaceResult[].key | String | Unique identifier for the product replacement. |
| result.productReplaceResult[].faceExistence | Boolean | Indicates whether a face was detected (true/false). |
| result.productReplaceResult[].url | String | URL of the analyzed video or image associated with the product replacement. |