Domain name for API request: vm.tencentcloudapi.com.
This API is used to create a video moderation task via a URL or bucket.
A maximum of 20 requests can be initiated per second for this API.
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: CreateVideoModerationTask. |
Version | Yes | String | Common Params. The value used for this API: 2021-09-22. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-mumbai, ap-singapore. |
BizType | Yes | String | Business type, which is used to define a template policy. |
Type | Yes | String | Task type. Values: VIDEO (video on demand), LIVE_VIDEO (live video). |
Tasks.N | Yes | Array of TaskInput | Task information. You can create up to 10 tasks at a time. |
Seed | No | String | Key of the callback signature. For more details, see the signature documentation. |
CallbackUrl | No | String | Callback URL that will receive moderation information. After it is configured, the non-compliant audio segments detected in moderation will be sent through this API. |
Priority | No | Integer | Priority, which determines the execution order of your moderation tasks. The default value is 0. |
Parameter Name | Type | Description |
---|---|---|
Results | Array of TaskResult | Task creation result Note: This field may return null, indicating that no valid values can be obtained. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to create a video moderation task.
https://vm.tencentcloudapi.com/?Action=CreateVideoModerationTask
&BizType=1001
&Type=VIDEO
&Tasks.0.DataId=test_data_1
&Tasks.0.Input.Type=URL
&Tasks.0.Input.Url=https://v.com/test.mp4
&<Common request parameters>
{
"Response": {
"Results": [
{
"DataId": "0a782332-c9db-4cf5-a66e-20d60b4ea469",
"TaskId": "c933aca1-90d2-4ab8-b045-f1b08069d76f",
"Code": "OK",
"Message": "Success"
}
],
"RequestId": "c933aca1-90d2-4ab8-b045-f1b08069d76f"
}
}
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 |
---|---|
DryRunOperation | DryRun operation, which means the DryRun parameter is passed in yet the request will still be successful. |
FailedOperation | Operation failed. |
InternalError | Internal error. |
InvalidParameter | Parameter error. |
InvalidParameterValue | Invalid parameter value. |
LimitExceeded | The quota limit has been reached. |
MissingParameter | Missing parameter. |
OperationDenied | Operation denied. |
RequestLimitExceeded | The number of requests exceeds the frequency limit. |
ResourceInUse | The resource is occupied. |
ResourceInsufficient | Insufficient resource. |
ResourceNotFound | The resource doesn’t exist. |
ResourceUnavailable | The resource is unavailable. |
ResourcesSoldOut | The resources have been sold out. |
UnauthorizedOperation | Unauthorized operation. |
UnauthorizedOperation.Unauthorized | Operation not authorized/Invalid package/Account overdue |
UnknownParameter | Unknown parameter error. |
UnsupportedOperation | Unsupported operation. |
本页内容是否解决了您的问题?