Configures callbacks for audio moderation results.
Operation description
Usage notes
- The automated review feature returns the audio moderation results based on the configured callback template.
- Only some live centers support the automated review feature. For more information, see Supported regions.
QPS limit
You can call this operation up to 10 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limits.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
live:AddLiveAudioAuditNotifyConfig | create | *Domain acs:cdn:*:{#accountId}:domain/{#DomainName} |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainName | string | Yes | The main streaming domain. | example.com |
Callback | string | No | The callback URL. This URL is used to receive callback notifications about violations in audio. | https://demo.aliyundoc.com/callback |
CallbackTemplate | string | No | The callback template. Valid values:
| {"domain":{DomainName},"app":{AppName},"stream":{StreamName},"timestamp":{Timestamp},"result":{Result}} |
Format of the Result field
Result example:
[
{
"scene": "antispam",
"label": "ad",
"suggestion": "block",
"rate": 99.91,
"details": [
{
"startTime": 1571989513,
"endTime": 1571989515,
"The Shambhala team on the third floor cooperates with the team on the fifth floor.",
"label": "normal"
},
{
"startTime": 1571989515,
"endTime": 1571989518,
"text": "Two dishes, roasted fish and hot pot, are launched for celebration.",
"label": "normal"
},
{
"startTime": 1571989520,
"endTime": 1571989522,
"text": "The VIP price for Shambhala members is RMB 39.",
"label": "normal"
},
{
"startTime": 1571989523,
"endTime": 1571989526,
"text": "A discount of RMB 66 is offered for each consumption.",
"label": "normal"
},
{
"startTime": 1571989530,
"endTime": 1571989533,
"text": "Big prize! For more information, contact 3398787",
"label": "ad"
},
{
"startTime": 1571989533,
"endTime": 1571989534,
"text": "Good news! It seems so.",
"label": "normal"
},
{
"startTime": 1571989538,
"endTime": 1571989539,
"text": "Four persons carry the vehicle license with them.",
"label": "normal"
},
{
"startTime": 1571989542,
"endTime": 1571989543,
"text": "The proxy has 10 minutes left.",
"label": "normal"
},
{
"startTime": 1571989545,
"endTime": 1571989547,
"text": "China Construction Bank ETC witness",
"label": "normal"
},
{
"startTime": 1571989550,
"endTime": 1571989552,
"text": "Zhao Xinyuan of Lvliang State Investment Group Co., Ltd.",
"label": "normal"
}
]
}
]
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "7BF95F2A-3B24-4CDE-9346-7F6FA86697A1"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | MalformedParam | %s |
400 | MissingParam | %s |
400 | ConfigExisted | %s |
400 | ConfigNotFound | %s |
400 | UnsafeCallback | %s |
500 | InternalError | %s |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|