Request
submit return result value
Whether to return a CloudFront URL: true - returns the CloudFront URL; false - will return the S3 URL
Request samples
curl --location --request GET 'https://api.topview.ai/v1/product_avatar/task/image_replace/result?taskId=&needCloudFrontUrl' \
--header 'Authorization;' \
--header 'Topview-Uid;'
Responses
application/json productReplaceResult
array [object {2}]
required{
"code": "string",
"message": "string",
"result": {
"taskId": "string",
"taskStatus": "string",
"productReplaceResult": [
{
"key": "string",
"url": "string"
}
]
}
}
Modified at 2025-06-14 02:57:52