tencent cloud

Tencent Cloud AI Digital Human

Effect Confirmation API

Download
Focus Mode
Font Size
Last updated: 2024-07-18 17:54:19
When the progress query API shows that the task is in the effect confirmation stage (Status: MAKING, StageV2: CONFIRM, StatusV2: WAIT_PROCESS), perform effect confirmation on the demo video.

Calling Protocol

HTTPS + JSON POST /v2/ivh/assetmanager/customservice/customerconfirm Header Content-Type: application/json;charset=utf-8

Request Parameters

Parameters
Type
Mandatory
Description
TaskId
string
Yes
The taskId returned by the Custom API
Operate
string
Yes
Operations:
AGREE: Approve
REJECT: Reject
Reason
string
No
Reason to reject, required when Operate: REJECT, and up to 300 characters

Response Parameter

Request Sample

{
"Header": {},
"Payload": {
"TaskId": 666,
"Operate": "REJECT",
"Reason": "The video character has a green outline, so the effect is not satisfactory."
}
}

Response Sample

{
"Header": {
"Code": 0,
"Message": "",
"RequestID": "123"
},
"Payload": {
}
}


Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback