Domain name for API request: vclm.intl.tencentcloudapi.com.
This API is used to query image animation tasks. The image animation feature supports generating videos based on dance movements and images to meet the needs of scenarios such as social entertainment and interactive marketing.
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: DescribeImageAnimateJob. |
Version | Yes | String | Common Params. The value used for this API: 2024-05-23. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
JobId | No | String | Task ID. |
Parameter Name | Type | Description |
---|---|---|
Status | String | Task status. WAIT: waiting; RUN: running; FAIL: failed; DONE: successful. |
ErrorCode | String | Error code. |
ErrorMessage | String | Error message. |
ResultVideoUrl | String | Generated video URL. It is valid for 24 hours. |
MaskVideoUrl | String | Masked video URL. |
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. |
Successful API call example
POST / HTTP/1.1
Host: vclm.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeImageAnimateJob
<Common request parameters>
{
"JobId": "1194931538865782784"
}
{
"Response": {
"ErrorCode": "",
"ErrorMessage": "",
"RequestId": "a06a2134-0306-4554-aa9a-232271bfda4f",
"ResultVideoUrl": "",
"Status": "RUN"
}
}
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 |
---|---|
AuthFailure | CAM signature/authentication error. |
FailedOperation.DriverFailed | Driving failed. |
FailedOperation.ImageBodySmall | The height of the body (from head to ankle) in the input image accounts for less than half of the image height. |
FailedOperation.ImageCheckNoBody | No human body is detected in the input image. |
FailedOperation.ImageDetectFaceFailed | Failed to detect the face in the input image. |
FailedOperation.ImageManyPeople | Multiple human faces are detected in the input image. |
FailedOperation.ImageRadioExcceed | The aspect ratio of the input image is not within the range of 1:1.2 to 1:2. |
FailedOperation.JobNotFound | The task does not exist. |
FailedOperation.KeyPointUndetected | The core joints are not detected. |
FailedOperation.TemplateFirstFrameNotDetectFace | No face is detected in the first frame of the template video. |
FailedOperation.TemplateNotDetectBody | The template video contains frames with no human body detected. |
InternalError | Internal error. |
InvalidParameter | Parameter error. |
InvalidParameterValue | Invalid parameter value. |
RequestLimitExceeded | Too many and frequent requests. |
RequestLimitExceeded.JobNumExceed | The number of submitted tasks exceeds the maximum number of concurrent tasks. |
UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?