Request Code Samples
curl --location --request GET 'https://api.topview.ai/v1/common_task/video2aiAvatar/query?taskId=&needCloudFrontUrl=false' \
--header 'Topview-Uid;' \
--header 'Authorization;'
Responses
application/json {
"code": "string",
"message": "string",
"result": {
"taskId": "string",
"status": "string",
"errorMsg": "string",
"aiAvatar": {
"aiavatarId": "string",
"aiavatarName": "string",
"gender": null,
"coverUrl": "string",
"previewVideoUrl": "string",
"ethnicities": null,
"voiceoverIdDefault": null,
"faceSquareConfig": null
}
}
}
Modified at 2025-07-10 08:39:44