download result without watermark
Instructions for use: Only the first query of the same taskId will deduct 1 point, and repeated queries will not deduct points again
Request Code Samples
curl --location --request GET 'https://api.topview.ai/v1/product_avatar/task/image_replace/result/download_without_watermark?taskId&key&needCloudFrontUrl' \
--header 'Topview-Uid;' \
--header 'Authorization;'
Responses
application/json {
"code": "string",
"message": "string",
"result": {
"taskId": "string",
"status": "string",
"productReplaceResult": [
{
"key": "string",
"url": "string"
}
]
}
}
Modified at 2025-08-07 09:11:42