2.
Points Consumption: No points are deducted for failed tasks; points for successful tasks are referenced from the topview official website. Request
Body Params application/json
{
"replaceProductTaskImageId": "string",
"mode": "lite",
"scriptMode": "text",
"ttsText": "string",
"voiceId": "string",
"audioFileId": "string",
"captionId": "string",
"noticeUrl": "string"
}
Request Code Samples
curl --location --request POST 'https://api.topview.ai/v2/product_avatar/task/image2Video/submit' \
--header 'Topview-Uid;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"replaceProductTaskImageId": "string",
"mode": "lite",
"scriptMode": "text",
"ttsText": "string",
"voiceId": "string",
"audioFileId": "string",
"captionId": "string",
"noticeUrl": "string"
}'
Responses
application/json {
"code": "string",
"message": "string",
"result": {
"taskId": "string",
"status": "string",
"errorMsg": "string"
}
}
Modified at 2025-08-18 04:50:11