Domain name for API request: facefusion.tencentcloudapi.com.
This API is used to query the progress and status of video face fusion tasks by Job ID.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: QueryVideoFaceFusionJob. |
Version | Yes | String | Common Params. The value used for this API: 2022-09-27. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
JobId | Yes | String | Job ID of the video face fusion task |
Parameter Name | Type | Description |
---|---|---|
JobStatus | String | Current task status: queuing, processing, processing failed, or processing completed |
VideoFaceFusionOutput | VideoFaceFusionOutput | Video face fusion result Note: This field may return null, indicating that no valid values can be obtained. |
JobStatusCode | Integer | Task status code. 1: queuing; 3: processing; 5: processing failed; 7: processing completed. Note: This field may return null, indicating that no valid values can be obtained. |
JobErrorCode | String | Task failure error code Note: This field may return null, indicating that no valid values can be obtained. |
JobErrorMsg | String | Task failure error message Note: This field may return null, indicating that no valid values can be obtained. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to query video face fusion tasks.
https://facefusion.tencentcloudapi.com/?Action=QueryVideoFaceFusionJob
&JobId=C0a5EXaNR7JzGvlg
&<Common request parameters>
{
"Response": {
"JobStatusCode": 7,
"JobStatus": "Processing completed",
"VideoFaceFusionOutput": {
"VideoUrl": "http://bda-video-bodyseg-1254418846.cos.ap-guangzhou.myqcloud.com/video_fusion_test/1.0/251006455/20210119164402_83ecff39-2e4a-41d5-8562-1f8898326565_qc_300314_789050_75_1611045834157_result.mp4",
"VideoMD5": "3AA00F9A2914DF3F2268628C45C4E4CE",
"Width": 720,
"Height": 1280,
"FPS": 25,
"DurationInSec": 15.079999923706,
"Frame": 375
},
"JobErrorCode": "",
"JobErrorMsg": "",
"RequestId": "ef13456e-8174-4418-8e51-a724257c9a3a"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.InnerError | Internal service error. |
FailedOperation.JobHasBeenCanceled | The task has been canceled. Please submit the task again. |
FailedOperation.JobNotExist | The task does not exist. |
FailedOperation.NoFaceDetected | The face cannot be detected because the face box is too small. |
FailedOperation.ParameterValueError | Parameter or value is invalid. |
FailedOperation.RequestTimeout | The backend service timed out. |
FailedOperation.RpcFail | RPC request failed, typically due to algorithm service malfunction. |
FailedOperation.UnKnowError | Internal error. |
FailedOperation.Unknown | Unknown error. |
Was this page helpful?