调用UpdateLiveDetectNotifyConfig更新直播审核回调通知地址。

使用说明

  • 先获取主播流域名,再调用本接口更新直播审核回调通知地址。
  • 目前仅部分直播中心支持直播智能审核,具体支持该功能的直播中心,请参见服务地域

QPS限制

本接口的单用户QPS限制为30次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。更多信息,请参见QPS限制

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String UpdateLiveDetectNotifyConfig

系统规定参数。取值:UpdateLiveDetectNotifyConfig

DomainName String example.com

主播流域名。

NotifyUrl String http://guide.aliyundoc.com/examplecallback.action

发现涉黄等违规内容的回调地址。

返回数据

名称 类型 示例值 描述
RequestId String 16A96B9A-F203-4EC5-8E43-CB92E68F4CD8

请求ID。

示例

请求示例

http(s)://live.aliyuncs.com/?Action=UpdateLiveDetectNotifyConfig
&DomainName=example.com
&NotifyUrl=http:// guide.aliyundoc.com/examplecallback.action
&<公共请求参数>

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<?xml version="1.0" encoding="UTF-8" ?>
<UpdateLiveDetectNotifyConfigResponse>
	<RequestId>16A96B9A-F203-4EC5-8E43-CB92E68F4CD8</RequestId>
</UpdateLiveDetectNotifyConfigResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "UpdateLiveDetectNotifyConfigResponse" : {
    "RequestId" : "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
  }
}

错误码

HttpCode 错误码 错误信息 描述
400 InvalidNotifyUrl.Malformed Specified NotifyUrl is invalid. 指定的notifyurl错误,请您确认该notifyurl参数是否正确。
400 InvalidNotifyUrl.Unsafe Specified NotifyUrl is not safe. 指定的notifyurl错误,请您确认该notifyurl参数是否正确。
404 InvalidConfig.NotFound Config does not exist. 配置错误,请您确认该配置是否正确。

访问错误中心查看更多错误码。