'1.0', 'info' => [ 'style' => 'RPC', 'product' => 'Green', 'version' => '2017-08-23', ], 'directories' => [ [ 'id' => 0, 'title' => '其它', 'type' => 'directory', 'children' => [ 'CreatCustomOcrTemplate', 'CreateBizType', 'CreateImageLib', 'CreateKeyword', 'CreateKeywordLib', 'CreateWebsiteIndexPageBaseline', 'DeleteBizType', 'DeleteCustomOcrTemplate', 'DeleteImageFromLib', 'DeleteImageLib', 'DeleteKeyword', 'DeleteKeywordLib', 'DescribeAppInfo', 'DescribeAuditCallback', 'DescribeAuditContent', 'DescribeAuditContentItem', 'DescribeAuditRange', 'DescribeAuditSetting', 'DescribeBizTypeSetting', 'DescribeBizTypes', 'DescribeCloudMonitorServices', 'DescribeCustomOcrTemplate', 'DescribeImageFromLib', 'DescribeImageLib', 'DescribeImageUploadInfo', 'DescribeKeyword', 'DescribeKeywordLib', 'DescribeNotificationSetting', 'DescribeOpenApiRcpStats', 'DescribeOpenApiUsage', 'DescribeOssCallbackSetting', 'DescribeOssIncrementOverview', 'DescribeOssIncrementCheckSetting', 'DescribeOssIncrementStats', 'DescribeOssResultItems', 'DescribeOssStockStatus', 'DescribeUploadInfo', 'DescribeUsageBill', 'DescribeUserBizTypes', 'DescribeUserStatus', 'DescribeViewContent', 'DescribeWebsiteIndexPageBaseline', 'DescribeWebsiteInstance', 'DescribeWebsiteInstanceId', 'DescribeWebsiteInstanceKeyUrl', 'DescribeWebsiteScanResult', 'DescribeWebsiteStat', 'DescribeWebsiteVerifyInfo', 'ExportKeywords', 'ExportOpenApiRcpStats', 'ExportOssResult', 'ImportKeywords', 'MarkAuditContent', 'MarkOssResult', 'UpdateAuditCallback', 'UpdateAuditRange', 'UpdateBizTypeImageLib', 'UpdateBizTypeSetting', 'UpdateBizTypeTextLib', 'UpdateCustomOcrTemplate', 'UpdateImageLib', 'UpdateKeywordLib', 'UpdateNotificationSetting', 'UpdateOssIncrementCheckSetting', 'UpdateWebsiteInstance', 'UpdateWebsiteInstanceKeyUrl', 'UpdateWebsiteInstanceStatus', 'UploadImageToLib', 'VerifyCustomOcrTemplate', 'VerifyWebsiteInstance', 'DescribeBizTypeImageLib', 'DescribeBizTypeTextLib', 'UpdateBizType', 'CreateAuditCallback', 'DescribeAuditCallbackList', 'CreateCallback', 'CreateOssStockTask', 'DeleteAuditCallback', 'DeleteCallback', 'DescribeBizTypeAuditRange', 'DescribeBizTypeResultBackupSetting', 'DescribeCallbackBind', 'DescribeCallbackList', 'DescribeOpenApiMonitorAlarmSetting', 'DescribeOpenApiMonitorData', 'DescribeOssStockScanTaskStatData', 'DescribeOssStockScanTasks', 'DescribeOssStockTaskSetting', 'DescribeUserOssBuckets', 'ExportOpenApiUsage', 'ModifyAuditCallback', 'UpdateBizTypeAuditRange', 'UpdateBizTypeResultBackupSetting', 'UpdateCallback', 'UpdateCallbackBind', 'UpdateOssStockTask', 'DescribeOssStockScanUserStatus', 'DescribeBizTypeTemplates', 'StopOssIncrementCheck', 'GetAuditItemDetail', 'AuditItemSubmit', 'GetAuditUserConf', 'GetAuditItemList', 'DescribeOssConfiguration', ], ], ], 'components' => [ 'schemas' => [], ], 'apis' => [ 'CreatCustomOcrTemplate' => [ 'summary' => '创建ocr模板。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102639', 'abilityTreeNodes' => [ 'FEATURElvwangG3RW9T', ], ], 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '自定义模板名称。', 'type' => 'string', 'required' => true, 'example' => '行驶证', ], ], [ 'name' => 'ImgUrl', 'in' => 'query', 'schema' => [ 'description' => '图片地址', 'type' => 'string', 'required' => true, 'example' => 'image/upload/12345678/001.jpg', ], ], [ 'name' => 'ReferArea', 'in' => 'query', 'schema' => [ 'description' => '区域封面。', 'type' => 'string', 'required' => false, 'example' => '[{"height":83,"name":"name","width":473,"x":525,"y":185}]', ], ], [ 'name' => 'RecognizeArea', 'in' => 'query', 'schema' => [ 'description' => '识别区域。', 'type' => 'string', 'required' => false, 'example' => '[{"height":83,"name":"name","width":473,"x":525,"y":185}]', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', 'title' => '创建自定义ocr模板', ], 'CreateBizType' => [ 'summary' => '创建业务场景。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102641', 'abilityTreeNodes' => [ 'FEATURElvwangR199F8', ], ], 'parameters' => [ [ 'name' => 'BizTypeName', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => true, 'example' => 'recommend_test', ], ], [ 'name' => 'BizTypeImport', 'in' => 'query', 'schema' => [ 'description' => '从现有导入。', 'type' => 'string', 'required' => false, 'example' => 'recommend_standard', ], ], [ 'name' => 'IndustryInfo', 'in' => 'query', 'schema' => [ 'description' => '行业分类。', 'type' => 'string', 'required' => false, 'example' => '社交-注册信息-昵称'."\n", ], ], [ 'name' => 'CiteTemplate', 'in' => 'query', 'schema' => [ 'description' => '使用行业模板。', 'type' => 'boolean', 'required' => false, 'example' => 'false', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '描述。', 'type' => 'string', 'required' => false, 'example' => '依据法律法规和相关政策,由内容安全专家推荐的标准检测配置', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => '响应体。', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '创建业务类型', ], 'CreateImageLib' => [ 'summary' => '创建图库。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102645', 'abilityTreeNodes' => [ 'FEATURElvwangW38OQI', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源IP。', 'type' => 'string', 'required' => false, 'example' => '140.***.11.26', ], ], [ 'name' => 'ServiceModule', 'in' => 'query', 'schema' => [ 'description' => '图库适用的服务模块。', 'type' => 'string', 'required' => true, 'example' => 'open_api', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '图库名称。', 'type' => 'string', 'required' => true, 'example' => '图库1', ], ], [ 'name' => 'Scene', 'in' => 'query', 'schema' => [ 'description' => '使用场景。', 'type' => 'string', 'required' => true, 'example' => 'PORN', ], ], [ 'name' => 'Category', 'in' => 'query', 'schema' => [ 'description' => '识别结果。', 'type' => 'string', 'required' => true, 'example' => 'BLACK', ], ], [ 'name' => 'BizTypes', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => false, 'example' => '["recommend_test"]', ], ], [ 'name' => 'Enable', 'in' => 'query', 'schema' => [ 'description' => '是否启用图库。取值:'."\n" .'- **true**:启用'."\n" .'- **false**:禁用', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '15212', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Id\\": 15212\\n}","type":"json"}]', 'title' => '创建自定义图库', ], 'CreateKeyword' => [ 'summary' => '新增关键词。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102646', 'abilityTreeNodes' => [ 'FEATURElvwangJ7UK4W', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源IP。', 'type' => 'string', 'required' => false, 'example' => '171.***.241.61', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'KeywordLibId', 'in' => 'query', 'schema' => [ 'description' => '词库ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '22290', ], ], [ 'name' => 'Keywords', 'in' => 'query', 'schema' => [ 'description' => '关键词。', 'type' => 'string', 'required' => true, 'example' => '["测试"]', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'SuccessCount' => [ 'description' => '成功个数。', 'type' => 'integer', 'format' => 'int32', 'example' => '17', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'InvalidKeywordList' => [ 'description' => '关键字列表。', 'type' => 'array', 'items' => [ 'description' => '关键字列表。', 'type' => 'string', 'example' => '非法词', ], ], 'validKeywordList' => [ 'description' => '关键字列表。', 'type' => 'array', 'items' => [ 'description' => '关键字列表。', 'type' => 'object', 'properties' => [ 'keyword' => [ 'description' => '关键词。', 'type' => 'string', 'example' => '测试', ], 'id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int32', 'example' => '60850', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"SuccessCount\\": 17,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"InvalidKeywordList\\": [\\n \\"非法词\\"\\n ],\\n \\"validKeywordList\\": [\\n {\\n \\"keyword\\": \\"测试\\",\\n \\"id\\": 60850\\n }\\n ]\\n}","type":"json"}]', 'title' => '向指定文本库中添加文本', ], 'CreateKeywordLib' => [ 'summary' => '创建文本库', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102647', 'abilityTreeNodes' => [ 'FEATURElvwangJ7UK4W', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源IP。', 'type' => 'string', 'required' => false, 'example' => '42.***.73.61', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'ServiceModule', 'in' => 'query', 'schema' => [ 'description' => '关联的服务模块。取值:-**open_api**:内容检测api-**website**:站点检测', 'type' => 'string', 'required' => true, 'example' => 'open_api', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '关键词库名称。', 'type' => 'string', 'required' => true, 'example' => '风险库', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], [ 'name' => 'LibType', 'in' => 'query', 'schema' => [ 'description' => '词库类型。', 'type' => 'string', 'required' => false, 'example' => 'textKeyword', ], ], [ 'name' => 'Category', 'in' => 'query', 'schema' => [ 'description' => '识别结果。', 'type' => 'string', 'required' => false, 'example' => 'BLACK', ], ], [ 'name' => 'BizTypes', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => false, 'example' => '["recommend_test"]', ], ], [ 'name' => 'Language', 'in' => 'query', 'schema' => [ 'description' => '语言。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'MatchMode', 'in' => 'query', 'schema' => [ 'description' => '关键词的搜索模式。', 'type' => 'string', 'required' => false, 'example' => 'precise', ], ], [ 'name' => 'Enable', 'in' => 'query', 'schema' => [ 'description' => '是否开启关闭,取值:-true:开启-false:关闭', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Id' => [ 'description' => '主键ID。', 'type' => 'string', 'example' => '22014', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Id\\": \\"22014\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '创建自定义文本库', ], 'CreateWebsiteIndexPageBaseline' => [ 'summary' => '创建站点首页基线', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102649', 'abilityTreeNodes' => [ 'FEATURElvwangI0EWGR', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源IP。', 'type' => 'string', 'required' => false, 'example' => '171.***.241.61', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '实例ID。', 'type' => 'string', 'required' => true, 'example' => 'cdisite*******z001', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '创建网站索引页基线', ], 'DeleteBizType' => [ 'summary' => '删除业务场景', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102652', 'abilityTreeNodes' => [ 'FEATURElvwangR199F8', ], ], 'parameters' => [ [ 'name' => 'BizTypeName', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => true, 'example' => 'recommend_oxm_stock', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '删除业务类型', ], 'DeleteCustomOcrTemplate' => [ 'summary' => '删除ocr模板', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102655', 'abilityTreeNodes' => [ 'FEATURElvwangG3RW9T', ], ], 'parameters' => [ [ 'name' => 'Ids', 'in' => 'query', 'schema' => [ 'description' => 'ID列表。', 'type' => 'string', 'required' => true, 'example' => '[1739]', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', 'title' => '删除自定义ocr模板', ], 'DeleteImageFromLib' => [ 'summary' => '从图库删除图片', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102656', 'abilityTreeNodes' => [ 'FEATURElvwangW38OQI', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源IP。', 'type' => 'string', 'required' => false, 'example' => '140.***.11.250', ], ], [ 'name' => 'Ids', 'in' => 'query', 'schema' => [ 'description' => 'ID列表。', 'type' => 'string', 'required' => true, 'example' => '[\\"36\\"]', ], ], ], 'responses' => [ 200 => [ 'headers' => [], 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '删除图库中的指定图片', ], 'DeleteImageLib' => [ 'summary' => '删除图库', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102657', 'abilityTreeNodes' => [ 'FEATURElvwangW38OQI', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源IP。', 'type' => 'string', 'required' => false, 'example' => '140.***.11.26', ], ], [ 'name' => 'Id', 'in' => 'query', 'schema' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '15114', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '删除自定义图片库', ], 'DeleteKeyword' => [ 'summary' => '删除关键词', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102658', 'abilityTreeNodes' => [ 'FEATURElvwangJ7UK4W', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源IP。', 'type' => 'string', 'required' => false, 'example' => '112.22.***.147', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'Ids', 'in' => 'query', 'schema' => [ 'description' => 'ID列表。', 'type' => 'string', 'required' => false, 'example' => '[14888736,14888735]', ], ], [ 'name' => 'Keywords', 'in' => 'query', 'schema' => [ 'description' => '关键词。', 'type' => 'string', 'required' => false, 'example' => '["xdf"]', ], ], [ 'name' => 'KeywordLibId', 'in' => 'query', 'schema' => [ 'description' => '词库ID。', 'type' => 'string', 'required' => true, 'example' => '17820', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '删除文本库中的文本', ], 'DeleteKeywordLib' => [ 'summary' => '删除文本库', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102659', 'abilityTreeNodes' => [ 'FEATURElvwangJ7UK4W', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源IP。', 'type' => 'string', 'required' => false, 'example' => '140.***.11.250', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'Id', 'in' => 'query', 'schema' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '21989', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求 ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '删除自定义文本库', ], 'DescribeAppInfo' => [ 'summary' => '查询一个应用的信息。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102661', 'abilityTreeNodes' => [ 'FEATURElvwangI0EWGR', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源ip地址。', 'type' => 'string', 'required' => false, 'example' => '27.189.***.27', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '应用的语言类型。取值:-zh:中文-en:英文', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'TotalCount', 'in' => 'query', 'schema' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '511', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '每页显示条数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => [ 'description' => '当前页。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'Platform', 'in' => 'query', 'schema' => [ 'description' => 'package类型。取值:ANDROID、IOS', 'type' => 'string', 'required' => false, 'example' => 'ANDROID', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPage' => [ 'description' => '当前页。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'RequestId' => [ 'description' => '请求id。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'PageSize' => [ 'description' => '每页显示条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '513', ], 'AppInfoList' => [ 'description' => '应用信息列表。', 'type' => 'array', 'items' => [ 'description' => '应用信息列表。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '应用类型。取值:-**0**:表示android应用。-**1**:表示ios应用。', 'type' => 'integer', 'format' => 'int32', 'example' => 'custom_llm_template', ], 'EndDate' => [ 'description' => '应用到期日期。', 'type' => 'string', 'example' => '2025-09-05 10:13:44', ], 'PackageName' => [ 'description' => '应用包名。', 'type' => 'string', 'example' => 'com.haibukeji.app', ], 'Icon' => [ 'description' => '应用图标。', 'type' => 'string', 'example' => '@lADPDetfgMsFFUvNAkjNAkg', ], 'StartDate' => [ 'description' => '应用上线开始时间。', 'type' => 'string', 'example' => '2024-08-01 00:00:00 +0800', ], 'Name' => [ 'description' => '应用名称。', 'type' => 'string', 'example' => 'test007_', ], 'Id' => [ 'description' => '应用id。', 'type' => 'integer', 'format' => 'int64', 'example' => '16478', ], 'PackageInfo' => [ 'description' => '应用包信息。', 'type' => 'object', 'properties' => [ 'Version' => [ 'description' => '应用包版本。', 'type' => 'string', 'example' => '4', ], ], ], 'DebugPackageInfo' => [ 'description' => '调试版本信息。', 'type' => 'object', 'properties' => [ 'Version' => [ 'description' => '调试版本。', 'type' => 'string', 'example' => '4', ], ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 513,\\n \\"AppInfoList\\": [\\n {\\n \\"Type\\": 0,\\n \\"EndDate\\": \\"2025-09-05 10:13:44\\",\\n \\"PackageName\\": \\"com.haibukeji.app\\",\\n \\"Icon\\": \\"@lADPDetfgMsFFUvNAkjNAkg\\",\\n \\"StartDate\\": \\"2024-08-01 00:00:00 +0800\\",\\n \\"Name\\": \\"test007_\\",\\n \\"Id\\": 16478,\\n \\"PackageInfo\\": {\\n \\"Version\\": \\"4\\"\\n },\\n \\"DebugPackageInfo\\": {\\n \\"Version\\": \\"4\\"\\n }\\n }\\n ]\\n}","type":"json"}]', 'title' => '查询 APP 信息', 'description' => '- 计费信息:该接口不计费。'."\n" .'- 查询超时:建议您将查询间隔设置为480秒(即在提交异步检测任务480秒之后查询结果),最长不能超出3天,否则结果将会自动删除。'."\n" .'- 本接口的单用户QPS限制为100次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。', ], 'DescribeAuditCallback' => [ 'summary' => '查询回调配置。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102662', 'abilityTreeNodes' => [ 'FEATURElvwangI5RAMY', ], ], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求id。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'CryptType' => [ 'description' => '加密算法。', 'type' => 'integer', 'format' => 'int32', 'example' => 'SHA256', ], 'Seed' => [ 'description' => 'seed值,随机生成。', 'type' => 'string', 'example' => 'cb2MysbJTAAIf6gB3u4vpIEU-1ySnnf', ], 'Callback' => [ 'description' => '回调地址。', 'type' => 'string', 'example' => 'https://gatewaysit.jrdaimao.com/dw-hercules-center/smartApi/callBack/voiceReview', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"CryptType\\": 0,\\n \\"Seed\\": \\"cb2MysbJTAAIf6gB3u4vpIEU-1ySnnf\\",\\n \\"Callback\\": \\"https://gatewaysit.jrdaimao.com/dw-hercules-center/smartApi/callBack/voiceReview\\"\\n}","type":"json"}]', 'title' => '获取审核回调', ], 'DescribeAuditContent' => [ 'summary' => '自助审核列表', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102664', 'abilityTreeNodes' => [ 'FEATURElvwangI5RAMY', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源IP。', 'type' => 'string', 'required' => false, 'example' => '14.145.***.79', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'TotalCount', 'in' => 'query', 'schema' => [ 'description' => '总数量。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '每页显示的条数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20', ], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => [ 'description' => '当前页数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'StartDate', 'in' => 'query', 'schema' => [ 'description' => '开始时间。', 'type' => 'string', 'required' => true, 'example' => '2023-04-13 00:00:00 +0800', ], ], [ 'name' => 'EndDate', 'in' => 'query', 'schema' => [ 'description' => '结束时间。', 'type' => 'string', 'required' => true, 'example' => '2023-05-05 23:59:59 +0800', ], ], [ 'name' => 'Scene', 'in' => 'query', 'schema' => [ 'description' => '使用场景。', 'type' => 'string', 'required' => false, 'example' => 'porn', ], ], [ 'name' => 'Suggestion', 'in' => 'query', 'schema' => [ 'description' => '处理建议。可取值:pass:通过 review:人工重审 block:拦截', 'type' => 'string', 'required' => false, 'example' => 'pass', ], ], [ 'name' => 'Label', 'in' => 'query', 'schema' => [ 'description' => '标签。', 'type' => 'string', 'required' => false, 'example' => 'terrorism', ], ], [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'description' => '任务id。', 'type' => 'string', 'required' => false, 'example' => 'img5owu4zBQk*****6UZHP5t5-1yR@3j', ], ], [ 'name' => 'DataId', 'in' => 'query', 'schema' => [ 'description' => '数据ID。', 'type' => 'string', 'required' => false, 'example' => '5cb170f7689247e6a58b156b4fbc8476', ], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => false, 'example' => 'recommend_social_template_01', ], ], [ 'name' => 'AuditResult', 'in' => 'query', 'schema' => [ 'description' => '审核结果。', 'type' => 'string', 'required' => false, 'example' => 'noAudit', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], [ 'name' => 'ImageId', 'in' => 'query', 'schema' => [ 'description' => '图片ID。', 'type' => 'string', 'required' => false, 'example' => 'xxx', ], ], [ 'name' => 'KeywordId', 'in' => 'query', 'schema' => [ 'description' => '关键字。', 'type' => 'string', 'required' => false, 'example' => 'xxx', ], ], [ 'name' => 'LibType', 'in' => 'query', 'schema' => [ 'description' => '词库类型。', 'type' => 'string', 'required' => false, 'example' => 'textKeyword', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPage' => [ 'description' => '当前页数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'RequestId' => [ 'description' => '请求的ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'PageSize' => [ 'description' => '每页显示的条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '总数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '24', ], 'AuditContentList' => [ 'description' => '审核信息列表。', 'type' => 'array', 'items' => [ 'description' => '审核信息列表。', 'type' => 'object', 'properties' => [ 'Suggestion' => [ 'description' => '审核建议。取值:-**block**:违规。-**review**:疑似。-**pass**:通过。', 'type' => 'string', 'example' => 'block', ], 'Url' => [ 'description' => '任务URL', 'type' => 'string', 'example' => 'https://www.xxx.com/xxx.jpg', ], 'DataId' => [ 'description' => '数据ID。', 'type' => 'string', 'example' => '5cb170f7689247e6a58b156b4fbc8476', ], 'BizType' => [ 'description' => '业务场景。', 'type' => 'string', 'example' => 'recommend_social_template_01', ], 'NewUrl' => [ 'description' => '转存后的URL。', 'type' => 'string', 'example' => 'https://www.xxx.com/xxx.jpg'."\n", ], 'ScanFinishedTime' => [ 'description' => '扫描结束时间。', 'type' => 'string', 'example' => '2023-05-05 23:59:59 +0800'."\n", ], 'AuditResult' => [ 'description' => '审核结果。', 'type' => 'string', 'example' => 'noAudit', ], 'TaskId' => [ 'description' => '任务ID。', 'type' => 'string', 'example' => 'img5VB@6A****5HNUkpBXyoy-1zvats', ], 'Content' => [ 'description' => '审核内容。', 'type' => 'string', 'example' => 'xxx', ], 'Thumbnail' => [ 'description' => '缩略图 URL', 'type' => 'string', 'example' => 'https://www.xxx.com/xxx.jpg'."\n", ], 'Audit' => [ 'description' => '审核状态。', 'type' => 'integer', 'format' => 'int32', 'example' => '0', ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '22136', ], 'RequestTime' => [ 'description' => '请求时间。', 'type' => 'string', 'example' => '1710293064524', ], 'Results' => [ 'description' => '审核结果。', 'type' => 'array', 'items' => [ 'description' => '审核结果。', 'type' => 'object', 'properties' => [ 'Suggestion' => [ 'description' => '审核建议。取值:-**block**:违规。-**review**:疑似。-**pass**:通过。', 'type' => 'string', 'example' => 'block', ], 'Label' => [ 'description' => '标签', 'type' => 'string', 'example' => 'bloody', ], 'Scene' => [ 'description' => '审核场景。', 'type' => 'string', 'example' => 'political', ], ], ], ], 'FrameResults' => [ 'description' => '结果集。', 'type' => 'array', 'items' => [ 'description' => '结果集。', 'type' => 'object', 'properties' => [ 'Offset' => [ 'description' => '截帧偏移值。', 'type' => 'integer', 'format' => 'int32', 'example' => '0', ], 'Url' => [ 'description' => 'URL。', 'type' => 'string', 'example' => 'https://www.xxx.com/xxx.jpg'."\n", ], 'Label' => [ 'description' => '标签', 'type' => 'string', 'example' => 'weapon', ], ], ], ], 'AuditIllegalReasons' => [ 'description' => '审核备注。', 'type' => 'array', 'items' => [ 'description' => '审核备注。', 'type' => 'string', 'example' => '[\\"terrorism\\"]', ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 24,\\n \\"AuditContentList\\": [\\n {\\n \\"Suggestion\\": \\"block\\",\\n \\"Url\\": \\"https://www.xxx.com/xxx.jpg\\",\\n \\"DataId\\": \\"5cb170f7689247e6a58b156b4fbc8476\\",\\n \\"BizType\\": \\"recommend_social_template_01\\",\\n \\"NewUrl\\": \\"https://www.xxx.com/xxx.jpg\\\\n\\",\\n \\"ScanFinishedTime\\": \\"2023-05-05 23:59:59 +0800\\\\n\\",\\n \\"AuditResult\\": \\"noAudit\\",\\n \\"TaskId\\": \\"img5VB@6A****5HNUkpBXyoy-1zvats\\",\\n \\"Content\\": \\"xxx\\",\\n \\"Thumbnail\\": \\"https://www.xxx.com/xxx.jpg\\\\n\\",\\n \\"Audit\\": 0,\\n \\"Id\\": 22136,\\n \\"RequestTime\\": \\"1710293064524\\",\\n \\"Results\\": [\\n {\\n \\"Suggestion\\": \\"block\\",\\n \\"Label\\": \\"bloody\\",\\n \\"Scene\\": \\"political\\"\\n }\\n ],\\n \\"FrameResults\\": [\\n {\\n \\"Offset\\": 0,\\n \\"Url\\": \\"https://www.xxx.com/xxx.jpg\\\\n\\",\\n \\"Label\\": \\"weapon\\"\\n }\\n ],\\n \\"AuditIllegalReasons\\": [\\n \\"[\\\\\\\\\\\\\\"terrorism\\\\\\\\\\\\\\"]\\"\\n ]\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取审核内容', ], 'DescribeAuditContentItem' => [ 'summary' => '查询审核结果详情。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102665', 'abilityTreeNodes' => [ 'FEATURElvwangI5RAMY', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源ip地址。', 'type' => 'string', 'required' => false, 'example' => '123.124.142.194', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言配置信息。-**cn**:中文-**en**:英文', 'type' => 'string', 'required' => false, 'example' => 'cn', ], ], [ 'name' => 'TotalCount', 'in' => 'query', 'schema' => [ 'description' => '总数量。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '13', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => [ 'description' => '当前页数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'description' => '任务id。', 'type' => 'string', 'required' => true, 'example' => 'xxxx-xxx'."\n", ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '模态类型。取值:-**text**:文本。-**image**:图片。-**video**:视频。-**voice**:语音。', 'type' => 'string', 'required' => true, 'example' => 'image', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPage' => [ 'description' => '当前页数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'RequestId' => [ 'description' => '请求id', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'PageSize' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '总数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '13', ], 'AuditContentItemList' => [ 'description' => '审核配置列表。', 'type' => 'array', 'items' => [ 'description' => '审核配置列表。', 'type' => 'object', 'properties' => [ 'EndTime' => [ 'description' => '结束时间。', 'type' => 'string', 'example' => '2025-09-26T02:17:00Z', ], 'StartTime' => [ 'description' => '生效时间。', 'type' => 'string', 'example' => '2025-10-11 10:01:47', ], 'Suggestion' => [ 'description' => '审核建议。取值:-**block**:违规。-**review**:疑似。-**pass**:通过。', 'type' => 'string', 'example' => 'block', ], 'Sn' => [ 'description' => 'sn。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'ParentTaskId' => [ 'description' => '父任务id。', 'type' => 'string', 'example' => 'P_L28N43', ], 'AuditResult' => [ 'description' => '审核结果。取值:-**normal**:正常。-**blocked**:屏蔽。', 'type' => 'string', 'example' => 'normal', ], 'Audit' => [ 'description' => '审核状态。取值:-**0**:未审核。-**1**:已审核。', 'type' => 'integer', 'format' => 'int32', 'example' => '0', ], 'Content' => [ 'description' => '审核内容。', 'type' => 'string', 'example' => 'xxxx', ], 'Id' => [ 'description' => '审核id。', 'type' => 'integer', 'format' => 'int64', 'example' => '2244', ], 'AuditIllegalReasons' => [ 'description' => '违规原因。', 'type' => 'array', 'items' => [ 'description' => '违规原因。', 'type' => 'string', 'example' => 'terrorism', ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 13,\\n \\"AuditContentItemList\\": [\\n {\\n \\"EndTime\\": \\"2025-09-26T02:17:00Z\\",\\n \\"StartTime\\": \\"2025-10-11 10:01:47\\",\\n \\"Suggestion\\": \\"block\\",\\n \\"Sn\\": 1,\\n \\"ParentTaskId\\": \\"P_L28N43\\",\\n \\"AuditResult\\": \\"normal\\",\\n \\"Audit\\": 0,\\n \\"Content\\": \\"xxxx\\",\\n \\"Id\\": 2244,\\n \\"AuditIllegalReasons\\": [\\n \\"terrorism\\"\\n ]\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取审核内容详细结果', ], 'DescribeAuditRange' => [ 'summary' => '查询审核范围。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102666', 'abilityTreeNodes' => [ 'FEATURElvwangI5RAMY', ], ], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '本次请求的id。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'AuditRange' => [ 'description' => '审核范围详情。', 'type' => 'object', 'properties' => [ 'pass' => [ 'description' => '是否审核suggesstion = pass的内容。-**true**:审核-**false**:不审核', 'type' => 'boolean', ], 'block' => [ 'description' => '是否审核suggesstion = block的内容。-**true**:审核-**false**:不审核', 'type' => 'boolean', ], 'review' => [ 'description' => '是否审核suggesstion = review的内容。-**true**:审核-**false**:不审核', 'type' => 'boolean', ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"AuditRange\\": {\\n \\"pass\\": true,\\n \\"block\\": true,\\n \\"review\\": true\\n }\\n}","type":"json"}]', 'title' => '获取审核范围', 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。', ], 'DescribeAuditSetting' => [ 'summary' => '查询审核配置。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102667', 'abilityTreeNodes' => [ 'FEATURElvwangI5RAMY', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '指定请求的来源ip地址。', 'type' => 'string', 'required' => false, 'example' => '27.189.***.27', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言配置,支持多种语言。', 'type' => 'string', 'required' => false, 'example' => 'en', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求id。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'Seed' => [ 'description' => '回调seed。', 'type' => 'string', 'example' => 'aaaabbbbccccdddd', ], 'Callback' => [ 'description' => '回调url。', 'type' => 'string', 'example' => 'http://xxx.com/xxx', ], 'AuditRange' => [ 'description' => '审核范围。', 'type' => 'object', 'properties' => [ 'pass' => [ 'description' => '是否审核pass的内容。-**true**:审核。-**false**:不审核。', 'type' => 'boolean', ], 'block' => [ 'description' => '是否审核block的内容。-**true**:审核。-**false**:不审核。', 'type' => 'boolean', ], 'review' => [ 'description' => '是否审核review的内容。-**true**:审核。-**false**:不审核。', 'type' => 'boolean', ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Seed\\": \\"aaaabbbbccccdddd\\",\\n \\"Callback\\": \\"http://xxx.com/xxx\\",\\n \\"AuditRange\\": {\\n \\"pass\\": true,\\n \\"block\\": true,\\n \\"review\\": true\\n }\\n}","type":"json"}]', 'title' => '获取审核设置', ], 'DescribeBizTypeSetting' => [ 'summary' => '查询业务场景机审标准', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102672', 'abilityTreeNodes' => [ 'FEATURElvwangI0EWGR', ], ], 'parameters' => [ [ 'name' => 'BizTypeName', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => true, 'example' => 'recommend_standard_template_01', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'Terrorism' => [ 'description' => '暴恐。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Porn' => [ 'description' => '鉴黄。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Antispam' => [ 'description' => '文本反垃圾。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Ad' => [ 'description' => '广告。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Live' => [ 'description' => '不良场景。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Terrorism\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Porn\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Antispam\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Ad\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Live\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n }\\n}","type":"json"}]', 'title' => '获取业务类型设置', ], 'DescribeBizTypes' => [ 'summary' => '查询业务场景Biztype列表。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102671', 'abilityTreeNodes' => [ 'FEATURElvwangI0EWGR', ], ], 'parameters' => [ [ 'name' => 'ImportFlag', 'in' => 'query', 'schema' => [ 'description' => '使用标准输出还是自定义输出。默认值为**false**。', 'type' => 'boolean', 'required' => false, 'example' => 'false', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总记录数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'RequestId' => [ 'description' => '请求id。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'BizTypeList' => [ 'description' => '业务场景列表。', 'type' => 'array', 'items' => [ 'description' => '业务场景信息。', 'type' => 'string', 'example' => 'default', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 10,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"BizTypeList\\": [\\n \\"default\\"\\n ]\\n}","type":"json"}]', 'title' => '获取BizType列表', ], 'DescribeCloudMonitorServices' => [ 'summary' => '获取并发检测服务', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102678', 'abilityTreeNodes' => [ 'FEATURElvwangQ4BOUA', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '59.82.***.165', ], ], [ 'name' => 'Page', 'in' => 'query', 'schema' => [ 'description' => '页码。默认值:1。', 'type' => 'string', 'required' => true, 'example' => '1', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '分页大小。', 'type' => 'string', 'required' => true, 'example' => '10', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'Items' => [ 'description' => '当前页数据。', 'type' => 'array', 'items' => [ 'description' => '当前页数据。', 'type' => 'string', 'example' => '[]', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 10,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Items\\": [\\n \\"[]\\"\\n ]\\n}","type":"json"}]', 'title' => '获取云监控服务', ], 'DescribeCustomOcrTemplate' => [ 'summary' => '查询用户OCR模板', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102679', 'abilityTreeNodes' => [ 'FEATURElvwang82NHPF', ], ], 'parameters' => [ [ 'name' => 'Ids', 'in' => 'query', 'schema' => [ 'description' => '数据ID。', 'type' => 'string', 'required' => false, 'example' => '["1605"]', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '24', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'OcrTemplateList' => [ 'description' => 'OCR模板列表。', 'type' => 'array', 'items' => [ 'description' => 'OCR模板列表。', 'type' => 'object', 'properties' => [ 'Status' => [ 'description' => '模板状态。取值:-**1**:启用-**0**:禁用', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'Name' => [ 'description' => '模板名称。', 'type' => 'string', 'example' => 'xx', ], 'ImgUrl' => [ 'description' => '图片地址', 'type' => 'string', 'example' => 'https://aligreen-shanghai.oss-cn-shanghai.aliyuncs.com/x/custom_ocr_template/1546886714089278/9e188bfa-b0e9-42a0.jpg', ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1750', ], 'ReferArea' => [ 'description' => '参考字段。', 'type' => 'array', 'items' => [ 'description' => '参考字段。', 'type' => 'object', 'properties' => [ 'Y' => [ 'description' => '文本框左上角y坐标', 'type' => 'integer', 'format' => 'int32', 'example' => '4', ], 'Name' => [ 'description' => '文本框名称', 'type' => 'string', 'example' => 'referKey1', ], 'Width' => [ 'description' => '文本框宽度', 'type' => 'integer', 'format' => 'int32', 'example' => '220', ], 'Height' => [ 'description' => '文本框高度', 'type' => 'integer', 'format' => 'int32', 'example' => '229', ], 'X' => [ 'description' => '文本框左上角x坐标', 'type' => 'integer', 'format' => 'int32', 'example' => '12', ], ], ], ], 'RecognizeArea' => [ 'description' => '识别字段。', 'type' => 'array', 'items' => [ 'description' => '识别字段。', 'type' => 'object', 'properties' => [ 'Y' => [ 'description' => '文本框左上角y坐标', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'Name' => [ 'description' => '文本框名称', 'type' => 'string', 'example' => 'referKey2', ], 'Width' => [ 'description' => '文本框宽度', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], 'Height' => [ 'description' => '文本框高度', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], 'X' => [ 'description' => '文本框左上角x坐标', 'type' => 'integer', 'format' => 'int32', 'example' => '55', ], ], ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 24,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"OcrTemplateList\\": [\\n {\\n \\"Status\\": 1,\\n \\"Name\\": \\"xx\\",\\n \\"ImgUrl\\": \\"https://aligreen-shanghai.oss-cn-shanghai.aliyuncs.com/x/custom_ocr_template/1546886714089278/9e188bfa-b0e9-42a0.jpg\\",\\n \\"Id\\": 1750,\\n \\"ReferArea\\": [\\n {\\n \\"Y\\": 4,\\n \\"Name\\": \\"referKey1\\",\\n \\"Width\\": 220,\\n \\"Height\\": 229,\\n \\"X\\": 12\\n }\\n ],\\n \\"RecognizeArea\\": [\\n {\\n \\"Y\\": 10,\\n \\"Name\\": \\"referKey2\\",\\n \\"Width\\": 100,\\n \\"Height\\": 100,\\n \\"X\\": 55\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取自定义ocr模板', ], 'DescribeImageFromLib' => [ 'summary' => '库维度图片列表', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102680', 'abilityTreeNodes' => [ 'FEATURElvwangW38OQI', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '114.84.0.***', ], ], [ 'name' => 'TotalCount', 'in' => 'query', 'schema' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '52', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => [ 'description' => '当前分页。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'ImageLibId', 'in' => 'query', 'schema' => [ 'description' => '图库id。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '13776', ], ], [ 'name' => 'Id', 'in' => 'query', 'schema' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1791', ], ], [ 'name' => 'StartDate', 'in' => 'query', 'schema' => [ 'description' => '开始时间。', 'type' => 'string', 'required' => false, 'example' => '2023-01-01 00:00:00 +0800', ], ], [ 'name' => 'EndDate', 'in' => 'query', 'schema' => [ 'description' => '结束时间。', 'type' => 'string', 'required' => false, 'example' => '2023-11-18 10:21:32 +0800', ], ], [ 'name' => 'ModelId', 'in' => 'query', 'schema' => [ 'description' => '模型ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '21981', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPage' => [ 'description' => '当前分页。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'PageSize' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '总数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '52', ], 'ImageFromLibList' => [ 'description' => '图库信息列表。', 'type' => 'array', 'items' => [ 'description' => '图库信息列表。', 'type' => 'object', 'properties' => [ 'ImageHitCount' => [ 'description' => '图库中的图片命中数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '22', ], 'Image' => [ 'description' => '图片地址。', 'type' => 'string', 'example' => 'https://xxxx.png'."\n", ], 'CreateTime' => [ 'description' => '图库的创建时间。', 'type' => 'string', 'example' => '2022-11-04 16:09:51 +0800', ], 'VideoHitCount' => [ 'description' => '视频中的图片命中数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '11', ], 'Thumbnail' => [ 'description' => '缩略图url。', 'type' => 'string', 'example' => 'https://xxxx.png', ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1697', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 52,\\n \\"ImageFromLibList\\": [\\n {\\n \\"ImageHitCount\\": 22,\\n \\"Image\\": \\"https://xxxx.png\\\\n\\",\\n \\"CreateTime\\": \\"2022-11-04 16:09:51 +0800\\",\\n \\"VideoHitCount\\": 11,\\n \\"Thumbnail\\": \\"https://xxxx.png\\",\\n \\"Id\\": 1697\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取自定义图片库中已添加的图片列表', ], 'DescribeImageLib' => [ 'summary' => '查询自定义图库信息列表。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102681', 'abilityTreeNodes' => [ 'FEATURElvwangW38OQI', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '125.121.36.***', ], ], [ 'name' => 'ServiceModule', 'in' => 'query', 'schema' => [ 'description' => '图库适用的服务模块。取值:-**open_api**:用于内容检测api-**website**:用于站点检测', 'type' => 'string', 'required' => true, 'enumValueTitles' => [ 'website' => 'website', 'open_api' => 'open_api', ], 'example' => 'open_api', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '2', ], 'RequestId' => [ 'description' => '请求的ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'ImageLibList' => [ 'description' => '图库信息列表。', 'type' => 'array', 'items' => [ 'description' => '图库信息列表。', 'type' => 'object', 'properties' => [ 'ModifiedTime' => [ 'description' => '修改时间。', 'type' => 'string', 'example' => '2018-03-19 10:45:44 +0800', ], 'Code' => [ 'description' => '图库编码。', 'type' => 'string', 'example' => '808003055', ], 'ImageCount' => [ 'description' => '图库中的图片数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '2', ], 'Category' => [ 'description' => '图库的用途。取值:-**black**:黑名单-**white**:白名单', 'type' => 'string', 'example' => 'BLACK', ], 'ServiceModule' => [ 'description' => '图库适用的服务模块。取值:'."\n" .'- **open_api**:用于内容检测API'."\n" .'- **website**:用于站点检测', 'type' => 'string', 'example' => 'open_api', ], 'Source' => [ 'description' => '图库的来源。取值:-**manual**:手动创建-**feedback**:根据用户反馈的结果自动创建', 'type' => 'string', 'example' => 'MANUAL', ], 'Name' => [ 'description' => '图库名称。', 'type' => 'string', 'example' => '测试a', ], 'Scene' => [ 'description' => '图库的使用场景。取值:'."\n" .'- **PORN**:智能鉴黄'."\n" .'- **AD**:广告识别'."\n" .'- **ILLEGAL**:暴恐涉政识别', 'type' => 'string', 'example' => 'PORN', ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int32', 'example' => '1279', ], 'Enable' => [ 'description' => '是否启用图库。取值:-**true**:启用-**false**:禁用', 'type' => 'string', 'example' => 'true', ], 'BizTypes' => [ 'description' => '业务类型', 'type' => 'array', 'items' => [ 'description' => '业务类型', 'type' => 'string', 'example' => '[\\"default\\",\\"xinxifabu\\"]', ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 2,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"ImageLibList\\": [\\n {\\n \\"ModifiedTime\\": \\"2018-03-19 10:45:44 +0800\\",\\n \\"Code\\": \\"808003055\\",\\n \\"ImageCount\\": 2,\\n \\"Category\\": \\"BLACK\\",\\n \\"ServiceModule\\": \\"open_api\\",\\n \\"Source\\": \\"MANUAL\\",\\n \\"Name\\": \\"测试a\\",\\n \\"Scene\\": \\"PORN\\",\\n \\"Id\\": 1279,\\n \\"Enable\\": \\"true\\",\\n \\"BizTypes\\": [\\n \\"[\\\\\\\\\\\\\\"default\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"xinxifabu\\\\\\\\\\\\\\"]\\"\\n ]\\n }\\n ]\\n}","type":"json"}]', 'title' => '查询自定义图库信息列表', ], 'DescribeImageUploadInfo' => [ 'summary' => '获取图片上传设置', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102682', 'abilityTreeNodes' => [ 'FEATURElvwangW38OQI', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '59.82.****.165', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Signature' => [ 'description' => '上传文件到OSS使用的签名。', 'type' => 'string', 'example' => 'iyu7VHblYj+mEF9p46cdGOlNPAw=', ], 'Host' => [ 'description' => 'OSS Endpoint。', 'type' => 'string', 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'Policy' => [ 'description' => 'OSS上传文件的Policy。', 'type' => 'string', 'example' => 'xxxx', ], 'Accessid' => [ 'description' => 'oss上传所需accesskeyid信息。', 'type' => 'string', 'example' => 'xxx', ], 'Folder' => [ 'description' => '文件名称。', 'type' => 'string', 'example' => 'image/upload/xxx'."\n", ], 'Expire' => [ 'description' => '过期时间。', 'type' => 'integer', 'format' => 'int32', 'example' => '900', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Signature\\": \\"iyu7VHblYj+mEF9p46cdGOlNPAw=\\",\\n \\"Host\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Policy\\": \\"xxxx\\",\\n \\"Accessid\\": \\"xxx\\",\\n \\"Folder\\": \\"image/upload/xxx\\\\n\\",\\n \\"Expire\\": 900\\n}","type":"json"}]', 'title' => '获取图片上传信息', ], 'DescribeKeyword' => [ 'summary' => '查询关键词列表', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '113.109.***.132', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'TotalCount', 'in' => 'query', 'schema' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '364', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'KeywordLibId', 'in' => 'query', 'schema' => [ 'description' => '关键词库ID。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '22220', ], ], [ 'name' => 'Keyword', 'in' => 'query', 'schema' => [ 'description' => '查询关键字。', 'type' => 'string', 'required' => false, 'example' => '盯', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPage' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'PageSize' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '364', ], 'KeywordList' => [ 'description' => '关键字列表。', 'type' => 'array', 'items' => [ 'description' => '关键字列表。', 'type' => 'object', 'properties' => [ 'HitCount' => [ 'description' => '命中次数。', 'type' => 'integer', 'format' => 'int32', 'example' => '11', ], 'Keyword' => [ 'description' => '关键字。', 'type' => 'string', 'example' => '盯链', ], 'Id' => [ 'description' => '主键id', 'type' => 'integer', 'format' => 'int32', 'example' => '211', ], 'CreateTime' => [ 'description' => '创建时间。', 'type' => 'string', 'example' => '2023-10-25 15:58:07 +0800', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 364,\\n \\"KeywordList\\": [\\n {\\n \\"HitCount\\": 11,\\n \\"Keyword\\": \\"盯链\\",\\n \\"Id\\": 211,\\n \\"CreateTime\\": \\"2023-10-25 15:58:07 +0800\\"\\n }\\n ]\\n}","type":"json"}]', 'title' => '搜索指定文本库中的文本', ], 'DescribeKeywordLib' => [ 'summary' => '查询文本库列表', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102684', 'abilityTreeNodes' => [ 'FEATURElvwangJ7UK4W', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '58.***.97.190', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'ServiceModule', 'in' => 'query', 'schema' => [ 'description' => '关联的服务模块。取值:-**open_api**:内容检测api-**website**:站点检测', 'type' => 'string', 'required' => true, 'example' => 'open_api', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'KeywordLibList' => [ 'description' => '关键字列表。', 'type' => 'array', 'items' => [ 'description' => '关键字列表。', 'type' => 'object', 'properties' => [ 'Source' => [ 'description' => '词库的来源。取值:'."\n" .'- **MANUAL**:手动创建'."\n" .'- **FEEDBACK**:根据用户反馈的结果自动创建', 'type' => 'string', 'example' => 'MANUAL', ], 'Count' => [ 'description' => '关键字个数。', 'type' => 'integer', 'format' => 'int32', 'example' => '16', ], 'Language' => [ 'description' => '语言。', 'type' => 'string', 'example' => 'zh', ], 'ModifiedTime' => [ 'description' => '修改时间。', 'type' => 'string', 'example' => '2023-10-25 15:59:17 +0800', ], 'ResourceType' => [ 'description' => '资源类型。', 'type' => 'string', 'example' => 'TEXT', ], 'LibType' => [ 'description' => '词库类型。', 'type' => 'string', 'example' => 'textKeyword', ], 'Code' => [ 'description' => '词库编码。', 'type' => 'string', 'example' => '12200013', ], 'Category' => [ 'description' => '词库的用途。取值:'."\n" .'- **BLACK**:黑名单'."\n" .'- **WHITE**:白名单', 'type' => 'string', 'example' => 'BLACK', ], 'Name' => [ 'description' => '词库名称。', 'type' => 'string', 'example' => '测试', ], 'ServiceModule' => [ 'description' => '要查询的服务模块。取值:'."\n" .'- **open_api**:表示内容检测API'."\n" .'- **website**:表示站点检测'."\n", 'type' => 'string', 'example' => 'open_api', ], 'MatchMode' => [ 'description' => '匹配方式。', 'type' => 'string', 'example' => 'precise', ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int32', 'example' => '21732', ], 'Enable' => [ 'description' => '是否启用。', 'type' => 'boolean', 'example' => 'true', ], 'BizTypes' => [ 'description' => '业务类型', 'type' => 'array', 'items' => [ 'description' => '业务类型', 'type' => 'string', 'example' => '[\\"default\\"]', ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 10,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"KeywordLibList\\": [\\n {\\n \\"Source\\": \\"MANUAL\\",\\n \\"Count\\": 16,\\n \\"Language\\": \\"zh\\",\\n \\"ModifiedTime\\": \\"2023-10-25 15:59:17 +0800\\",\\n \\"ResourceType\\": \\"TEXT\\",\\n \\"LibType\\": \\"textKeyword\\",\\n \\"Code\\": \\"12200013\\",\\n \\"Category\\": \\"BLACK\\",\\n \\"Name\\": \\"测试\\",\\n \\"ServiceModule\\": \\"open_api\\",\\n \\"MatchMode\\": \\"precise\\",\\n \\"Id\\": 21732,\\n \\"Enable\\": true,\\n \\"BizTypes\\": [\\n \\"[\\\\\\\\\\\\\\"default\\\\\\\\\\\\\\"]\\"\\n ]\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取文本库列表', ], 'DescribeNotificationSetting' => [ 'summary' => '查询站点检测消息通知设置', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102685', 'abilityTreeNodes' => [ 'FEATURElvwangRX5925', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源ip地址', 'type' => 'string', 'required' => false, 'example' => '59.82.****.165', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ScheduleMessageTime' => [ 'description' => '定时消息通知时间', 'type' => 'integer', 'format' => 'int32', 'example' => '9', ], 'Email' => [ 'description' => '邮箱', 'type' => 'string', 'example' => 'xxx', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'ScheduleMessageTimeZone' => [ 'description' => '定时消息通知时区', 'type' => 'integer', 'format' => 'int32', 'example' => '8', ], 'Phone' => [ 'description' => '电话。', 'type' => 'string', 'example' => '1*******334', ], 'RealtimeMessageList' => [ 'description' => '需实时通知的消息', 'type' => 'array', 'items' => [ 'description' => '需实时通知的消息', 'type' => 'string', 'example' => '["websiteIndexRisk"]', ], ], 'ReminderModeList' => [ 'description' => '需提醒通知的消息', 'type' => 'array', 'items' => [ 'description' => '需提醒通知的消息', 'type' => 'string', 'example' => '["mail","message","stationLetter"]', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ScheduleMessageTime\\": 9,\\n \\"Email\\": \\"xxx\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"ScheduleMessageTimeZone\\": 8,\\n \\"Phone\\": \\"1*******334\\",\\n \\"RealtimeMessageList\\": [\\n \\"[\\\\\\"websiteIndexRisk\\\\\\"]\\"\\n ],\\n \\"ReminderModeList\\": [\\n \\"[\\\\\\"mail\\\\\\",\\\\\\"message\\\\\\",\\\\\\"stationLetter\\\\\\"]\\"\\n ]\\n}","type":"json"}]', 'title' => '获取通知配置', ], 'DescribeOpenApiRcpStats' => [ 'summary' => '人审数据统计', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102688', 'abilityTreeNodes' => [ 'FEATURElvwangLV54EY', ], ], 'parameters' => [ [ 'name' => 'StartDate', 'in' => 'query', 'schema' => [ 'description' => '开始时间。', 'type' => 'string', 'required' => true, 'example' => '2023-10-01 00:00:00 +0800', ], ], [ 'name' => 'EndDate', 'in' => 'query', 'schema' => [ 'description' => '结束时间。', 'type' => 'string', 'required' => true, 'example' => '2023-12-12 10:16:48 +0800', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => false, 'example' => 'default', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'RequestId' => [ 'description' => '请求 ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'StatList' => [ 'description' => '数据列表。', 'type' => 'array', 'items' => [ 'description' => '数据列表。', 'type' => 'object', 'properties' => [ 'ResourceType' => [ 'description' => '资源类型。', 'type' => 'string', 'example' => 'IMAGE', ], 'PassCount' => [ 'description' => '通过数量', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'Date' => [ 'description' => '日期。', 'type' => 'string', 'example' => '20231009', ], 'TotalCount' => [ 'description' => '总数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '3', ], 'BlockCount' => [ 'description' => '命中数量', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'TotalDuration' => [ 'description' => '总使用时长', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'ReviewCount' => [ 'description' => '疑似数量', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 10,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"StatList\\": [\\n {\\n \\"ResourceType\\": \\"IMAGE\\",\\n \\"PassCount\\": 1,\\n \\"Date\\": \\"20231009\\",\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"TotalDuration\\": 1,\\n \\"ReviewCount\\": 1\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取开放API调用统计', ], 'DescribeOpenApiUsage' => [ 'summary' => '机审数据统计。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102689', 'abilityTreeNodes' => [ 'FEATURElvwangR199F8', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源ip地址。', 'type' => 'string', 'required' => false, 'example' => '183.***.210.253', ], ], [ 'name' => 'StartDate', 'in' => 'query', 'schema' => [ 'description' => '开始时间。', 'type' => 'string', 'required' => true, 'example' => '2023-03-05 00:00:00 +0800', ], ], [ 'name' => 'EndDate', 'in' => 'query', 'schema' => [ 'description' => '结束时间。', 'type' => 'string', 'required' => true, 'example' => '2023-12-15 10:22:45 +0800', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => false, 'example' => 'default', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '364', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'OpenApiUsageList' => [ 'description' => '返回的列表。', 'type' => 'array', 'items' => [ 'description' => '返回的列表。', 'type' => 'object', 'properties' => [ 'PassDuration' => [ 'description' => '通过时长', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'ReviewDuration' => [ 'description' => '疑似时长', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'Date' => [ 'description' => '日期。', 'type' => 'string', 'example' => '20240712', ], 'OuterTotalCount' => [ 'description' => '外部用户视频截帧数量', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'TotalCount' => [ 'description' => '总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '3', ], 'ReviewCount' => [ 'description' => '疑似数量', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'InnerTotalCount' => [ 'description' => '内部系统视频截帧数量', 'type' => 'integer', 'format' => 'int32', 'example' => '12', ], 'ResourceType' => [ 'description' => '资源类型。', 'type' => 'string', 'example' => 'IMAGE', ], 'PassCount' => [ 'description' => '通过数量', 'type' => 'integer', 'format' => 'int32', 'example' => '2', ], 'BlockDuration' => [ 'description' => '命中时长', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'Scene' => [ 'description' => '审核场景。', 'type' => 'string', 'example' => 'porn', ], 'BlockCount' => [ 'description' => '命中数量', 'type' => 'integer', 'format' => 'int32', 'example' => '11', ], 'TotalDuration' => [ 'description' => '总使用时长', 'type' => 'integer', 'format' => 'int32', 'example' => '22', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 364,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"OpenApiUsageList\\": [\\n {\\n \\"PassDuration\\": 1,\\n \\"ReviewDuration\\": 1,\\n \\"Date\\": \\"20240712\\",\\n \\"OuterTotalCount\\": 1,\\n \\"TotalCount\\": 3,\\n \\"ReviewCount\\": 1,\\n \\"InnerTotalCount\\": 12,\\n \\"ResourceType\\": \\"IMAGE\\",\\n \\"PassCount\\": 2,\\n \\"BlockDuration\\": 1,\\n \\"Scene\\": \\"porn\\",\\n \\"BlockCount\\": 11,\\n \\"TotalDuration\\": 22\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取用量统计', ], 'DescribeOssCallbackSetting' => [ 'summary' => '查询oss增量扫描回调配置。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102690', 'abilityTreeNodes' => [ 'FEATURElvwangJLHVVH', ], ], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AuditCallback' => [ 'description' => '是否开启自助审核回调。取值:-**true**:已开启。-**false**:未开启。', 'type' => 'boolean', ], 'CallbackUrl' => [ 'description' => '回调url。', 'type' => 'string', 'example' => 'http://xxx/callback', ], 'RequestId' => [ 'description' => '请求id。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'ScanCallback' => [ 'description' => '是否开启机审回调。取值:-**true**:已开启。-**false**:未开启。', 'type' => 'boolean', ], 'CallbackSeed' => [ 'description' => '回调seed。', 'type' => 'string', 'example' => 'aaaabbbbccccddd', ], 'ScanCallbackSuggestions' => [ 'description' => '回调的suggestion。', 'type' => 'array', 'items' => [ 'description' => '回调的suggestion。', 'type' => 'string', 'example' => 'block', ], ], 'ServiceModules' => [ 'description' => '服务模块。', 'type' => 'array', 'items' => [ 'description' => '服务模块。', 'type' => 'string', 'example' => 'oss_inc_scan', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AuditCallback\\": true,\\n \\"CallbackUrl\\": \\"http://xxx/callback\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"ScanCallback\\": true,\\n \\"CallbackSeed\\": \\"aaaabbbbccccddd\\",\\n \\"ScanCallbackSuggestions\\": [\\n \\"block\\"\\n ],\\n \\"ServiceModules\\": [\\n \\"oss_inc_scan\\"\\n ]\\n}","type":"json"}]', 'title' => '获取 Oss 回调设置', ], 'DescribeOssIncrementOverview' => [ 'summary' => '查询待开票对象信息。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102692', 'abilityTreeNodes' => [ 'FEATURElvwangSIW14U', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源ip地址。', 'type' => 'string', 'required' => false, 'example' => '27.189.***.27', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言配置,支持多种语言。包括zh_cn和en_us。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'VideoCount' => [ 'description' => '当天的视频总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], 'AdUnhandleCount' => [ 'description' => '广告图片、视频违规数。', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], 'RequestId' => [ 'description' => '请求id。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'VoiceAntispamUnhandleCount' => [ 'description' => '语音违规数。', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], 'VideoFrameCount' => [ 'description' => '当天视频帧总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1000', ], 'AudioCount' => [ 'description' => '当天的语音总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], 'PornUnhandleCount' => [ 'description' => '涉黄图片、视频违规数', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], 'ImageCount' => [ 'description' => '当天图片总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], 'TerrorismUnhandleCount' => [ 'description' => '暴恐图片、视频 违规数。', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], 'LiveUnhandleCount' => [ 'description' => '不良场景图片、视频违规数。', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"VideoCount\\": 100,\\n \\"AdUnhandleCount\\": 100,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"VoiceAntispamUnhandleCount\\": 100,\\n \\"VideoFrameCount\\": 1000,\\n \\"AudioCount\\": 100,\\n \\"PornUnhandleCount\\": 100,\\n \\"ImageCount\\": 100,\\n \\"TerrorismUnhandleCount\\": 100,\\n \\"LiveUnhandleCount\\": 100\\n}","type":"json"}]', 'title' => '获取 OSS 增量概述', 'description' => '- 计费信息:该接口不计费。'."\n" .'- 查询超时:建议您将查询间隔设置为480秒(即在提交异步检测任务480秒之后查询结果),最长不能超出3天,否则结果将会自动删除。'."\n" .'- 本接口的单用户QPS限制为100次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。', ], 'DescribeOssIncrementCheckSetting' => [ 'summary' => 'OSS增量扫描设置', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102691', 'abilityTreeNodes' => [ 'FEATURElvwang82NHPF', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源IP地址。', 'type' => 'string', 'required' => false, 'example' => '218.17.***.226', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CallbackName' => [ 'description' => '回调名称。', 'type' => 'string', 'example' => 'xx', ], 'ImageScanLimit' => [ 'description' => '每日图片扫描上限', 'type' => 'integer', 'format' => 'int64', 'example' => '10000', ], 'VideoScanLimit' => [ 'description' => '每日视频扫描上限', 'type' => 'integer', 'format' => 'int64', 'example' => '100', ], 'AudioAutoFreezeOpened' => [ 'description' => '音频需要冻结', 'type' => 'boolean', 'example' => 'false', ], 'VideoMaxSize' => [ 'description' => '单视频大小上限', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], 'ImageEnableLimit' => [ 'description' => '开启图片上限', 'type' => 'boolean', 'example' => 'true', ], 'BizType' => [ 'description' => '业务场景。', 'type' => 'string', 'example' => 'default', ], 'EndTime' => [ 'description' => '结束时间。', 'type' => 'string', 'example' => '2023-10-21 16:08:38 +0800', ], 'ImageAutoFreezeOpened' => [ 'description' => '图片需要冻结', 'type' => 'boolean', 'example' => 'true', ], 'VideoMaxFrames' => [ 'description' => '单视频截帧上限', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], 'StartTime' => [ 'description' => '开始时间。', 'type' => 'string', 'example' => '2023-08-21 16:08:38 +0800'."\n", ], 'CallbackId' => [ 'description' => '回调通知ID', 'type' => 'string', 'example' => '1664', ], 'ScanImageNoFileType' => [ 'description' => '检测无后缀文件', 'type' => 'boolean', 'example' => 'true', ], 'AutoFreezeType' => [ 'description' => '冻结方式', 'type' => 'string', 'example' => 'acl', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'VideoAutoFreezeOpened' => [ 'description' => '视频需要冻结', 'type' => 'boolean', 'example' => 'true', ], 'VideoFrameInterval' => [ 'description' => '截帧频率', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'AudioScanLimit' => [ 'description' => '每日语音扫描上限', 'type' => 'integer', 'format' => 'int64', 'example' => '1000', ], 'AudioMaxSize' => [ 'description' => '单音频大小上限', 'type' => 'integer', 'format' => 'int32', 'example' => '200', ], 'AudioSceneList' => [ 'description' => '音频场景列表。', 'type' => 'array', 'items' => [ 'description' => '音频场景列表。', 'type' => 'string', 'example' => '[\\"antispam\\"]', ], ], 'VideoAutoFreezeSceneList' => [ 'description' => '视频冻结场景列表。', 'type' => 'array', 'items' => [ 'description' => '视频冻结场景列表。', 'type' => 'string', 'example' => '[]', ], ], 'VideoSceneList' => [ 'description' => '视频场景列表。', 'type' => 'array', 'items' => [ 'description' => '视频场景列表。', 'type' => 'string', 'example' => '[\\"porn\\",\\"terrorism\\",\\"ad\\",\\"live\\"]', ], ], 'ImageSceneList' => [ 'description' => '图片场景列表。', 'type' => 'array', 'items' => [ 'description' => '图片场景列表。', 'type' => 'string', 'example' => '[\\"porn\\"]', ], ], 'ImageAutoFreeze' => [ 'description' => '图片自动冻结配置', 'type' => 'object', 'properties' => [ 'Live' => [ 'description' => '不良场景。', 'type' => 'string', 'example' => '99.01'."\n", ], 'Porn' => [ 'description' => '鉴黄。', 'type' => 'string', 'example' => '99.01'."\n", ], 'Ad' => [ 'description' => '广告。', 'type' => 'string', 'example' => '99.01'."\n", ], 'Terrorism' => [ 'description' => '暴恐。', 'type' => 'string', 'example' => '99.01'."\n", ], 'Enabled' => [ 'description' => '是否开启', 'type' => 'boolean', 'example' => 'True', ], ], ], 'AudioAntispamFreezeConfig' => [ 'description' => '音频冻结场景列表', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'BizTypeTemplate' => [ 'description' => '业务场景模板', 'type' => 'object', 'properties' => [ 'Name' => [ 'description' => '名称。', 'type' => 'string', 'example' => 'test88899', ], 'Description' => [ 'description' => '描述', 'type' => 'string', 'example' => 'created by eventbridge', ], 'BizType' => [ 'description' => '业务场景。', 'type' => 'string', 'example' => 'default', ], 'ImageConfig' => [ 'description' => '图片配置。', 'type' => 'object', 'properties' => [ 'Terrorism' => [ 'description' => '暴恐。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Porn' => [ 'description' => '鉴黄。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Ad' => [ 'description' => '广告。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Live' => [ 'description' => '不良场景。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], ], ], 'VideoConfig' => [ 'description' => '视频配置。', 'type' => 'object', 'properties' => [ 'Terrorism' => [ 'description' => '暴恐。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Porn' => [ 'description' => '鉴黄。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Ad' => [ 'description' => '广告。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Live' => [ 'description' => '不良场景。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], ], ], 'VoiceConfig' => [ 'description' => '语音配置。', 'type' => 'object', 'properties' => [ 'Antispam' => [ 'description' => '文本反垃圾。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], ], ], 'IncludeChannel' => [ 'description' => '是否包含三方渠道的算法-0:不包含-1:包含', 'type' => 'integer', 'format' => 'int32', 'example' => 'false', ], ], ], 'ImagePornFreezeConfig' => [ 'description' => '图片鉴黄冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'ImageTerrorismFreezeConfig' => [ 'description' => '图片暴恐冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'ImageAdFreezeConfig' => [ 'description' => '图片广告冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'ImageLiveFreezeConfig' => [ 'description' => '图片不良场景冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'VideoPornFreezeConfig' => [ 'description' => '视频鉴黄冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'VideoTerrorismFreezeConfig' => [ 'description' => '视频暴恐冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'VideoAdFreezeConfig' => [ 'description' => '视频广告冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'VideoLiveFreezeConfig' => [ 'description' => '视频不良场景冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'VideoVoiceAntispamFreezeConfig' => [ 'description' => '视频语音发垃圾冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'BucketConfigList' => [ 'description' => 'ossbucket的配置信息列表。', 'type' => 'array', 'items' => [ 'description' => 'ossbucket的配置信息列表。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '过滤条件类型', 'type' => 'string', 'example' => 'include', ], 'Selected' => [ 'description' => '是否被选中。', 'type' => 'boolean', 'example' => 'true', ], 'Bucket' => [ 'description' => '存储空间。', 'type' => 'string', 'example' => 'gj-bucket1', ], 'Prefixes' => [ 'description' => '前缀', 'type' => 'array', 'items' => [ 'description' => '前缀', 'type' => 'string', 'example' => '["img/test_"]', ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CallbackName\\": \\"xx\\",\\n \\"ImageScanLimit\\": 10000,\\n \\"VideoScanLimit\\": 100,\\n \\"AudioAutoFreezeOpened\\": false,\\n \\"VideoMaxSize\\": 100,\\n \\"ImageEnableLimit\\": true,\\n \\"BizType\\": \\"default\\",\\n \\"EndTime\\": \\"2023-10-21 16:08:38 +0800\\",\\n \\"ImageAutoFreezeOpened\\": true,\\n \\"VideoMaxFrames\\": 100,\\n \\"StartTime\\": \\"2023-08-21 16:08:38 +0800\\\\n\\",\\n \\"CallbackId\\": \\"1664\\",\\n \\"ScanImageNoFileType\\": true,\\n \\"AutoFreezeType\\": \\"acl\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"VideoAutoFreezeOpened\\": true,\\n \\"VideoFrameInterval\\": 1,\\n \\"AudioScanLimit\\": 1000,\\n \\"AudioMaxSize\\": 200,\\n \\"AudioSceneList\\": [\\n \\"[\\\\\\\\\\\\\\"antispam\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"VideoAutoFreezeSceneList\\": [\\n \\"[]\\"\\n ],\\n \\"VideoSceneList\\": [\\n \\"[\\\\\\\\\\\\\\"porn\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"terrorism\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ad\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"live\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"ImageSceneList\\": [\\n \\"[\\\\\\\\\\\\\\"porn\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"ImageAutoFreeze\\": {\\n \\"Live\\": \\"99.01\\\\n\\",\\n \\"Porn\\": \\"99.01\\\\n\\",\\n \\"Ad\\": \\"99.01\\\\n\\",\\n \\"Terrorism\\": \\"99.01\\\\n\\",\\n \\"Enabled\\": true\\n },\\n \\"AudioAntispamFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"BizTypeTemplate\\": {\\n \\"Name\\": \\"test88899\\",\\n \\"Description\\": \\"created by eventbridge\\",\\n \\"BizType\\": \\"default\\",\\n \\"ImageConfig\\": {\\n \\"Terrorism\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Porn\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Ad\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Live\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n }\\n },\\n \\"VideoConfig\\": {\\n \\"Terrorism\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Porn\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Ad\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Live\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n }\\n },\\n \\"VoiceConfig\\": {\\n \\"Antispam\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n }\\n },\\n \\"IncludeChannel\\": 0\\n },\\n \\"ImagePornFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"ImageTerrorismFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"ImageAdFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"ImageLiveFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoPornFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoTerrorismFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoAdFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoLiveFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoVoiceAntispamFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"BucketConfigList\\": [\\n {\\n \\"Type\\": \\"include\\",\\n \\"Selected\\": true,\\n \\"Bucket\\": \\"gj-bucket1\\",\\n \\"Prefixes\\": [\\n \\"[\\\\\\"img/test_\\\\\\"]\\"\\n ]\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取oss增量检查设置', ], 'DescribeOssIncrementStats' => [ 'summary' => 'Oss增量扫描数据统计', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102693', 'abilityTreeNodes' => [ 'FEATURElvwangSIW14U', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '58.17.***.197', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], [ 'name' => 'Scene', 'in' => 'query', 'schema' => [ 'description' => '审核场景。', 'type' => 'string', 'required' => true, 'example' => 'porn', ], ], [ 'name' => 'StartDate', 'in' => 'query', 'schema' => [ 'description' => '开始时间。', 'type' => 'string', 'required' => true, 'example' => '2023-04-29 00:00:00 +0800', ], ], [ 'name' => 'EndDate', 'in' => 'query', 'schema' => [ 'description' => '结束时间。', 'type' => 'string', 'required' => true, 'example' => '2023-07-27 10:13:00 +0800', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '3', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'StatList' => [ 'description' => '数据列表。', 'type' => 'array', 'items' => [ 'description' => '数据列表。', 'type' => 'object', 'properties' => [ 'ResourceType' => [ 'description' => '资源类型。', 'type' => 'string', 'example' => 'IMAGE', ], 'PassCount' => [ 'description' => '通过数量', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'Date' => [ 'description' => '日期。', 'type' => 'string', 'example' => '202311', ], 'TotalCount' => [ 'description' => '总条目数。', 'type' => 'integer', 'format' => 'int32', 'example' => '3', ], 'BlockCount' => [ 'description' => '命中数量', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'Scene' => [ 'description' => '审核场景。', 'type' => 'string', 'example' => 'terrorism', ], 'ReviewCount' => [ 'description' => '疑似数量', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 3,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"StatList\\": [\\n {\\n \\"ResourceType\\": \\"IMAGE\\",\\n \\"PassCount\\": 1,\\n \\"Date\\": \\"202311\\",\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"Scene\\": \\"terrorism\\",\\n \\"ReviewCount\\": 1\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取oss增量统计', ], 'DescribeOssResultItems' => [ 'summary' => 'Oss扫描结果查询', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102694', 'abilityTreeNodes' => [ 'FEATURElvwang1JQ0P7', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源IP地址。', 'type' => 'string', 'required' => false, 'example' => '117.139.***.244', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'TotalCount', 'in' => 'query', 'schema' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'StartDate', 'in' => 'query', 'schema' => [ 'description' => '开始时间。', 'type' => 'string', 'required' => false, 'example' => '2023-07-12 10:06:20 +0800', ], ], [ 'name' => 'EndDate', 'in' => 'query', 'schema' => [ 'description' => '结束时间。', 'type' => 'string', 'required' => false, 'example' => '2023-08-27 10:07:52 +0800', ], ], [ 'name' => 'Scene', 'in' => 'query', 'schema' => [ 'description' => '审核场景。', 'type' => 'string', 'required' => false, 'example' => 'porn', ], ], [ 'name' => 'Suggestion', 'in' => 'query', 'schema' => [ 'description' => '处理建议。', 'type' => 'string', 'required' => false, 'example' => 'block', ], ], [ 'name' => 'Stock', 'in' => 'query', 'schema' => [ 'description' => '是否查询存量扫描结果。', 'type' => 'boolean', 'required' => true, 'example' => 'true', ], ], [ 'name' => 'MinScore', 'in' => 'query', 'schema' => [ 'description' => '(仅适用于图片对象)要查询的结果的最低风险分值。', 'type' => 'number', 'format' => 'float', 'required' => false, 'example' => '99.01', ], ], [ 'name' => 'MaxScore', 'in' => 'query', 'schema' => [ 'description' => '(仅适用于图片对象)要查询的结果的最高风险分值。', 'type' => 'number', 'format' => 'float', 'required' => false, 'example' => '99.01', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => false, 'example' => 'VIDEO', ], ], [ 'name' => 'Bucket', 'in' => 'query', 'schema' => [ 'description' => '要查询的OSS的Bucket名称。', 'type' => 'string', 'required' => false, 'example' => '123', ], ], [ 'name' => 'QueryId', 'in' => 'query', 'schema' => [ 'description' => '要查询的检测请求ID。', 'type' => 'string', 'required' => false, 'example' => '@guid ', ], ], [ 'name' => 'Object', 'in' => 'query', 'schema' => [ 'description' => 'OSS Object名称。', 'type' => 'string', 'required' => false, 'example' => 'post/image/eae1722368b6951ac05cfb68b1cdeb03.jpg', ], ], [ 'name' => 'StockTaskId', 'in' => 'query', 'schema' => [ 'description' => '存量扫描任务ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '3482', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPage' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'PageSize' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'TotalCount' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'QueryId' => [ 'description' => '检测请求ID。', 'type' => 'string', 'example' => '@guid '."\n", ], 'ScanResultList' => [ 'description' => '扫描结果列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Suggestion' => [ 'description' => '处理建议。', 'type' => 'string', 'example' => 'pass', ], 'CreateTime' => [ 'description' => '扫描时间。', 'type' => 'string', 'example' => '1527410977000', ], 'Score' => [ 'description' => '资源的风险分值,取值:0~100。分值越高,违规可能越大。', 'type' => 'string', 'example' => '90.9 ', ], 'DataId' => [ 'description' => '数据ID。', 'type' => 'string', 'example' => '4faded38970c41628f7dced832072af8', ], 'Object' => [ 'description' => 'OSS Object名称。', 'type' => 'string', 'example' => 'post/image/eae1722368b6951ac05cfb68b1cdeb03.jpg ', ], 'NewUrl' => [ 'description' => '原始文件链接地址。', 'type' => 'string', 'example' => 'https://example.com/bao/uploaded/LB1Q7lIoIbI8KJjy1zdXXbe1VXa.mp4 ', ], 'ScanFinishedTime' => [ 'description' => '扫描完成时间。', 'type' => 'string', 'example' => '1527410977000 ', ], 'HandleStatus' => [ 'description' => '资源的处理状态', 'type' => 'integer', 'format' => 'int32', 'example' => '0', ], 'Content' => [ 'description' => '审核内容。', 'type' => 'string', 'example' => 'xxx', ], 'TaskId' => [ 'description' => '任务ID。', 'type' => 'string', 'example' => 'xxx', ], 'Thumbnail' => [ 'description' => '缩略图地址。', 'type' => 'string', 'example' => 'https://example.com/tfs/TB1HPS9qb9YBuNjy0FgXXcxcXXa-200-200.png ', ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1739', ], 'ResourceStatus' => [ 'description' => '资源的状态', 'type' => 'integer', 'format' => 'int32', 'example' => '0', ], 'RequestTime' => [ 'description' => '请求时间。', 'type' => 'string', 'example' => '1527410977000', ], 'Bucket' => [ 'description' => '资源所在的OSS Bucket。', 'type' => 'string', 'example' => 'uc-image ', ], 'FrameResults' => [ 'description' => '(仅使用视频对象)存在风险的问题帧。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Offset' => [ 'description' => '该帧的位置,即距离视频开头的偏移量,单位为秒。', 'type' => 'integer', 'format' => 'int32', 'example' => '0', ], 'Url' => [ 'description' => '该帧的链接。', 'type' => 'string', 'example' => 'https://example.com/tfs/TB1HPS9qb9YBuNjy0FgXXcxcXXa-200-200.png ', ], 'Thumbnail' => [ 'description' => '该帧的缩略图链接。', 'type' => 'string', 'example' => 'https://example.com/tfs/TB1HPS9qb9YBuNjy0FgXXcxcXXa-200-200.png ', ], ], ], ], 'VoiceSegmentAntispamResults' => [ 'description' => '实例的语音审核结果。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'EndTime' => [ 'description' => '分段结束时间(秒)。', 'type' => 'integer', 'format' => 'int32', 'example' => '20', ], 'StartTime' => [ 'description' => '分段开始时间(秒)。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'Text' => [ 'description' => '文本内容。', 'type' => 'string', 'example' => 'xx', ], 'Label' => [ 'description' => '标签。', 'type' => 'string', 'example' => 'politics', ], ], ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"TotalCount\\": 10,\\n \\"QueryId\\": \\"@guid\\\\t\\\\n\\",\\n \\"ScanResultList\\": [\\n {\\n \\"Suggestion\\": \\"pass\\",\\n \\"CreateTime\\": \\"1527410977000\\",\\n \\"Score\\": \\"90.9\\\\t\\",\\n \\"DataId\\": \\"4faded38970c41628f7dced832072af8\\",\\n \\"Object\\": \\"post/image/eae1722368b6951ac05cfb68b1cdeb03.jpg\\\\t\\",\\n \\"NewUrl\\": \\"https://example.com/bao/uploaded/LB1Q7lIoIbI8KJjy1zdXXbe1VXa.mp4\\\\t\\",\\n \\"ScanFinishedTime\\": \\"1527410977000\\\\t\\",\\n \\"HandleStatus\\": 0,\\n \\"Content\\": \\"xxx\\",\\n \\"TaskId\\": \\"xxx\\",\\n \\"Thumbnail\\": \\"https://example.com/tfs/TB1HPS9qb9YBuNjy0FgXXcxcXXa-200-200.png\\\\t\\",\\n \\"Id\\": 1739,\\n \\"ResourceStatus\\": 0,\\n \\"RequestTime\\": \\"1527410977000\\",\\n \\"Bucket\\": \\"uc-image\\\\t\\",\\n \\"FrameResults\\": [\\n {\\n \\"Offset\\": 0,\\n \\"Url\\": \\"https://example.com/tfs/TB1HPS9qb9YBuNjy0FgXXcxcXXa-200-200.png\\\\t\\",\\n \\"Thumbnail\\": \\"https://example.com/tfs/TB1HPS9qb9YBuNjy0FgXXcxcXXa-200-200.png\\\\t\\"\\n }\\n ],\\n \\"VoiceSegmentAntispamResults\\": [\\n {\\n \\"EndTime\\": 20,\\n \\"StartTime\\": 10,\\n \\"Text\\": \\"xx\\",\\n \\"Label\\": \\"politics\\"\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取OSS违规检测的检测结果数据', ], 'DescribeOssStockStatus' => [ 'summary' => '获取oss存量检测状态', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102698', 'abilityTreeNodes' => [ 'FEATURElvwang1JQ0P7', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '124.74.***.90', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'StockTaskId', 'in' => 'query', 'schema' => [ 'description' => '存量扫描任务ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1664', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'VideoLiveCount' => [ 'description' => '视频不良场景检测量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'ImageTotalCount' => [ 'description' => '图片总量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'VideoPornCount' => [ 'description' => '视频鉴黄检测量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'ImageLiveCount' => [ 'description' => '图片不良场景检测量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'AudioTotalCount' => [ 'description' => '语音总量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'ImageAdCount' => [ 'description' => '图文违规检测量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'ImagePornCount' => [ 'description' => '图片鉴黄检测量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'VideoVoiceAntispamCount' => [ 'description' => '视频语音反垃圾检测量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'VideoTerrorismCount' => [ 'description' => '视频暴恐检测量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'AudioAntispamCount' => [ 'description' => '语音反垃圾检测量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'StockStatus' => [ 'description' => '存量任务状态。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'FinishedTime' => [ 'description' => '完成时间。', 'type' => 'string', 'example' => '2023-12-21T02:17Z', ], 'VideoAdCount' => [ 'description' => '视频图文检测量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'ImageTerrorismCount' => [ 'description' => '图片暴恐检测量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'VideoTotalCount' => [ 'description' => '视频检测量。', 'type' => 'integer', 'format' => 'int32', 'example' => '2', ], 'SceneList' => [ 'description' => '场景信息列表。', 'type' => 'array', 'items' => [ 'description' => '场景信息列表。', 'type' => 'string', 'example' => '[]', ], ], 'ResouceTypeList' => [ 'description' => '资源类型列表。', 'type' => 'array', 'items' => [ 'description' => '资源类型列表。', 'type' => 'string', 'example' => '[]', ], ], 'BucketList' => [ 'description' => 'oss存储bucket列表。', 'type' => 'array', 'items' => [ 'description' => 'oss存储bucket列表。', 'type' => 'object', 'properties' => [ 'Selected' => [ 'description' => '是否选中', 'type' => 'boolean', 'example' => 'true', ], 'Bucket' => [ 'description' => '存储空间。', 'type' => 'string', 'example' => 'gj-bucket1', ], 'Prefixes' => [ 'description' => '前缀', 'type' => 'array', 'items' => [ 'description' => '前缀', 'type' => 'string', 'example' => '["img/test_"]'."\n", ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"VideoLiveCount\\": 1,\\n \\"ImageTotalCount\\": 1,\\n \\"VideoPornCount\\": 1,\\n \\"ImageLiveCount\\": 1,\\n \\"AudioTotalCount\\": 1,\\n \\"ImageAdCount\\": 1,\\n \\"ImagePornCount\\": 1,\\n \\"VideoVoiceAntispamCount\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"VideoTerrorismCount\\": 1,\\n \\"AudioAntispamCount\\": 1,\\n \\"StockStatus\\": 1,\\n \\"FinishedTime\\": \\"2023-12-21T02:17Z\\",\\n \\"VideoAdCount\\": 1,\\n \\"ImageTerrorismCount\\": 1,\\n \\"VideoTotalCount\\": 2,\\n \\"SceneList\\": [\\n \\"[]\\"\\n ],\\n \\"ResouceTypeList\\": [\\n \\"[]\\"\\n ],\\n \\"BucketList\\": [\\n {\\n \\"Selected\\": true,\\n \\"Bucket\\": \\"gj-bucket1\\",\\n \\"Prefixes\\": [\\n \\"[\\\\\\"img/test_\\\\\\"]\\\\n\\"\\n ]\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取oss库存状态', ], 'DescribeUploadInfo' => [ 'summary' => '文本库上传信息', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102703', 'abilityTreeNodes' => [ 'FEATURElvwangJ7UK4W', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '111.207.***.245', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'Biz', 'in' => 'query', 'schema' => [ 'description' => '业务类型', 'type' => 'string', 'required' => true, 'example' => 'customKeywordLib', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Signature' => [ 'description' => '上传的osssignature。', 'type' => 'string', 'example' => 'iyu7VHblYj+mEF9p46cdGOlNPAw=', ], 'Host' => [ 'description' => 'OSS Endpoint。', 'type' => 'string', 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'Policy' => [ 'description' => 'OSS上传文件的Policy。', 'type' => 'string', 'example' => 'xxxx', ], 'Accessid' => [ 'description' => 'oss上传所需accesskeyid信息。', 'type' => 'string', 'example' => 'xxx', ], 'Folder' => [ 'description' => '上传文件的路径。', 'type' => 'string', 'example' => 'image/upload/xxx'."\n", ], 'Expire' => [ 'description' => '过期时间。', 'type' => 'integer', 'format' => 'int32', 'example' => '900', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Signature\\": \\"iyu7VHblYj+mEF9p46cdGOlNPAw=\\",\\n \\"Host\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Policy\\": \\"xxxx\\",\\n \\"Accessid\\": \\"xxx\\",\\n \\"Folder\\": \\"image/upload/xxx\\\\n\\",\\n \\"Expire\\": 900\\n}","type":"json"}]', 'title' => '获取图片信息', ], 'DescribeUsageBill' => [ 'summary' => '查询用户的计费类型', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'Type', 'in' => 'query', 'schema' => [ 'description' => '类型:-**overall**:总体查询。-**details**:详情查询。', 'type' => 'string', 'required' => true, 'example' => 'overall', ], ], [ 'name' => 'Day', 'in' => 'query', 'schema' => [ 'description' => '日期', 'type' => 'string', 'required' => true, 'example' => '20210401', ], ], [ 'name' => 'TotalCount', 'in' => 'query', 'schema' => [ 'description' => '总条数', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '每页数量。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => [ 'description' => '当前页', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPage' => [ 'description' => '当前页', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'RequestId' => [ 'description' => '请求id', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'PageSize' => [ 'description' => '每页数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '总条数', 'type' => 'integer', 'format' => 'int32', 'example' => '13', ], 'BillList' => [ 'description' => '用户账号信息列表。', 'type' => 'array', 'items' => [ 'description' => '用户账号信息列表。', 'type' => 'object', 'properties' => [ 'Day' => [ 'description' => '时间。', 'type' => 'string', 'example' => '2021-04-01', ], 'SubUid' => [ 'description' => '子账号id', 'type' => 'string', 'example' => '1087252759921515', ], 'Region' => [ 'description' => '调用地域。', 'type' => 'string', 'example' => 'cn-shanghai', ], 'ConfirmCount' => [ 'description' => '确定数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '20', ], 'TotalCount' => [ 'description' => '总记录数。', 'type' => 'integer', 'format' => 'int64', 'example' => '100', ], 'Scene' => [ 'description' => '计费场景。', 'type' => 'string', 'example' => 'porn', ], 'BizType' => [ 'description' => '业务类型。', 'type' => 'string', 'example' => 'default', ], 'FreeCount' => [ 'description' => '免费数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'ReviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '80', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 13,\\n \\"BillList\\": [\\n {\\n \\"Day\\": \\"2021-04-01\\",\\n \\"SubUid\\": \\"1087252759921515\\",\\n \\"Region\\": \\"cn-shanghai\\",\\n \\"ConfirmCount\\": 20,\\n \\"TotalCount\\": 100,\\n \\"Scene\\": \\"porn\\",\\n \\"BizType\\": \\"default\\",\\n \\"FreeCount\\": 0,\\n \\"ReviewCount\\": 80\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取使用账单', 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。', ], 'DescribeUserBizTypes' => [ 'summary' => '获取用户业务场景', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102705', 'abilityTreeNodes' => [ 'FEATURElvwangR199F8', ], ], 'parameters' => [ [ 'name' => 'Customized', 'in' => 'query', 'schema' => [ 'description' => '是否自定义:-true:是-false:否', 'type' => 'boolean', 'required' => false, 'example' => 'false', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'BizTypeList' => [ 'description' => '所有业务场景列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'IndustryInfo' => [ 'description' => '行业信息。', 'type' => 'string', 'example' => '教育-论坛社区-主贴', ], 'Description' => [ 'description' => '业务场景描述。', 'type' => 'string', 'example' => 'xxx', ], 'CiteTemplate' => [ 'description' => '是否引入行业模板配置。取值:'."\n" .'true:表示引入了行业模板配置。'."\n" .'false:表示没有引入行业模板配置。', 'type' => 'boolean', 'example' => 'false', ], 'SourceBizType' => [ 'description' => '原始BizType,如无特殊需求请忽略该字段。', 'type' => 'string', 'example' => 'default', ], 'Gray' => [ 'description' => '是否灰度。取值:-true:是-false:否', 'type' => 'boolean', 'example' => 'false', ], 'Source' => [ 'description' => '业务场景来源。取值:'."\n" .'custom:您自定义的信息。'."\n" .'system:内容安全服务默认配置。', 'type' => 'string', 'example' => 'custom', ], 'BizType' => [ 'description' => '业务场景。', 'type' => 'string', 'example' => 'default', ], ], ], ], 'BizTypeListImport' => [ 'description' => '可导入的业务场景列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'IndustryInfo' => [ 'description' => '行业信息。', 'type' => 'string', 'example' => '社交-注册信息-昵称', ], 'Description' => [ 'description' => '业务场景描述。', 'type' => 'string', 'example' => 'xxx', ], 'CiteTemplate' => [ 'description' => '是否引入行业模板配置。取值:'."\n" .'true:表示引入了行业模板配置。'."\n" .'false:表示没有引入行业模板配置。', 'type' => 'boolean', 'example' => 'false', ], 'SourceBizType' => [ 'description' => '原始BizType,如无特殊需求请忽略该字段。', 'type' => 'string', 'example' => 'default', ], 'Gray' => [ 'description' => '是否灰度。取值:-**true**:是-**false**:否', 'type' => 'boolean', 'example' => 'false', ], 'Source' => [ 'description' => '业务场景来源。取值: custom:您自定义的信息。 system:内容安全服务默认配置。', 'type' => 'string', 'example' => 'custom', ], 'BizType' => [ 'description' => '业务场景。', 'type' => 'string', 'example' => 'default', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"BizTypeList\\": [\\n {\\n \\"IndustryInfo\\": \\"教育-论坛社区-主贴\\",\\n \\"Description\\": \\"xxx\\",\\n \\"CiteTemplate\\": false,\\n \\"SourceBizType\\": \\"default\\",\\n \\"Gray\\": false,\\n \\"Source\\": \\"custom\\",\\n \\"BizType\\": \\"default\\"\\n }\\n ],\\n \\"BizTypeListImport\\": [\\n {\\n \\"IndustryInfo\\": \\"社交-注册信息-昵称\\",\\n \\"Description\\": \\"xxx\\",\\n \\"CiteTemplate\\": false,\\n \\"SourceBizType\\": \\"default\\",\\n \\"Gray\\": false,\\n \\"Source\\": \\"custom\\",\\n \\"BizType\\": \\"default\\"\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取用户业务类型', ], 'DescribeUserStatus' => [ 'summary' => '获取用户状态', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102707', 'abilityTreeNodes' => [ 'FEATURElvwangR199F8', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '114.***.42.109', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'OssVideoSizeLimit' => [ 'description' => 'oss视频大小配置上限', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], 'OssCheckStatus' => [ 'description' => 'oss检测服务状态。', 'type' => 'string', 'example' => 'OK', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'InDept' => [ 'description' => '是否欠费', 'type' => 'boolean', 'example' => 'true', ], 'OpenApiBeginTime' => [ 'description' => '第一次调用时间', 'type' => 'string', 'example' => '2023-04-04 09:19:38 +0800', ], 'Buyed' => [ 'description' => '是否已订阅', 'type' => 'boolean', 'example' => 'true', ], 'OpenApiUsed' => [ 'description' => '是否已调用API', 'type' => 'boolean', 'example' => 'true', ], 'Uid' => [ 'description' => 'UID。', 'type' => 'string', 'example' => '17726*****370735', ], 'AgreeChannel' => [ 'description' => '是否同意三方渠道', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"OssVideoSizeLimit\\": 100,\\n \\"OssCheckStatus\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"InDept\\": true,\\n \\"OpenApiBeginTime\\": \\"2023-04-04 09:19:38 +0800\\",\\n \\"Buyed\\": true,\\n \\"OpenApiUsed\\": true,\\n \\"Uid\\": \\"17726*****370735\\",\\n \\"AgreeChannel\\": 1\\n}","type":"json"}]', 'title' => '获取用户状态信息', ], 'DescribeViewContent' => [ 'summary' => '获取检测结果列表', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102708', 'abilityTreeNodes' => [ 'FEATURElvwangI0EWGR', ], ], 'parameters' => [ [ 'name' => 'TotalCount', 'in' => 'query', 'schema' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'StartDate', 'in' => 'query', 'schema' => [ 'description' => '开始时间。', 'type' => 'string', 'required' => true, 'example' => '2023-10-25 15:59:17 +0800'."\n", ], ], [ 'name' => 'EndDate', 'in' => 'query', 'schema' => [ 'description' => '结束时间。', 'type' => 'string', 'required' => true, 'example' => '2023-10-25 15:59:17 +0800'."\n", ], ], [ 'name' => 'Scene', 'in' => 'query', 'schema' => [ 'description' => '审核场景。', 'type' => 'string', 'required' => false, 'example' => 'porn', ], ], [ 'name' => 'Suggestion', 'in' => 'query', 'schema' => [ 'description' => '建议。', 'type' => 'string', 'required' => false, 'example' => 'block', ], ], [ 'name' => 'Label', 'in' => 'query', 'schema' => [ 'description' => '标签', 'type' => 'string', 'required' => false, 'example' => 'abuse', ], ], [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'description' => '任务ID。', 'type' => 'string', 'required' => false, 'example' => 'xxxx-xxx'."\n", ], ], [ 'name' => 'DataId', 'in' => 'query', 'schema' => [ 'description' => '数据ID。', 'type' => 'string', 'required' => false, 'example' => '4f3fa36f77174c0985e400c1a02a8f4c', ], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => false, 'example' => 'ext', ], ], [ 'name' => 'AuditResult', 'in' => 'query', 'schema' => [ 'description' => '审核结果。', 'type' => 'string', 'required' => false, 'example' => 'noAudit', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], [ 'name' => 'ImageId', 'in' => 'query', 'schema' => [ 'description' => '图片ID。', 'type' => 'string', 'required' => false, 'example' => 'xx', ], ], [ 'name' => 'KeywordId', 'in' => 'query', 'schema' => [ 'description' => '关键词id。', 'type' => 'string', 'required' => false, 'example' => '14341124', ], ], [ 'name' => 'LibType', 'in' => 'query', 'schema' => [ 'description' => '词库类型。', 'type' => 'string', 'required' => false, 'example' => 'textKeyword', ], ], [ 'name' => 'Keyword', 'in' => 'query', 'schema' => [ 'description' => '关键字。', 'type' => 'string', 'required' => false, 'example' => 'xx', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPage' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'PageSize' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '75', ], 'ViewContentList' => [ 'description' => '视频检测内容列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Suggestion' => [ 'description' => '处理建议。', 'type' => 'string', 'example' => 'pass', ], 'ScanResult' => [ 'description' => '结果详情。', 'type' => 'string', 'example' => '{}', ], 'Url' => [ 'description' => '任务URL。', 'type' => 'string', 'example' => 'https://www.xx.com', ], 'DataId' => [ 'description' => '数据ID。', 'type' => 'string', 'example' => '4f3fa36f77174c0985e400c1a02a8f4c', ], 'BizType' => [ 'description' => '业务类型。', 'type' => 'string', 'example' => 'recommend_standard_template_01', ], 'NewUrl' => [ 'description' => '原始文件链接地址。', 'type' => 'string', 'example' => 'xx', ], 'ScanFinishedTime' => [ 'description' => '扫描结束时间。', 'type' => 'string', 'example' => '2023-10-25 15:59:17 +0800'."\n", ], 'TaskId' => [ 'description' => '任务ID。', 'type' => 'string', 'example' => 'xxx-xx', ], 'Content' => [ 'description' => '文本内容。', 'type' => 'string', 'example' => 'xx', ], 'Thumbnail' => [ 'description' => '缩略图 URL', 'type' => 'string', 'example' => 'https://xxx.png', ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '3744', ], 'RequestTime' => [ 'description' => '请求时间。', 'type' => 'string', 'example' => '1708911502123', ], 'Results' => [ 'description' => '检测结果。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Suggestion' => [ 'description' => '处理建议。', 'type' => 'string', 'example' => 'block', ], 'Label' => [ 'description' => '标签。', 'type' => 'string', 'example' => 'abuse', ], 'Scene' => [ 'description' => '审核场景。', 'type' => 'string', 'example' => 'porn', ], ], ], ], 'FrameResults' => [ 'description' => '结果集。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Offset' => [ 'description' => '截帧偏移值。', 'type' => 'integer', 'format' => 'int32', 'example' => '0', ], 'Url' => [ 'description' => '该帧的链接。', 'type' => 'string', 'example' => 'https://xxx.jpg', ], 'Label' => [ 'description' => '视频截帧标签。', 'type' => 'string', 'example' => 'politics', ], ], ], ], 'FaceResults' => [ 'description' => '人脸结果。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Bualified' => [ 'description' => '是否修改成功。取值:-**true**:成功-**false**:失败', 'type' => 'boolean', 'example' => 'true', ], 'Location' => [ 'description' => '位置信息', 'type' => 'object', 'properties' => [ 'Y' => [ 'description' => '以图片左上角为坐标原点,文字区域左上角到x轴的距离,单位:像素。', 'type' => 'integer', 'format' => 'int32', 'example' => '11', ], 'W' => [ 'description' => '文字区域的宽度,单位:像素。', 'type' => 'integer', 'format' => 'int32', 'example' => '22', ], 'H' => [ 'description' => '文字区域的高度,单位:像素。', 'type' => 'integer', 'format' => 'int32', 'example' => '33', ], 'X' => [ 'description' => '以图片左上角为坐标原点,文字区域左上角到y轴的距离,单位:像素。', 'type' => 'integer', 'format' => 'int32', 'example' => '44', ], ], ], 'Gender' => [ 'description' => '性别。', 'type' => 'object', 'properties' => [ 'Value' => [ 'description' => '性别值。取值:-**female**:女性-**male**:男性', 'type' => 'string', 'example' => 'female', ], 'Rate' => [ 'description' => '置信度。', 'type' => 'number', 'format' => 'float', 'example' => '99.01', ], ], ], 'Glasses' => [ 'description' => '眼镜类型', 'type' => 'object', 'properties' => [ 'Value' => [ 'description' => '分值。', 'type' => 'string', 'example' => 'None', ], 'Rate' => [ 'description' => '置信度。', 'type' => 'number', 'format' => 'float', 'example' => '0.99', ], ], ], 'Age' => [ 'description' => '年龄。', 'type' => 'object', 'properties' => [ 'Value' => [ 'description' => '年龄值。', 'type' => 'integer', 'format' => 'int32', 'example' => '35', ], 'Rate' => [ 'description' => '年龄段置信度。', 'type' => 'number', 'format' => 'float', 'example' => '0.99', ], ], ], 'Smile' => [ 'description' => '笑脸信息。', 'type' => 'object', 'properties' => [ 'Value' => [ 'description' => '笑脸分值。', 'type' => 'number', 'format' => 'float', 'example' => '1', ], 'Rate' => [ 'description' => '置信度。', 'type' => 'number', 'format' => 'float', 'example' => '0.99', ], ], ], 'Quality' => [ 'description' => '质量分数。', 'type' => 'object', 'properties' => [ 'Roll' => [ 'description' => '平面旋转角度', 'type' => 'number', 'format' => 'float', 'example' => '1', ], 'Pitch' => [ 'description' => '抬头角度', 'type' => 'number', 'format' => 'float', 'example' => '1', ], 'Yaw' => [ 'description' => '摇头角度', 'type' => 'number', 'format' => 'float', 'example' => '1', ], 'Blur' => [ 'description' => '人脸模糊度', 'type' => 'number', 'format' => 'float', 'example' => '1', ], ], ], 'Respirator' => [ 'description' => '摄像头信息。', 'type' => 'object', 'properties' => [ 'Value' => [ 'description' => '分值。', 'type' => 'string', 'example' => '1', ], 'Rate' => [ 'description' => '置信度。', 'type' => 'number', 'format' => 'float', 'example' => '0.99', ], ], ], 'Hat' => [ 'description' => '帽子信息。', 'type' => 'object', 'properties' => [ 'Value' => [ 'description' => '分值。', 'type' => 'string', 'example' => '1', ], 'Rate' => [ 'description' => '置信度。', 'type' => 'number', 'format' => 'float', 'example' => '0.99'."\n", ], ], ], 'Mustache' => [ 'description' => '笑脸分组信息。', 'type' => 'object', 'properties' => [ 'Value' => [ 'description' => '分值。', 'type' => 'string', 'example' => 'None', ], 'Rate' => [ 'description' => '置信度。', 'type' => 'number', 'format' => 'float', 'example' => '0.99', ], ], ], 'Bang' => [ 'description' => '图片的分数。', 'type' => 'object', 'properties' => [ 'Value' => [ 'description' => '分值。', 'type' => 'string', 'example' => 'None', ], 'Rate' => [ 'description' => '置信度。', 'type' => 'number', 'format' => 'float', 'example' => '0.99'."\n", ], ], ], 'Hairstyle' => [ 'description' => '发型信息。', 'type' => 'object', 'properties' => [ 'Value' => [ 'description' => '分值。', 'type' => 'string', 'example' => 'None', ], 'Rate' => [ 'description' => '置信度。', 'type' => 'number', 'format' => 'float', 'example' => '0.99', ], ], ], 'Image' => [ 'description' => '图片信息。', 'type' => 'object', 'properties' => [ 'Width' => [ 'description' => '图片宽度。', 'type' => 'integer', 'format' => 'int32', 'example' => '720', ], 'Height' => [ 'description' => '图片高度。', 'type' => 'integer', 'format' => 'int32', 'example' => '720', ], ], ], ], ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 75,\\n \\"ViewContentList\\": [\\n {\\n \\"Suggestion\\": \\"pass\\",\\n \\"ScanResult\\": \\"{}\\",\\n \\"Url\\": \\"https://www.xx.com\\",\\n \\"DataId\\": \\"4f3fa36f77174c0985e400c1a02a8f4c\\",\\n \\"BizType\\": \\"recommend_standard_template_01\\",\\n \\"NewUrl\\": \\"xx\\",\\n \\"ScanFinishedTime\\": \\"2023-10-25 15:59:17 +0800\\\\n\\",\\n \\"TaskId\\": \\"xxx-xx\\",\\n \\"Content\\": \\"xx\\",\\n \\"Thumbnail\\": \\"https://xxx.png\\",\\n \\"Id\\": 3744,\\n \\"RequestTime\\": \\"1708911502123\\",\\n \\"Results\\": [\\n {\\n \\"Suggestion\\": \\"block\\",\\n \\"Label\\": \\"abuse\\",\\n \\"Scene\\": \\"porn\\"\\n }\\n ],\\n \\"FrameResults\\": [\\n {\\n \\"Offset\\": 0,\\n \\"Url\\": \\"https://xxx.jpg\\",\\n \\"Label\\": \\"politics\\"\\n }\\n ],\\n \\"FaceResults\\": [\\n {\\n \\"Bualified\\": true,\\n \\"Location\\": {\\n \\"Y\\": 11,\\n \\"W\\": 22,\\n \\"H\\": 33,\\n \\"X\\": 44\\n },\\n \\"Gender\\": {\\n \\"Value\\": \\"female\\",\\n \\"Rate\\": 99.01\\n },\\n \\"Glasses\\": {\\n \\"Value\\": \\"None\\",\\n \\"Rate\\": 0.99\\n },\\n \\"Age\\": {\\n \\"Value\\": 35,\\n \\"Rate\\": 0.99\\n },\\n \\"Smile\\": {\\n \\"Value\\": 1,\\n \\"Rate\\": 0.99\\n },\\n \\"Quality\\": {\\n \\"Roll\\": 1,\\n \\"Pitch\\": 1,\\n \\"Yaw\\": 1,\\n \\"Blur\\": 1\\n },\\n \\"Respirator\\": {\\n \\"Value\\": \\"1\\",\\n \\"Rate\\": 0.99\\n },\\n \\"Hat\\": {\\n \\"Value\\": \\"1\\",\\n \\"Rate\\": 0.99\\n },\\n \\"Mustache\\": {\\n \\"Value\\": \\"None\\",\\n \\"Rate\\": 0.99\\n },\\n \\"Bang\\": {\\n \\"Value\\": \\"None\\",\\n \\"Rate\\": 0.99\\n },\\n \\"Hairstyle\\": {\\n \\"Value\\": \\"None\\",\\n \\"Rate\\": 0.99\\n },\\n \\"Image\\": {\\n \\"Width\\": 720,\\n \\"Height\\": 720\\n }\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取视图内容', ], 'DescribeWebsiteIndexPageBaseline' => [ 'summary' => '获取站点首页基线', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102709', 'abilityTreeNodes' => [ 'FEATURElvwangRX5925', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。'."\n", 'type' => 'string', 'required' => false, 'example' => '117.139.***.244', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '实例ID。', 'type' => 'string', 'required' => true, 'example' => 'cdisitecheck-cn-nif20glmz001', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'BaseLineStatus' => [ 'description' => 'baseline基线状态,取值:-**normal**:正常。-**abnormal**:异常。', 'type' => 'string', 'example' => 'normal', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'CreateTime' => [ 'description' => '创建时间。', 'type' => 'string', 'example' => '2023-10-25 15:59:17 +0800', ], 'Snapshot' => [ 'description' => '快照。', 'type' => 'string', 'example' => 'xx', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"BaseLineStatus\\": \\"normal\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"CreateTime\\": \\"2023-10-25 15:59:17 +0800\\",\\n \\"Snapshot\\": \\"xx\\"\\n}","type":"json"}]', 'title' => '获取网站索引页基线', ], 'DescribeWebsiteInstance' => [ 'summary' => '查询站点检测实例', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102710', 'abilityTreeNodes' => [ 'FEATURElvwangRX5925', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源IP地址。', 'type' => 'string', 'required' => false, 'example' => '183.63.***.131', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'TotalCount', 'in' => 'query', 'schema' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '实例ID。', 'type' => 'string', 'required' => false, 'example' => 'cdisitecheck-cn-nif20glmz001', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPage' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'PageSize' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'WebsiteInstanceList' => [ 'description' => '网站实例列表', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => [ 'description' => '网站业务状态。取值:-**normal**:正常。-**financiallocked**:欠费锁定。', 'type' => 'string', 'example' => 'normal', ], 'Domain' => [ 'description' => '网站域名。', 'type' => 'string', 'example' => 'nfnews.com', ], 'IndexPage' => [ 'description' => '首页地址', 'type' => 'string', 'example' => 'xx', ], 'ExpiredTime' => [ 'description' => '过期时间。', 'type' => 'string', 'example' => '1716393600000', ], 'WebsiteScanInterval' => [ 'description' => 'website扫描间隔,单位:秒。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'Protocol' => [ 'description' => '协议类型。', 'type' => 'string', 'example' => 'TCP', ], 'BuyTime' => [ 'description' => '购买时间。', 'type' => 'string', 'example' => '2023-10-25 15:59:17 +0800'."\n", ], 'InstanceId' => [ 'description' => '实例id', 'type' => 'string', 'example' => 'cdisitecheck-cn-nif20glmz001', ], 'IndexPageScanInterval' => [ 'description' => '首页扫描间隔,单位:秒。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 1,\\n \\"WebsiteInstanceList\\": [\\n {\\n \\"Status\\": \\"normal\\",\\n \\"Domain\\": \\"nfnews.com\\",\\n \\"IndexPage\\": \\"xx\\",\\n \\"ExpiredTime\\": \\"1716393600000\\",\\n \\"WebsiteScanInterval\\": 1,\\n \\"Protocol\\": \\"TCP\\",\\n \\"BuyTime\\": \\"2023-10-25 15:59:17 +0800\\\\n\\",\\n \\"InstanceId\\": \\"cdisitecheck-cn-nif20glmz001\\",\\n \\"IndexPageScanInterval\\": 1\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取网站实例', ], 'DescribeWebsiteInstanceId' => [ 'summary' => '获取websiteinstanceid。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102711', 'abilityTreeNodes' => [ 'FEATURElvwangRX5925', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源ip地址。', 'type' => 'string', 'required' => false, 'example' => '27.189.***.27', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言。', 'type' => 'string', 'required' => false, 'example' => 'en', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '查询到的实例总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '52', ], 'RequestId' => [ 'description' => '请求id。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'WebsiteInstanceIdList' => [ 'description' => '网站实例id列表。', 'type' => 'array', 'items' => [ 'description' => '网站实例id列表。', 'type' => 'string', 'example' => 'xxxx', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 52,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"WebsiteInstanceIdList\\": [\\n \\"xxxx\\"\\n ]\\n}","type":"json"}]', 'title' => '获取网站实例', 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。', ], 'DescribeWebsiteInstanceKeyUrl' => [ 'summary' => '获取站点实例url', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102712', 'abilityTreeNodes' => [ 'FEATURElvwangRX5925', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '117.139.***.244', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '实例ID。', 'type' => 'string', 'required' => true, 'example' => 'cdisitecheck-cn-nif20glmz001', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'WebsiteInstanceKeyUrlList' => [ 'description' => '网站业务的密钥url列表。', 'type' => 'array', 'items' => [ 'description' => '网站业务的密钥url列表。', 'type' => 'string', 'example' => 'xx', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 10,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"WebsiteInstanceKeyUrlList\\": [\\n \\"xx\\"\\n ]\\n}","type":"json"}]', 'title' => '获取网站实例密钥URL', ], 'DescribeWebsiteScanResult' => [ 'summary' => '查询站点扫描结果', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '140.***.11.250', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'TotalCount', 'in' => 'query', 'schema' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'SubServiceModule', 'in' => 'query', 'schema' => [ 'description' => '子模块描述。', 'type' => 'string', 'required' => true, 'example' => 'website_index_page', ], ], [ 'name' => 'Label', 'in' => 'query', 'schema' => [ 'description' => '标签', 'type' => 'string', 'required' => false, 'example' => 'abuse', ], ], [ 'name' => 'Domain', 'in' => 'query', 'schema' => [ 'description' => '域名。', 'type' => 'string', 'required' => false, 'example' => 'nfnews.com', ], ], [ 'name' => 'SiteUrl', 'in' => 'query', 'schema' => [ 'description' => '站点URL', 'type' => 'string', 'required' => false, 'example' => 'nfnews.com'."\n", ], ], [ 'name' => 'HandleStatus', 'in' => 'query', 'schema' => [ 'description' => '处理状态。', 'type' => 'string', 'required' => false, 'example' => 'xx', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPage' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'PageSize' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '0', ], 'WebsiteScanResultList' => [ 'description' => '网站业务扫描结果列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'ScanTime' => [ 'description' => '扫描时间。', 'type' => 'string', 'example' => '2023-10-25 15:59:17 +0800'."\n", ], 'Domain' => [ 'description' => '网站域名。', 'type' => 'string', 'example' => 'nfnews.com', ], 'SourceRiskCount' => [ 'description' => '源网站数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'ImageRiskCount' => [ 'description' => '当前页显示的图片中包含图片的概率。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'Url' => [ 'description' => '网站的访问地址。', 'type' => 'string', 'example' => 'https://www.xxx.com', ], 'TextRiskCount' => [ 'description' => '文本风险等级**高**的文本数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'HandleStatus' => [ 'description' => '处理状态。取值:-**0**:未处理-**1**:已处理', 'type' => 'integer', 'format' => 'int32', 'example' => '0', ], 'InstanceId' => [ 'description' => '实例ID。', 'type' => 'string', 'example' => 'cdisitecheck-cn-nif20glmz001', ], 'TaskId' => [ 'description' => '任务ID。', 'type' => 'string', 'example' => 'xx', ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int32', 'example' => '1480', ], 'Labels' => [ 'description' => '标签。', 'type' => 'array', 'items' => [ 'description' => '标签。', 'type' => 'string', 'example' => 'sapm', ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 0,\\n \\"WebsiteScanResultList\\": [\\n {\\n \\"ScanTime\\": \\"2023-10-25 15:59:17 +0800\\\\n\\",\\n \\"Domain\\": \\"nfnews.com\\",\\n \\"SourceRiskCount\\": 1,\\n \\"ImageRiskCount\\": 1,\\n \\"Url\\": \\"https://www.xxx.com\\",\\n \\"TextRiskCount\\": 1,\\n \\"HandleStatus\\": 0,\\n \\"InstanceId\\": \\"cdisitecheck-cn-nif20glmz001\\",\\n \\"TaskId\\": \\"xx\\",\\n \\"Id\\": 1480,\\n \\"Labels\\": [\\n \\"sapm\\"\\n ]\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取网站扫描结果', ], 'DescribeWebsiteStat' => [ 'summary' => '获取站点检测状态', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102715', 'abilityTreeNodes' => [ 'FEATURElvwangRX5925', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '140.***11.250', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'WebsiteStatList' => [ 'description' => '网站统计信息列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'ScanCount' => [ 'description' => '扫描数据总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'RiskCount' => [ 'description' => '您网站存在的风险项总数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'SubServiceModule' => [ 'description' => '子服务模块。取值:-**default**:默认模块。-**virtual**:虚拟模块。', 'type' => 'string', 'example' => 'website_index_page', ], 'InstanceCount' => [ 'description' => '实例数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 10,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"WebsiteStatList\\": [\\n {\\n \\"ScanCount\\": 1,\\n \\"RiskCount\\": 1,\\n \\"SubServiceModule\\": \\"website_index_page\\",\\n \\"InstanceCount\\": 10\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取网站状态', ], 'DescribeWebsiteVerifyInfo' => [ 'summary' => '获取网站验证信息', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102716', 'abilityTreeNodes' => [ 'FEATURElvwangRX5925', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '117.139.***.244', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '实例id。', 'type' => 'string', 'required' => true, 'example' => 'cdisitecheck-cn-nif20glmz001', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Domain' => [ 'description' => '域名。', 'type' => 'string', 'example' => 'nfnews.com', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'VerifyMethod' => [ 'description' => '验证方法。', 'type' => 'string', 'example' => 'aliyunAccount', ], 'IndexPage' => [ 'description' => '主页。', 'type' => 'string', 'example' => 'xx', ], 'Protocol' => [ 'description' => '协议。', 'type' => 'string', 'example' => 'https', ], 'Cname' => [ 'description' => 'cname接入域名。', 'type' => 'string', 'example' => 'ack', ], 'HostFile' => [ 'description' => 'hostfile文件信息。', 'type' => 'string', 'example' => 'xx', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Domain\\": \\"nfnews.com\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"VerifyMethod\\": \\"aliyunAccount\\",\\n \\"IndexPage\\": \\"xx\\",\\n \\"Protocol\\": \\"https\\",\\n \\"Cname\\": \\"ack\\",\\n \\"HostFile\\": \\"xx\\"\\n}","type":"json"}]', 'title' => '获取网站验证信息', ], 'ExportKeywords' => [ 'summary' => '导出关键词', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102717', 'abilityTreeNodes' => [ 'FEATURElvwangJ7UK4W', ], ], 'parameters' => [ [ 'name' => 'KeywordLibId', 'in' => 'query', 'schema' => [ 'description' => '关键词库ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => 'xx', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'DownloadUrl' => [ 'description' => '导出文件下载地址。', 'type' => 'string', 'example' => 'https://xxx.xlsx', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"DownloadUrl\\": \\"https://xxx.xlsx\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '导出关键词', ], 'ExportOpenApiRcpStats' => [ 'summary' => '导出OpenAPI调用统计', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102718', 'abilityTreeNodes' => [ 'FEATURElvwangR199F8', ], ], 'parameters' => [ [ 'name' => 'StartDate', 'in' => 'query', 'schema' => [ 'description' => '开始时间。', 'type' => 'string', 'required' => true, 'example' => '2023-10-25 15:59:17 +0800', ], ], [ 'name' => 'EndDate', 'in' => 'query', 'schema' => [ 'description' => '结束时间。', 'type' => 'string', 'required' => true, 'example' => '2023-10-25 15:59:17 +0800', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => false, 'example' => 'default', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'DownloadUrl' => [ 'description' => '下载地址。', 'type' => 'string', 'example' => 'https://xxx.xlsx', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"DownloadUrl\\": \\"https://xxx.xlsx\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', 'title' => '导出开放API调用统计', ], 'ExportOssResult' => [ 'summary' => '导出Oss扫描结果', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102720', 'abilityTreeNodes' => [ 'FEATURElvwangYI9A19', 'FEATURElvwangI0EWGR', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '115.231.***.52', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'TotalCount', 'in' => 'query', 'schema' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'StartDate', 'in' => 'query', 'schema' => [ 'description' => '开始时间。', 'type' => 'string', 'required' => false, 'example' => '2023-07-20 09:00:13 +0800', ], ], [ 'name' => 'EndDate', 'in' => 'query', 'schema' => [ 'description' => '结束时间。', 'type' => 'string', 'required' => false, 'example' => '2023-10-17 10:00:05 +0800', ], ], [ 'name' => 'Scene', 'in' => 'query', 'schema' => [ 'description' => '审核场景。', 'type' => 'string', 'required' => false, 'example' => 'porn', ], ], [ 'name' => 'Suggestion', 'in' => 'query', 'schema' => [ 'description' => '处理建议。', 'type' => 'string', 'required' => false, 'example' => 'block', ], ], [ 'name' => 'Stock', 'in' => 'query', 'schema' => [ 'description' => '是否查询存量扫描结果。', 'type' => 'boolean', 'required' => true, 'example' => 'False', ], ], [ 'name' => 'MinScore', 'in' => 'query', 'schema' => [ 'description' => '最低审核分数。', 'type' => 'number', 'format' => 'float', 'required' => false, 'example' => '10', ], ], [ 'name' => 'MaxScore', 'in' => 'query', 'schema' => [ 'description' => '最高审核分数。', 'type' => 'number', 'format' => 'float', 'required' => false, 'example' => '100', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => false, 'example' => 'IMAGE', ], ], [ 'name' => 'Bucket', 'in' => 'query', 'schema' => [ 'description' => 'OSS文件存储的空间。', 'type' => 'string', 'required' => false, 'example' => 'gj-bucket1', ], ], [ 'name' => 'StockTaskId', 'in' => 'query', 'schema' => [ 'description' => '存量扫描任务ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '3751', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'FileUrl' => [ 'description' => '文件下载地址。', 'type' => 'string', 'example' => 'https://xxx.xlsx'."\n", ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"FileUrl\\": \\"https://xxx.xlsx\\\\n\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '以文件的形式导出OSS违规检测结果', ], 'ImportKeywords' => [ 'summary' => '导入关键词', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102721', 'abilityTreeNodes' => [ 'FEATURElvwangJ7UK4W', ], ], 'parameters' => [ [ 'name' => 'KeywordLibId', 'in' => 'query', 'schema' => [ 'description' => '关键词库ID。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '9543', ], ], [ 'name' => 'KeywordsObject', 'in' => 'query', 'schema' => [ 'description' => '导入文件的oss object名称', 'type' => 'string', 'required' => true, 'example' => 'x/custom_text_lib/59-b42f-9ad473aefceb', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'SuccessCount' => [ 'description' => '成功数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '318', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'InvalidKeywordList' => [ 'description' => '无效的关键字列表。', 'type' => 'array', 'items' => [ 'description' => '无效的关键字列表。', 'type' => 'string', 'example' => '[]', ], ], 'validKeywordList' => [ 'description' => '有效的关键字列表。', 'type' => 'array', 'items' => [ 'description' => '有效的关键字列表。', 'type' => 'string', 'example' => '[]', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"SuccessCount\\": 318,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"InvalidKeywordList\\": [\\n \\"[]\\"\\n ],\\n \\"validKeywordList\\": [\\n \\"[]\\"\\n ]\\n}","type":"json"}]', 'title' => '导入关键词', ], 'MarkAuditContent' => [ 'summary' => '自助审核结果打标记。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102722', 'abilityTreeNodes' => [ 'FEATURElvwangI5RAMY', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '27.189.***.27', ], ], [ 'name' => 'Ids', 'in' => 'query', 'schema' => [ 'description' => '数据ID', 'type' => 'string', 'required' => true, 'example' => '[9230817]', ], ], [ 'name' => 'AuditResult', 'in' => 'query', 'schema' => [ 'description' => '审核结果。', 'type' => 'string', 'required' => false, 'example' => 'illegal', ], ], [ 'name' => 'AuditIllegalReasons', 'in' => 'query', 'schema' => [ 'description' => '违规原因。', 'type' => 'string', 'required' => false, 'example' => 'porn', ], ], [ 'name' => 'BizTypes', 'in' => 'query', 'schema' => [ 'description' => '业务类型', 'type' => 'string', 'required' => true, 'example' => '[\\"book\\"]', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '标记审核内容', ], 'MarkOssResult' => [ 'summary' => '标记oss检测结果', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102724', 'abilityTreeNodes' => [ 'FEATURElvwangSIW14U', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '183.159.***.138', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'Ids', 'in' => 'query', 'schema' => [ 'description' => '数据ID', 'type' => 'string', 'required' => true, 'example' => '[66657226873]', ], ], [ 'name' => 'Operation', 'in' => 'query', 'schema' => [ 'description' => '操作类型。', 'type' => 'string', 'required' => true, 'example' => 'unfreeze', ], ], [ 'name' => 'Stock', 'in' => 'query', 'schema' => [ 'description' => '是否查询存量扫描结果。', 'type' => 'boolean', 'required' => true, 'example' => 'true', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], [ 'name' => 'Scene', 'in' => 'query', 'schema' => [ 'description' => '审核场景。', 'type' => 'string', 'required' => true, 'example' => 'terrorism', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '对OSS违规检测结果进行审核和标记', ], 'UpdateAuditCallback' => [ 'summary' => '更新回调配置信息。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102736', 'abilityTreeNodes' => [ 'FEATURElvwangI5RAMY', ], ], 'parameters' => [ [ 'name' => 'Seed', 'in' => 'query', 'schema' => [ 'description' => '回调seed。', 'type' => 'string', 'required' => false, 'example' => 'aaaabbbbccccdddd', ], ], [ 'name' => 'Callback', 'in' => 'query', 'schema' => [ 'description' => '回调地址。', 'type' => 'string', 'required' => false, 'example' => 'http://xxx/callback', ], ], [ 'name' => 'CryptType', 'in' => 'query', 'schema' => [ 'description' => '加密类型。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => 'SHA256', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求id', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新审核回调', ], 'UpdateAuditRange' => [ 'summary' => '更新审核范围', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102737', 'abilityTreeNodes' => [ 'FEATURElvwangIBEW89', ], ], 'parameters' => [ [ 'name' => 'AuditRange', 'in' => 'query', 'schema' => [ 'description' => '审核范围。', 'type' => 'string', 'required' => false, 'example' => 'pass', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求id', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新审核范围', ], 'UpdateBizTypeImageLib' => [ 'summary' => '自定义场景保存关联图库配置', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102741', 'abilityTreeNodes' => [ 'FEATURElvwangW38OQI', ], ], 'parameters' => [ [ 'name' => 'BizTypeName', 'in' => 'query', 'schema' => [ 'description' => '业务场景名称。', 'type' => 'string', 'required' => true, 'example' => 'default', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], [ 'name' => 'Scene', 'in' => 'query', 'schema' => [ 'description' => '审核场景。', 'type' => 'string', 'required' => true, 'example' => 'porn', ], ], [ 'name' => 'Black', 'in' => 'query', 'schema' => [ 'description' => '黑名单库信息。', 'type' => 'string', 'required' => false, 'example' => '{\\"selected\\":[{\\"code\\":\\"565501\\"}]}', ], ], [ 'name' => 'Review', 'in' => 'query', 'schema' => [ 'description' => '疑似样本库信息。', 'type' => 'string', 'required' => false, 'example' => '{\\"selected\\":[]}', ], ], [ 'name' => 'White', 'in' => 'query', 'schema' => [ 'description' => '白样本库信息。', 'type' => 'string', 'required' => false, 'example' => '{\\"selected\\":[{\\"code\\":\\"552701\\"}]}', ], ], ], 'responses' => [ 200 => [ 'headers' => [], 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新业务类型图像库', ], 'UpdateBizTypeSetting' => [ 'summary' => '修改业务场景机审标准', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102743', 'abilityTreeNodes' => [ 'FEATURElvwangI0EWGR', ], ], 'parameters' => [ [ 'name' => 'BizTypeName', 'in' => 'query', 'schema' => [ 'description' => '业务场景名称。', 'type' => 'string', 'required' => true, 'example' => 'default', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], [ 'name' => 'Porn', 'in' => 'query', 'schema' => [ 'description' => '鉴黄。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'Terrorism', 'in' => 'query', 'schema' => [ 'description' => '暴恐。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'Antispam', 'in' => 'query', 'schema' => [ 'description' => '文本反垃圾。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'Ad', 'in' => 'query', 'schema' => [ 'description' => '广告。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'Live', 'in' => 'query', 'schema' => [ 'description' => '不良场景。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新业务类型设置', ], 'UpdateBizTypeTextLib' => [ 'summary' => '修改业务场景关联文本库', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102744', 'abilityTreeNodes' => [ 'FEATURElvwang77FCDN', ], ], 'parameters' => [ [ 'name' => 'BizTypeName', 'in' => 'query', 'schema' => [ 'description' => '业务场景名称。', 'type' => 'string', 'required' => true, 'example' => 'default', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'TEXT', ], ], [ 'name' => 'Scene', 'in' => 'query', 'schema' => [ 'description' => '审核场景。', 'type' => 'string', 'required' => true, 'example' => 'antispam', ], ], [ 'name' => 'Black', 'in' => 'query', 'schema' => [ 'description' => '黑名单库信息。', 'type' => 'string', 'required' => false, 'example' => '{\\"selected\\":[{\\"code\\":\\"13236007\\"}]}', ], ], [ 'name' => 'Review', 'in' => 'query', 'schema' => [ 'description' => '疑似样本库信息。', 'type' => 'string', 'required' => false, 'example' => '{\\"selected\\":[]}', ], ], [ 'name' => 'Ignore', 'in' => 'query', 'schema' => [ 'description' => '忽略样本库列表。', 'type' => 'string', 'required' => false, 'example' => '{\\"selected\\":[{\\"code\\":\\"12546010\\"}]}', ], ], [ 'name' => 'White', 'in' => 'query', 'schema' => [ 'description' => '白样本库信息。', 'type' => 'string', 'required' => false, 'example' => '{\\"selected\\":[{\\"code\\":\\"90810716002\\"}]}', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新业务类型文本库', ], 'UpdateCustomOcrTemplate' => [ 'summary' => '编辑ocr模板', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102747', 'abilityTreeNodes' => [ 'FEATURElvwangG3RW9T', ], ], 'parameters' => [ [ 'name' => 'Id', 'in' => 'query', 'schema' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1791', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '方案名称。', 'type' => 'string', 'required' => false, 'example' => 'xx', ], ], [ 'name' => 'ReferArea', 'in' => 'query', 'schema' => [ 'description' => '参考字段。', 'type' => 'string', 'required' => false, 'example' => '[]', ], ], [ 'name' => 'RecognizeArea', 'in' => 'query', 'schema' => [ 'description' => '识别字段。', 'type' => 'string', 'required' => false, 'example' => '[]', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新自定义ocr模板', ], 'UpdateImageLib' => [ 'summary' => '更新自定义图片库的名称及适用的bizTypes参数。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102748', 'abilityTreeNodes' => [ 'FEATURElvwangW38OQI', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '117.139.***.244', ], ], [ 'name' => 'Id', 'in' => 'query', 'schema' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '15111', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '图库名称。', 'type' => 'string', 'required' => true, 'example' => 'test8888', ], ], [ 'name' => 'Scene', 'in' => 'query', 'schema' => [ 'description' => '审核场景。', 'type' => 'string', 'required' => true, 'example' => 'PORN', ], ], [ 'name' => 'Category', 'in' => 'query', 'schema' => [ 'description' => '词库的用途。取值:'."\n" .'- **BLACK**:黑名单'."\n" .'- **WHITE**:白名单', 'type' => 'string', 'required' => true, 'example' => 'BLACK', ], ], [ 'name' => 'BizTypes', 'in' => 'query', 'schema' => [ 'description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => '[\\"chenyin\\"]', ], ], [ 'name' => 'Enable', 'in' => 'query', 'schema' => [ 'description' => '是否启用图库,取值:-**true**:启用-**false**:不启用', 'type' => 'boolean', 'required' => false, 'example' => 'false', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新图片库名称及参数', ], 'UpdateKeywordLib' => [ 'summary' => '编辑词库', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102749', 'abilityTreeNodes' => [ 'FEATURElvwangJ7UK4W', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '36.249.***.181', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'Id', 'in' => 'query', 'schema' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '18135', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '关键词库名称。', 'type' => 'string', 'required' => true, 'example' => 'test222333', ], ], [ 'name' => 'BizTypes', 'in' => 'query', 'schema' => [ 'description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => '[\\"default\\"]', ], ], [ 'name' => 'MatchMode', 'in' => 'query', 'schema' => [ 'description' => '匹配方式。', 'type' => 'string', 'required' => false, 'example' => 'precise', ], ], [ 'name' => 'Enable', 'in' => 'query', 'schema' => [ 'description' => '是否开启,取值:-**true**:开启-**false**:关闭', 'type' => 'boolean', 'required' => false, 'example' => 'false', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新自定义文本库信息', ], 'UpdateNotificationSetting' => [ 'summary' => '更新通知设置。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102750', 'abilityTreeNodes' => [ 'FEATURElvwangI0EWGR', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问者源ip地址。', 'type' => 'string', 'required' => false, 'example' => '27.189.***.27', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言。', 'type' => 'string', 'required' => false, 'example' => 'en', ], ], [ 'name' => 'RealtimeMessageList', 'in' => 'query', 'schema' => [ 'description' => '需实时通知的消息。', 'type' => 'string', 'required' => false, 'example' => '["websiteIndexRisk"]', ], ], [ 'name' => 'ReminderModeList', 'in' => 'query', 'schema' => [ 'description' => '提示消息。', 'type' => 'string', 'required' => true, 'example' => '[\\"mail\\",\\"message\\",\\"stationLetter\\"]', ], ], [ 'name' => 'ScheduleMessageTime', 'in' => 'query', 'schema' => [ 'description' => '定时消息通知时间。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '8', ], ], [ 'name' => 'ScheduleMessageTimeZone', 'in' => 'query', 'schema' => [ 'description' => '定时消息通知时区。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '8', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求id', 'type' => 'string', 'example' => 'E20A0DC5-1B4F-5796-BAB5-73F29B67CEDC', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E20A0DC5-1B4F-5796-BAB5-73F29B67CEDC\\"\\n}","type":"json"}]', 'title' => '更新通知设置', 'description' => '请确保在使用该接口前,已充分了解文本审核增强版产品的[收费方式和价格](https://help.aliyun.com/document_detail/464388.html?#section-itm-m2s-ugq)。', ], 'UpdateOssIncrementCheckSetting' => [ 'summary' => '更新增量扫描配置', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'paid', 'abilityTreeCode' => '102753', 'abilityTreeNodes' => [ 'FEATURElvwang1JQ0P7', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '115.199.***.250', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'BucketConfigList', 'in' => 'query', 'schema' => [ 'description' => 'ossbucket的配置信息列表。', 'type' => 'string', 'required' => false, 'example' => '[{\\"type\\":\\"include\\",\\"bucket\\":\\"flychat\\",\\"selected\\":true,\\"prefixes\\":[\\"test\\"],\\"id\\":0}]', ], ], [ 'name' => 'ImageScanLimit', 'in' => 'query', 'schema' => [ 'description' => '每日图片扫描上限', 'type' => 'string', 'required' => false, 'example' => '100', ], ], [ 'name' => 'ScanImageNoFileType', 'in' => 'query', 'schema' => [ 'description' => '检测无后缀文件', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'ImageSceneList', 'in' => 'query', 'schema' => [ 'description' => '图片场景列表。', 'type' => 'string', 'required' => false, 'example' => '[\\"porn\\",\\"terrorism\\",\\"ad\\",\\"live\\"]', ], ], [ 'name' => 'VideoSceneList', 'in' => 'query', 'schema' => [ 'description' => '视频场景列表。', 'type' => 'string', 'required' => false, 'example' => '[\\"porn\\",\\"terrorism\\"]', ], ], [ 'name' => 'ImageAutoFreeze', 'in' => 'query', 'schema' => [ 'description' => '图片自动冻结配置', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'VideoAutoFreezeSceneList', 'in' => 'query', 'schema' => [ 'description' => '视频冻结场景列表。', 'type' => 'string', 'required' => false, 'example' => '[]', ], ], [ 'name' => 'VideoFrameInterval', 'in' => 'query', 'schema' => [ 'description' => '截帧频率', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'VideoMaxFrames', 'in' => 'query', 'schema' => [ 'description' => '单视频截帧上限', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '100', ], ], [ 'name' => 'VideoMaxSize', 'in' => 'query', 'schema' => [ 'description' => '单视频大小上限', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '100', ], ], [ 'name' => 'AutoFreezeType', 'in' => 'query', 'schema' => [ 'description' => '冻结方式', 'type' => 'string', 'required' => false, 'example' => 'acl', ], ], [ 'name' => 'CallbackId', 'in' => 'query', 'schema' => [ 'description' => '回调通知ID', 'type' => 'string', 'required' => false, 'example' => '1755', ], ], [ 'name' => 'AudioSceneList', 'in' => 'query', 'schema' => [ 'description' => '音频场景列表。', 'type' => 'string', 'required' => false, 'example' => '[]', ], ], [ 'name' => 'AudioAntispamFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '音频冻结场景列表', 'type' => 'string', 'required' => false, 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"block\\"}', ], ], [ 'name' => 'AudioMaxSize', 'in' => 'query', 'schema' => [ 'description' => '单音频大小上限', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '200', ], ], [ 'name' => 'AudioAutoFreezeOpened', 'in' => 'query', 'schema' => [ 'description' => '音频需要冻结', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => false, 'example' => 'recommend_social_template_01', ], ], [ 'name' => 'VideoScanLimit', 'in' => 'query', 'schema' => [ 'description' => '每日视频扫描上限', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '100', ], ], [ 'name' => 'AudioScanLimit', 'in' => 'query', 'schema' => [ 'description' => '每日语音扫描上限', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1000', ], ], [ 'name' => 'ImageAutoFreezeOpened', 'in' => 'query', 'schema' => [ 'description' => '图片需要冻结', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'VideoAutoFreezeOpened', 'in' => 'query', 'schema' => [ 'description' => '视频需要冻结', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'ImageAdFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '图片广告冻结配置。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'ImageLiveFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '图片不良场景冻结配置。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'ImageTerrorismFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '图片暴恐冻结配置。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'ImagePornFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '图片鉴黄冻结配置。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'VideoVoiceAntispamFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '视频语音发垃圾冻结配置。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'VideoPornFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '视频鉴黄冻结配置。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'VideoAdFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '视频广告冻结配置。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'VideoTerrorismFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '视频暴恐冻结配置。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'VideoLiveFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '视频不良场景冻结配置。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新oss增量检查设置', ], 'UpdateWebsiteInstance' => [ 'summary' => '更新实例', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102757', 'abilityTreeNodes' => [ 'FEATURElvwangRX5925', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '183.159.***.138', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'SiteProtocol', 'in' => 'query', 'schema' => [ 'description' => '插件的协议类型。取值:-**http**:http协议-**https**:https协议', 'type' => 'string', 'required' => true, 'example' => 'https', ], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '实例ID。', 'type' => 'string', 'required' => true, 'example' => 'cdisitecheck-cn-nif20glmz001', ], ], [ 'name' => 'WebsiteScanInterval', 'in' => 'query', 'schema' => [ 'description' => '站点扫描间隔,单位:秒。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1', ], ], [ 'name' => 'Domain', 'in' => 'query', 'schema' => [ 'description' => '域名。', 'type' => 'string', 'required' => true, 'example' => 'nfnews.com', ], ], [ 'name' => 'IndexPageScanInterval', 'in' => 'query', 'schema' => [ 'description' => '首页扫描间隔,单位:秒。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1', ], ], [ 'name' => 'IndexPage', 'in' => 'query', 'schema' => [ 'description' => '主页。', 'type' => 'string', 'required' => true, 'example' => 'xx', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', 'title' => '更新网站实例', ], 'UpdateWebsiteInstanceKeyUrl' => [ 'summary' => '更新网站实例url', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102758', 'abilityTreeNodes' => [ 'FEATURElvwangRX5925', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '140.***11.250', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'Urls', 'in' => 'query', 'schema' => [ 'description' => '链接列表', 'type' => 'string', 'required' => true, 'example' => '[]', ], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '实例ID。', 'type' => 'string', 'required' => false, 'example' => 'cdisitecheck-cn-nif20glmz001', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新网站实例 KeyUrl', ], 'UpdateWebsiteInstanceStatus' => [ 'summary' => '更新实例状态,即解绑定,停止、运行等状态', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102759', 'abilityTreeNodes' => [ 'FEATURElvwangRX5925', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '183.159.***.138', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '实例ID。', 'type' => 'string', 'required' => true, 'example' => 'cdisitecheck-cn-nif20glmz001', ], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => [ 'description' => '实例状态', 'type' => 'string', 'required' => true, 'example' => 'running', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', 'title' => '更新网站实例状态', ], 'UploadImageToLib' => [ 'summary' => '上传图片到图库', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102761', 'abilityTreeNodes' => [ 'FEATURElvwangW38OQI', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '111.207.**.245', ], ], [ 'name' => 'ImageLibId', 'in' => 'query', 'schema' => [ 'description' => '图库ID。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '13776', ], ], [ 'name' => 'Images', 'in' => 'query', 'schema' => [ 'description' => '图片列表', 'type' => 'string', 'required' => false, 'example' => '[]', ], ], [ 'name' => 'Urls', 'in' => 'query', 'schema' => [ 'description' => '链接列表', 'type' => 'string', 'required' => false, 'example' => '[]', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '向自定义库中添加图片元信息', ], 'VerifyCustomOcrTemplate' => [ 'summary' => 'ocr模板测试', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102762', 'abilityTreeNodes' => [ 'FEATURElvwangG3RW9T', ], ], 'parameters' => [ [ 'name' => 'Id', 'in' => 'query', 'schema' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '969', ], ], [ 'name' => 'TestImgUrl', 'in' => 'query', 'schema' => [ 'description' => '测试模板图片url', 'type' => 'string', 'required' => true, 'example' => 'xx', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'RecognizeInfo' => [ 'description' => '认证结果。', 'type' => 'string', 'example' => '{}', ], 'ImageUrl' => [ 'description' => '图片地址', 'type' => 'string', 'example' => 'xx', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"RecognizeInfo\\": \\"{}\\",\\n \\"ImageUrl\\": \\"xx\\"\\n}","type":"json"}]', 'title' => '验证自定义ocr模板', ], 'VerifyWebsiteInstance' => [ 'summary' => '验证域名所有权。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102765', 'abilityTreeNodes' => [ 'FEATURElvwangRX5925', ], ], 'parameters' => [ [ 'name' => 'SourceIp', 'in' => 'query', 'schema' => [ 'description' => '访问源的IP地址。', 'type' => 'string', 'required' => false, 'example' => '36.249.***.181', ], ], [ 'name' => 'Lang', 'in' => 'query', 'schema' => [ 'description' => '语言类型。', 'type' => 'string', 'required' => false, 'example' => 'zh', ], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '实例ID。', 'type' => 'string', 'required' => true, 'example' => 'cdisitecheck-cn-nif20glmz001', ], ], [ 'name' => 'VerifyMethod', 'in' => 'query', 'schema' => [ 'description' => '验证方法。', 'type' => 'string', 'required' => true, 'example' => 'aliyunAccount', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '验证网站实例', ], 'DescribeBizTypeImageLib' => [ 'summary' => '自定义场景关联图库列表查询', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102669', 'abilityTreeNodes' => [ 'FEATURElvwangW38OQI', ], ], 'parameters' => [ [ 'name' => 'BizTypeName', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => true, 'example' => 'recommend_social_template_01', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], [ 'name' => 'Scene', 'in' => 'query', 'schema' => [ 'description' => '审核场景。', 'type' => 'string', 'required' => true, 'example' => 'porn', ], ], ], 'responses' => [ 200 => [ 'headers' => [], 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'Black' => [ 'description' => '黑名单库信息。', 'type' => 'object', 'properties' => [ 'Selected' => [ 'description' => '已选择的列表。', 'type' => 'array', 'items' => [ 'description' => '已选择的列表。', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '图库编码。', 'type' => 'string', 'example' => '324317', ], 'Name' => [ 'description' => '图库名称。', 'type' => 'string', 'example' => '图库1', ], ], ], ], 'All' => [ 'description' => '全量黑名单库列表。', 'type' => 'array', 'items' => [ 'description' => '全量黑名单库列表。', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '图库编码。', 'type' => 'string', 'example' => '324317', ], 'Name' => [ 'description' => '图库名称。', 'type' => 'string', 'example' => '图库1'."\n", ], ], ], ], ], ], 'Review' => [ 'description' => '疑似样本库信息。', 'type' => 'object', 'properties' => [ 'Selected' => [ 'description' => '已选择的列表。', 'type' => 'array', 'items' => [ 'description' => '已选择的列表。', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '图库编码。', 'type' => 'string', 'example' => '3243177', ], 'Name' => [ 'description' => '图库名称。', 'type' => 'string', 'example' => '图库2', ], ], ], ], 'All' => [ 'description' => '全量疑似样本库列表。', 'type' => 'array', 'items' => [ 'description' => '全量疑似样本库列表。', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '图库编码。', 'type' => 'string', 'example' => '3243177', ], 'Name' => [ 'description' => '图库名称。', 'type' => 'string', 'example' => '图库2'."\n", ], ], ], ], ], ], 'White' => [ 'description' => '白样本库信息。', 'type' => 'object', 'properties' => [ 'Selected' => [ 'description' => '已选择的列表。', 'type' => 'array', 'items' => [ 'description' => '已选择的列表。', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '图库编码。', 'type' => 'string', 'example' => '5123', ], 'Name' => [ 'description' => '图库名称。', 'type' => 'string', 'example' => '图库3', ], ], ], ], 'All' => [ 'description' => '全量白样本库列表。', 'type' => 'array', 'items' => [ 'description' => '全量白样本库列表。', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '图库编码。', 'type' => 'string', 'example' => '5123', ], 'Name' => [ 'description' => '图库名称。', 'type' => 'string', 'example' => '图库3'."\n", ], ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Black\\": {\\n \\"Selected\\": [\\n {\\n \\"Code\\": \\"324317\\",\\n \\"Name\\": \\"图库1\\"\\n }\\n ],\\n \\"All\\": [\\n {\\n \\"Code\\": \\"324317\\",\\n \\"Name\\": \\"图库1\\\\n\\"\\n }\\n ]\\n },\\n \\"Review\\": {\\n \\"Selected\\": [\\n {\\n \\"Code\\": \\"3243177\\",\\n \\"Name\\": \\"图库2\\"\\n }\\n ],\\n \\"All\\": [\\n {\\n \\"Code\\": \\"3243177\\",\\n \\"Name\\": \\"图库2\\\\n\\"\\n }\\n ]\\n },\\n \\"White\\": {\\n \\"Selected\\": [\\n {\\n \\"Code\\": \\"5123\\",\\n \\"Name\\": \\"图库3\\"\\n }\\n ],\\n \\"All\\": [\\n {\\n \\"Code\\": \\"5123\\",\\n \\"Name\\": \\"图库3\\\\n\\"\\n }\\n ]\\n }\\n}","type":"json"}]', 'title' => '获取业务类型图像库', ], 'DescribeBizTypeTextLib' => [ 'summary' => '业务场景关联文本库', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102674', 'abilityTreeNodes' => [ 'FEATURElvwangJ7UK4W', ], ], 'parameters' => [ [ 'name' => 'BizTypeName', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => true, 'example' => 'default', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'TEXT', ], ], [ 'name' => 'Scene', 'in' => 'query', 'schema' => [ 'description' => '审核场景。', 'type' => 'string', 'required' => true, 'example' => 'antispam', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'Black' => [ 'description' => '黑名单库信息。', 'type' => 'object', 'properties' => [ 'Selected' => [ 'description' => '已选择的列表。', 'type' => 'array', 'items' => [ 'description' => '已选择的列表。', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '词库编码。', 'type' => 'string', 'example' => '314317', ], 'Name' => [ 'description' => '词库名称。', 'type' => 'string', 'example' => '黑样本库', ], ], ], ], 'All' => [ 'description' => '全量黑名单库列表。', 'type' => 'array', 'items' => [ 'description' => '全量黑名单库列表。', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '词库编码。', 'type' => 'string', 'example' => '314317', ], 'Name' => [ 'description' => '词库名称。', 'type' => 'string', 'example' => '黑样本库', ], ], ], ], ], ], 'Review' => [ 'description' => '疑似样本库信息。', 'type' => 'object', 'properties' => [ 'Selected' => [ 'description' => '已选择的列表。', 'type' => 'array', 'items' => [ 'description' => '已选择的列表。', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '词库编码。', 'type' => 'string', 'example' => '3143127', ], 'Name' => [ 'description' => '词库名称。', 'type' => 'string', 'example' => '疑似样本库', ], ], ], ], 'All' => [ 'description' => '全量疑似样本库列表。', 'type' => 'array', 'items' => [ 'description' => '全量疑似样本库列表。', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '词库编码。', 'type' => 'string', 'example' => '3143127', ], 'Name' => [ 'description' => '词库名称。', 'type' => 'string', 'example' => '疑似样本库', ], ], ], ], ], ], 'Ignore' => [ 'description' => '忽略样本库列表。', 'type' => 'object', 'properties' => [ 'Selected' => [ 'description' => '已选择的列表。', 'type' => 'array', 'items' => [ 'description' => '已选择的列表。', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '词库编码。', 'type' => 'string', 'example' => '3343223', ], 'Name' => [ 'description' => '词库名称。', 'type' => 'string', 'example' => '忽略样本库', ], ], ], ], 'All' => [ 'description' => '全量忽略样本库列表。', 'type' => 'array', 'items' => [ 'description' => '全量忽略样本库列表。', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '词库编码。', 'type' => 'string', 'example' => '3343223', ], 'Name' => [ 'description' => '词库名称。', 'type' => 'string', 'example' => '忽略样本库', ], ], ], ], ], ], 'White' => [ 'description' => '白样本库信息。', 'type' => 'object', 'properties' => [ 'Selected' => [ 'description' => '已选择的列表。', 'type' => 'array', 'items' => [ 'description' => '已选择的列表。', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '词库编码。', 'type' => 'string', 'example' => '65467', ], 'Name' => [ 'description' => '词库名称。', 'type' => 'string', 'example' => '白样本库', ], ], ], ], 'All' => [ 'description' => '全量白样本库列表。', 'type' => 'array', 'items' => [ 'description' => '全量白样本库列表。', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '词库编码。', 'type' => 'string', 'example' => '65467', ], 'Name' => [ 'description' => '词库名称。', 'type' => 'string', 'example' => '白样本库', ], ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Black\\": {\\n \\"Selected\\": [\\n {\\n \\"Code\\": \\"314317\\",\\n \\"Name\\": \\"黑样本库\\"\\n }\\n ],\\n \\"All\\": [\\n {\\n \\"Code\\": \\"314317\\",\\n \\"Name\\": \\"黑样本库\\"\\n }\\n ]\\n },\\n \\"Review\\": {\\n \\"Selected\\": [\\n {\\n \\"Code\\": \\"3143127\\",\\n \\"Name\\": \\"疑似样本库\\"\\n }\\n ],\\n \\"All\\": [\\n {\\n \\"Code\\": \\"3143127\\",\\n \\"Name\\": \\"疑似样本库\\"\\n }\\n ]\\n },\\n \\"Ignore\\": {\\n \\"Selected\\": [\\n {\\n \\"Code\\": \\"3343223\\",\\n \\"Name\\": \\"忽略样本库\\"\\n }\\n ],\\n \\"All\\": [\\n {\\n \\"Code\\": \\"3343223\\",\\n \\"Name\\": \\"忽略样本库\\"\\n }\\n ]\\n },\\n \\"White\\": {\\n \\"Selected\\": [\\n {\\n \\"Code\\": \\"65467\\",\\n \\"Name\\": \\"白样本库\\"\\n }\\n ],\\n \\"All\\": [\\n {\\n \\"Code\\": \\"65467\\",\\n \\"Name\\": \\"白样本库\\"\\n }\\n ]\\n }\\n}","type":"json"}]', 'title' => '获取业务类型文本库', ], 'UpdateBizType' => [ 'summary' => '编辑业务场景信息', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102739', 'abilityTreeNodes' => [ 'FEATURElvwangR199F8', ], ], 'parameters' => [ [ 'name' => 'BizTypeName', 'in' => 'query', 'schema' => [ 'description' => '业务场景名称。', 'type' => 'string', 'required' => true, 'example' => 'default', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '业务类型描述信息。', 'type' => 'string', 'required' => false, 'example' => 'xxx', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新业务类型', ], 'CreateAuditCallback' => [ 'summary' => '创建回调方式、回调地址、事件类型', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102640', 'abilityTreeNodes' => [ 'FEATURElvwangJLHVVH', ], ], 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '回调配置名称。', 'type' => 'string', 'required' => true, 'example' => 'green-test', ], ], [ 'name' => 'Url', 'in' => 'query', 'schema' => [ 'description' => '回调url。', 'type' => 'string', 'required' => true, 'example' => 'https://console.aliyun.com/', ], ], [ 'name' => 'CryptType', 'in' => 'query', 'schema' => [ 'description' => '加密算法。', 'type' => 'string', 'required' => false, 'example' => 'SHA256', ], ], [ 'name' => 'CallbackTypes', 'in' => 'query', 'schema' => [ 'description' => '通知类型。', 'type' => 'string', 'required' => true, 'enumValueTitles' => [ 'selfAudit' => '自助审核结果', 'aliyunAudit' => '阿里云人审结果', ], 'example' => 'selfAudit', ], ], [ 'name' => 'CallbackSuggestions', 'in' => 'query', 'schema' => [ 'description' => '审核结果。', 'type' => 'string', 'required' => true, 'example' => '["block","pass","review"]', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ModifiedTime' => [ 'description' => '修改时间。', 'type' => 'string', 'example' => '2023-09-14 19:09:44', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'CreateTime' => [ 'description' => '创建时间。', 'type' => 'string', 'example' => '2023-09-14 19:09:44'."\n", ], 'Seed' => [ 'description' => 'Seed。', 'type' => 'string', 'example' => 'cb3qgXi0iqApy79smStqT@LT-1zMiFd"', ], 'Url' => [ 'description' => '回调url。', 'type' => 'string', 'example' => 'https://console.aliyun.com/'."\n", ], 'Name' => [ 'description' => '方案名称。', 'type' => 'string', 'example' => '测试', ], 'CryptType' => [ 'description' => '加密算法。', 'type' => 'string', 'example' => 'SHA256', ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '969', ], 'CallbackTypes' => [ 'description' => '通知类型。', 'type' => 'array', 'items' => [ 'description' => '通知类型。', 'type' => 'string', 'example' => '["selfAudit"]', ], ], 'CallbackSuggestions' => [ 'description' => '审核结果。', 'type' => 'array', 'items' => [ 'description' => '审核结果。', 'type' => 'string', 'example' => '["block"]', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ModifiedTime\\": \\"2023-09-14 19:09:44\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"CreateTime\\": \\"2023-09-14 19:09:44\\\\n\\",\\n \\"Seed\\": \\"cb3qgXi0iqApy79smStqT@LT-1zMiFd\\\\\\"\\",\\n \\"Url\\": \\"https://console.aliyun.com/\\\\n\\",\\n \\"Name\\": \\"测试\\",\\n \\"CryptType\\": \\"SHA256\\",\\n \\"Id\\": 969,\\n \\"CallbackTypes\\": [\\n \\"[\\\\\\"selfAudit\\\\\\"]\\"\\n ],\\n \\"CallbackSuggestions\\": [\\n \\"[\\\\\\"block\\\\\\"]\\"\\n ]\\n}","type":"json"}]', 'title' => '创建审核回调', ], 'DescribeAuditCallbackList' => [ 'summary' => '查询指定查询条件下的回调配置列表。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102663', 'abilityTreeNodes' => [ 'FEATURElvwangJLHVVH', ], ], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总数', 'type' => 'integer', 'format' => 'int32', 'example' => '2', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'CallbackList' => [ 'description' => '回调配置列表。', 'type' => 'array', 'items' => [ 'description' => '回调配置对象', 'type' => 'object', 'properties' => [ 'ModifiedTime' => [ 'description' => '最近修改时间。', 'type' => 'string', 'example' => '2023-06-27 15:19:50 +0800', ], 'Seed' => [ 'description' => '回调seed。', 'type' => 'string', 'example' => 'cb78DMIGhiAcA6ouvVC5wiU0-1yqXjT', ], 'CreateTime' => [ 'description' => '创建时间。', 'type' => 'string', 'example' => '2023-06-27 15:19:50 +0800', ], 'Url' => [ 'description' => '回调url。', 'type' => 'string', 'example' => 'https://www.test123.com', ], 'Name' => [ 'description' => '回调配置名称。', 'type' => 'string', 'example' => 'green-test', ], 'CryptType' => [ 'description' => '回调加密算法。', 'type' => 'string', 'example' => 'SHA256', ], 'Id' => [ 'description' => '回调配置ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '233', ], 'CallbackTypes' => [ 'description' => '通知内容类型列表', 'type' => 'array', 'items' => [ 'description' => '回调通知类型。', 'type' => 'string', 'example' => '[\\"aliyunAudit\\",\\"selfAudit\\"]', ], ], 'CallbackSuggestions' => [ 'description' => '回调审核列表', 'type' => 'array', 'items' => [ 'description' => '回调审核结果。', 'type' => 'string', 'example' => '[\\"pass\\",\\"review\\",\\"block\\"]', ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 2,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"CallbackList\\": [\\n {\\n \\"ModifiedTime\\": \\"2023-06-27 15:19:50 +0800\\",\\n \\"Seed\\": \\"cb78DMIGhiAcA6ouvVC5wiU0-1yqXjT\\",\\n \\"CreateTime\\": \\"2023-06-27 15:19:50 +0800\\",\\n \\"Url\\": \\"https://www.test123.com\\",\\n \\"Name\\": \\"green-test\\",\\n \\"CryptType\\": \\"SHA256\\",\\n \\"Id\\": 233,\\n \\"CallbackTypes\\": [\\n \\"[\\\\\\\\\\\\\\"aliyunAudit\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"selfAudit\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"CallbackSuggestions\\": [\\n \\"[\\\\\\\\\\\\\\"pass\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"review\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"block\\\\\\\\\\\\\\"]\\"\\n ]\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取审核回调列表', 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。', ], 'CreateCallback' => [ 'summary' => '创建消息通知', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102642', 'abilityTreeNodes' => [ 'FEATURElvwangJLHVVH', ], ], 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '方案名称。', 'type' => 'string', 'required' => true, 'example' => '回调方案1', ], ], [ 'name' => 'CallbackUrl', 'in' => 'query', 'schema' => [ 'description' => '回调地址。', 'type' => 'string', 'required' => true, 'example' => 'https://yundun.console.aliyun.com/', ], ], [ 'name' => 'CryptType', 'in' => 'query', 'schema' => [ 'description' => '加密算法', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => 'SHA256', ], ], [ 'name' => 'CallbackTypes', 'in' => 'query', 'schema' => [ 'description' => '通知类型', 'type' => 'string', 'required' => true, 'example' => ' '."\n" .'["selfAudit", "aliyunAudit"]', ], ], [ 'name' => 'CallbackSuggestions', 'in' => 'query', 'schema' => [ 'description' => '审核结果。', 'type' => 'string', 'required' => true, 'example' => '["block"]', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CallbackUrl' => [ 'description' => '回调地址。', 'type' => 'string', 'example' => 'https://yundun.console.aliyun.com/', ], 'ModifiedTime' => [ 'description' => '修改时间。', 'type' => 'string', 'example' => '2023-09-14 19:09:44', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'CreateTime' => [ 'description' => '创建时间。', 'type' => 'string', 'example' => '2023-09-14 19:09:44'."\n", ], 'Seed' => [ 'description' => 'Seed。', 'type' => 'string', 'example' => 'cb3IpyPAMp4Zs7gLIpoZypRr-1A4QSP', ], 'Name' => [ 'description' => '回调名称。', 'type' => 'string', 'example' => '回调方案1', ], 'CryptType' => [ 'description' => '加密算法', 'type' => 'integer', 'format' => 'int32', 'example' => 'SHA256', ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1791', ], 'CallbackTypes' => [ 'description' => '通知类型。', 'type' => 'array', 'items' => [ 'description' => '通知类型。', 'type' => 'string', 'example' => '["selfAudit"]', ], ], 'CallbackSuggestions' => [ 'description' => '审核结果。', 'type' => 'array', 'items' => [ 'description' => '审核结果。', 'type' => 'string', 'example' => '["block"]', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CallbackUrl\\": \\"https://yundun.console.aliyun.com/\\",\\n \\"ModifiedTime\\": \\"2023-09-14 19:09:44\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"CreateTime\\": \\"2023-09-14 19:09:44\\\\n\\",\\n \\"Seed\\": \\"cb3IpyPAMp4Zs7gLIpoZypRr-1A4QSP\\",\\n \\"Name\\": \\"回调方案1\\",\\n \\"CryptType\\": 0,\\n \\"Id\\": 1791,\\n \\"CallbackTypes\\": [\\n \\"[\\\\\\"selfAudit\\\\\\"]\\"\\n ],\\n \\"CallbackSuggestions\\": [\\n \\"[\\\\\\"block\\\\\\"]\\"\\n ]\\n}","type":"json"}]', 'title' => '创建回调', ], 'CreateOssStockTask' => [ 'summary' => '创建存量扫描任务。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'paid', 'abilityTreeCode' => '102648', 'abilityTreeNodes' => [ 'FEATURElvwang1JQ0P7', 'FEATURElvwangD22DKJ', 'FEATURElvwangF6WBQ5', ], ], 'parameters' => [ [ 'name' => 'StartDate', 'in' => 'query', 'schema' => [ 'description' => '开始时间。', 'type' => 'string', 'required' => false, 'example' => '2000-01-01 00:00:00 ', ], ], [ 'name' => 'EndDate', 'in' => 'query', 'schema' => [ 'description' => '结束时间。', 'type' => 'string', 'required' => false, 'example' => '2023-11-29 10:04:39 ', ], ], [ 'name' => 'Buckets', 'in' => 'query', 'schema' => [ 'description' => '存储空间。', 'type' => 'string', 'required' => false, 'example' => '[{\\"Bucket\\":\\"aileshijie\\",\\"Region\\":\\"cn-hangzhou\\"}]', ], ], [ 'name' => 'ImageOpened', 'in' => 'query', 'schema' => [ 'description' => '是否扫描图片。', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'ImageScenes', 'in' => 'query', 'schema' => [ 'description' => '图片场景。', 'type' => 'string', 'required' => false, 'example' => '[\\"porn\\",\\"terrorism\\"]', ], ], [ 'name' => 'ScanImageNoFileType', 'in' => 'query', 'schema' => [ 'description' => '检测无后缀文件。', 'type' => 'boolean', 'required' => false, 'example' => 'false', ], ], [ 'name' => 'VideoOpened', 'in' => 'query', 'schema' => [ 'description' => '是否扫描视频。', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'VideoScenes', 'in' => 'query', 'schema' => [ 'description' => '视频场景。', 'type' => 'string', 'required' => false, 'example' => '[\\"ad\\",\\"terrorism\\",\\"live\\",\\"porn\\"]', ], ], [ 'name' => 'AudioOpened', 'in' => 'query', 'schema' => [ 'description' => '是否扫描音频。', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'AudioScenes', 'in' => 'query', 'schema' => [ 'description' => '音频场景。', 'type' => 'string', 'required' => false, 'example' => '[\\"antispam\\"]', ], ], [ 'name' => 'ImageAutoFreezeOpened', 'in' => 'query', 'schema' => [ 'description' => '图片需要自动冻结。', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'ImagePornFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '图片自动冻结涉黄场景。', 'type' => 'string', 'required' => false, 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"block\\"}', ], ], [ 'name' => 'ImageTerrorismFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '图片自动冻结暴恐场景。', 'type' => 'string', 'required' => false, 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"review,block\\"}', ], ], [ 'name' => 'ImageAdFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '图片自动冻结广告场景。', 'type' => 'string', 'required' => false, 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"review,block\\"}', ], ], [ 'name' => 'ImageLiveFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '图片自动冻结不良场景。', 'type' => 'string', 'required' => false, 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"block\\"}', ], ], [ 'name' => 'VideoFrameInterval', 'in' => 'query', 'schema' => [ 'description' => '视频帧间隔,单位为秒。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'VideoMaxFrames', 'in' => 'query', 'schema' => [ 'description' => '视频最大帧数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '5', ], ], [ 'name' => 'VideoMaxSize', 'in' => 'query', 'schema' => [ 'description' => '单视频大小上限。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '500MB', ], ], [ 'name' => 'VideoAutoFreezeOpened', 'in' => 'query', 'schema' => [ 'description' => '视频需要自动冻结。', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'VideoPornFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '视频自动冻结涉黄场景。', 'type' => 'string', 'required' => false, 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"block,review\\"}', ], ], [ 'name' => 'VideoTerrorismFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '视频自动冻结暴恐场景。', 'type' => 'string', 'required' => false, 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"review,block\\"}', ], ], [ 'name' => 'VideoAdFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '视频自动冻结广告场景。', 'type' => 'string', 'required' => false, 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"review,block\\"}', ], ], [ 'name' => 'VideoLiveFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '视频自动冻结不良场景。', 'type' => 'string', 'required' => false, 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"block,review\\"}', ], ], [ 'name' => 'VideoVoiceAntispamFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '视频自动冻结语音违规场景。', 'type' => 'string', 'required' => false, 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"block\\"}', ], ], [ 'name' => 'AudioAutoFreezeOpened', 'in' => 'query', 'schema' => [ 'description' => '音频需要自动冻结。', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'AudioMaxSize', 'in' => 'query', 'schema' => [ 'description' => '单音频大小上限。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '200MB', ], ], [ 'name' => 'AudioAntispamFreezeConfig', 'in' => 'query', 'schema' => [ 'description' => '自动冻结语音反垃圾场景。', 'type' => 'string', 'required' => false, 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"block\\"}', ], ], [ 'name' => 'AutoFreezeType', 'in' => 'query', 'schema' => [ 'description' => '冻结方式。', 'type' => 'string', 'required' => false, 'example' => 'acl', ], ], [ 'name' => 'CallbackId', 'in' => 'query', 'schema' => [ 'description' => '回调任务id。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1764', ], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => false, 'example' => 'recommend_reading_template_01', ], ], [ 'name' => 'ImageScanLimit', 'in' => 'query', 'schema' => [ 'description' => '图片扫描上限。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1000', ], ], [ 'name' => 'VideoScanLimit', 'in' => 'query', 'schema' => [ 'description' => '单视频截帧上限。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '200', ], ], [ 'name' => 'AudioScanLimit', 'in' => 'query', 'schema' => [ 'description' => '语音扫描上限。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '100', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'Id' => [ 'description' => '检测任务ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '5122', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Id\\": 5122\\n}","type":"json"}]', 'title' => '创建oss存量任务', ], 'DeleteAuditCallback' => [ 'summary' => '删除自助审核消息通知', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102651', 'abilityTreeNodes' => [ 'FEATURElvwangJLHVVH', ], ], 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '方案名称。', 'type' => 'string', 'required' => true, 'example' => 'xxx', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Success' => [ 'description' => '成功标识。', 'type' => 'boolean', 'example' => 'True', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Success\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '删除审核回调', ], 'DeleteCallback' => [ 'summary' => '删除消息通知', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102653', 'abilityTreeNodes' => [ 'FEATURElvwangJLHVVH', ], ], 'parameters' => [ [ 'name' => 'Id', 'in' => 'query', 'schema' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1666', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '删除回调', ], 'DescribeBizTypeAuditRange' => [ 'summary' => '流入自助审核的数据类型', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102668', 'abilityTreeNodes' => [ 'FEATURElvwangI5RAMY', ], ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => true, 'example' => 'biz_complaint', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'AuditRange' => [ 'description' => '审核范围列表。', 'type' => 'array', 'items' => [ 'description' => '审核范围列表。', 'type' => 'string', 'example' => 'normal', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"AuditRange\\": [\\n \\"normal\\"\\n ]\\n}","type":"json"}]', 'title' => '获取业务类型审核范围', ], 'DescribeBizTypeResultBackupSetting' => [ 'summary' => '获取证据转存设置', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102670', 'abilityTreeNodes' => [ 'FEATURElvwangI0EWGR', ], ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => true, 'example' => 'default', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'Voice' => [ 'description' => '音频。', 'type' => 'object', 'properties' => [ 'Path' => [ 'description' => '转存目录。', 'type' => 'string', 'example' => '/path', ], 'ExpireSeconds' => [ 'description' => '过期时间,单位秒。', 'type' => 'integer', 'format' => 'int32', 'example' => '300', ], 'Suggestions' => [ 'description' => '转存范围。', 'type' => 'string', 'example' => '["pass"]', ], 'Enable' => [ 'description' => '规则是否开启。取值:-true:开启-false:关闭', 'type' => 'boolean', 'example' => 'true', ], 'Bucket' => [ 'description' => 'OSS的Bucket名称。', 'type' => 'string', 'example' => 'xxx', ], ], ], 'Video' => [ 'description' => '视频。', 'type' => 'object', 'properties' => [ 'Path' => [ 'description' => '转存目录。', 'type' => 'string', 'example' => '/path'."\n", ], 'ExpireSeconds' => [ 'description' => '过期时间,单位秒。', 'type' => 'integer', 'format' => 'int32', 'example' => '300', ], 'Suggestions' => [ 'description' => '转存范围。', 'type' => 'string', 'example' => '["pass"]'."\n", ], 'Enable' => [ 'description' => '规则是否开启。取值:-true:开启-false:关闭', 'type' => 'boolean', 'example' => 'False', ], 'Bucket' => [ 'description' => 'OSS的Bucket名称。', 'type' => 'string', 'example' => 'xxx', ], ], ], 'Image' => [ 'description' => '图片。', 'type' => 'object', 'properties' => [ 'Path' => [ 'description' => '转存目录。', 'type' => 'string', 'example' => '/path'."\n", ], 'ExpireSeconds' => [ 'description' => '过期时间,单位秒。', 'type' => 'integer', 'format' => 'int32', 'example' => '300', ], 'Suggestions' => [ 'description' => '转存范围。', 'type' => 'string', 'example' => '["pass"]'."\n", ], 'Enable' => [ 'description' => '规则是否开启。取值:-true:开启-false:关闭', 'type' => 'boolean', 'example' => 'False', ], 'Bucket' => [ 'description' => 'OSS的Bucket名称。', 'type' => 'string', 'example' => 'xxx', ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Voice\\": {\\n \\"Path\\": \\"/path\\",\\n \\"ExpireSeconds\\": 300,\\n \\"Suggestions\\": \\"[\\\\\\"pass\\\\\\"]\\",\\n \\"Enable\\": true,\\n \\"Bucket\\": \\"xxx\\"\\n },\\n \\"Video\\": {\\n \\"Path\\": \\"/path\\\\n\\",\\n \\"ExpireSeconds\\": 300,\\n \\"Suggestions\\": \\"[\\\\\\"pass\\\\\\"]\\\\n\\",\\n \\"Enable\\": true,\\n \\"Bucket\\": \\"xxx\\"\\n },\\n \\"Image\\": {\\n \\"Path\\": \\"/path\\\\n\\",\\n \\"ExpireSeconds\\": 300,\\n \\"Suggestions\\": \\"[\\\\\\"pass\\\\\\"]\\\\n\\",\\n \\"Enable\\": true,\\n \\"Bucket\\": \\"xxx\\"\\n }\\n}","type":"json"}]', 'title' => '获取业务类型备份设置', ], 'DescribeCallbackBind' => [ 'summary' => '获取消息通知配置', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102676', 'abilityTreeNodes' => [ 'FEATURElvwangJLHVVH', ], ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => true, 'example' => 'default', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Name' => [ 'description' => '回调名称。', 'type' => 'string', 'example' => '回调方案1', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Name\\": \\"回调方案1\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', 'title' => '获取回调绑定信息', ], 'DescribeCallbackList' => [ 'summary' => '获取消息通知列表', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102677', 'abilityTreeNodes' => [ 'FEATURElvwangJLHVVH', ], ], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '13', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'CallbackList' => [ 'description' => '回调列表。', 'type' => 'array', 'items' => [ 'description' => '回调列表。', 'type' => 'object', 'properties' => [ 'CallbackUrl' => [ 'description' => '回调地址。', 'type' => 'string', 'example' => 'https://yundun.console.aliyun.com/', ], 'ModifiedTime' => [ 'description' => '修改时间。', 'type' => 'string', 'example' => '2024-04-24 14:33:31 +0800', ], 'Seed' => [ 'description' => 'Seed。', 'type' => 'string', 'example' => 'cb3ugu72*****$bwl8MmclV-1yI@gP', ], 'CreateTime' => [ 'description' => '创建时间。', 'type' => 'string', 'example' => '2023-10-25 15:58:07 +0800', ], 'Name' => [ 'description' => '回调名称。', 'type' => 'string', 'example' => '违规通知', ], 'CryptType' => [ 'description' => '加密算法。', 'type' => 'integer', 'format' => 'int32', 'example' => 'SHA256', ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '15212', ], 'CallbackTypes' => [ 'description' => '通知类型。', 'type' => 'array', 'items' => [ 'description' => '通知类型。', 'type' => 'string', 'example' => '["selfAudit"]', ], ], 'CallbackSuggestions' => [ 'description' => '审核结果。', 'type' => 'array', 'items' => [ 'description' => '审核结果。', 'type' => 'string', 'example' => '["block"]', ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 13,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"CallbackList\\": [\\n {\\n \\"CallbackUrl\\": \\"https://yundun.console.aliyun.com/\\",\\n \\"ModifiedTime\\": \\"2024-04-24 14:33:31 +0800\\",\\n \\"Seed\\": \\"cb3ugu72*****$bwl8MmclV-1yI@gP\\",\\n \\"CreateTime\\": \\"2023-10-25 15:58:07 +0800\\",\\n \\"Name\\": \\"违规通知\\",\\n \\"CryptType\\": 0,\\n \\"Id\\": 15212,\\n \\"CallbackTypes\\": [\\n \\"[\\\\\\"selfAudit\\\\\\"]\\"\\n ],\\n \\"CallbackSuggestions\\": [\\n \\"[\\\\\\"block\\\\\\"]\\"\\n ]\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取回调列表', ], 'DescribeOpenApiMonitorAlarmSetting' => [ 'summary' => '实时监控报警设置', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102686', 'abilityTreeNodes' => [ 'FEATURElvwangRX5925', ], ], 'parameters' => [ [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'QpsAlarmOpend' => [ 'description' => '告警开关。取值:-**true**:开启-**false**:关闭', 'type' => 'boolean', 'example' => 'true', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'ResourceType' => [ 'description' => '资源类型。', 'type' => 'string', 'example' => 'IMAGE', ], 'RtAlarmConf' => [ 'description' => '告警配置。', 'type' => 'string', 'example' => '{}', ], 'RtAlarmOpend' => [ 'description' => '告警是否通知。取值:-true:通知。-false:不通知。', 'type' => 'boolean', 'example' => 'true', ], 'QpsAlarmConf' => [ 'description' => '告警配置。', 'type' => 'string', 'example' => '{}', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"QpsAlarmOpend\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"ResourceType\\": \\"IMAGE\\",\\n \\"RtAlarmConf\\": \\"{}\\",\\n \\"RtAlarmOpend\\": true,\\n \\"QpsAlarmConf\\": \\"{}\\"\\n}","type":"json"}]', 'title' => '获取开放api监控报警设置', ], 'DescribeOpenApiMonitorData' => [ 'summary' => '机审实时监控', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102687', 'abilityTreeNodes' => [ 'FEATURElvwangR199F8', ], ], 'parameters' => [ [ 'name' => 'ReportName', 'in' => 'query', 'schema' => [ 'description' => '报告名称。', 'type' => 'string', 'required' => true, 'example' => 'qps', ], ], [ 'name' => 'Scene', 'in' => 'query', 'schema' => [ 'description' => '审核场景。', 'type' => 'string', 'required' => false, 'example' => 'terrorism', ], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => false, 'example' => 'default', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], [ 'name' => 'StartDate', 'in' => 'query', 'schema' => [ 'description' => '开始时间。', 'type' => 'string', 'required' => true, 'example' => '2023-08-07 09:22:41 +0800', ], ], [ 'name' => 'EndDate', 'in' => 'query', 'schema' => [ 'description' => '结束时间。', 'type' => 'string', 'required' => true, 'example' => '2023-12-02 09:59:53 +0800', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'RtItemList' => [ 'description' => '返回的结果数据内容。', 'type' => 'array', 'items' => [ 'description' => '返回的结果数据内容。', 'type' => 'object', 'properties' => [ 'Scene' => [ 'description' => '审核场景。', 'type' => 'string', 'example' => 'terrorism', ], 'ItemList' => [ 'description' => '返回数据列表。', 'type' => 'array', 'items' => [ 'description' => '返回数据列表。', 'type' => 'object', 'properties' => [ 'Rt' => [ 'description' => 'Rt。', 'type' => 'number', 'format' => 'float', 'example' => '1', ], 'Minute' => [ 'description' => '分钟。', 'type' => 'string', 'example' => '2023-07-13 10:26:00', ], ], ], ], ], ], ], 'QpsItemList' => [ 'description' => '图片每秒访问次数。', 'type' => 'array', 'items' => [ 'description' => '图片每秒访问次数。', 'type' => 'object', 'properties' => [ 'Scene' => [ 'description' => '审核场景。', 'type' => 'string', 'example' => 'porn', ], 'ItemList' => [ 'description' => '返回数据列表。', 'type' => 'array', 'items' => [ 'description' => '返回数据列表。', 'type' => 'object', 'properties' => [ 'Qps' => [ 'description' => 'QPS数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'Minute' => [ 'description' => '分钟。', 'type' => 'string', 'example' => '2023-07-13 10:26:00', ], ], ], ], ], ], ], 'PathItems' => [ 'description' => '返回结果的路径列表。', 'type' => 'array', 'items' => [ 'description' => '返回结果的路径列表。', 'type' => 'object', 'properties' => [ 'Path' => [ 'description' => '路径。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'Minute' => [ 'description' => '分钟。', 'type' => 'string', 'example' => '2023-07-13 10:26:00', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"RtItemList\\": [\\n {\\n \\"Scene\\": \\"terrorism\\",\\n \\"ItemList\\": [\\n {\\n \\"Rt\\": 1,\\n \\"Minute\\": \\"2023-07-13 10:26:00\\"\\n }\\n ]\\n }\\n ],\\n \\"QpsItemList\\": [\\n {\\n \\"Scene\\": \\"porn\\",\\n \\"ItemList\\": [\\n {\\n \\"Qps\\": 1,\\n \\"Minute\\": \\"2023-07-13 10:26:00\\"\\n }\\n ]\\n }\\n ],\\n \\"PathItems\\": [\\n {\\n \\"Path\\": 1,\\n \\"Minute\\": \\"2023-07-13 10:26:00\\"\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取api监控数据', ], 'DescribeOssStockScanTaskStatData' => [ 'summary' => 'Oss存量扫描结果数据', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102696', 'abilityTreeNodes' => [ 'FEATURElvwang1JQ0P7', ], ], 'parameters' => [ [ 'name' => 'Id', 'in' => 'query', 'schema' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '3751', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'AudioDurations' => [ 'description' => '语音总时长,单位为秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '22', ], 'VideoTotalFrameCount' => [ 'description' => '视频总截帧数。', 'type' => 'integer', 'format' => 'int64', 'example' => '11', ], 'ImageSum' => [ 'description' => '图片检测数量。', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'BlockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'NormalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ReviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'ImagePorn' => [ 'description' => '图片鉴黄场景检测量', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'BlockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'NormalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ReviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'ImageTerrorism' => [ 'description' => '图片暴恐涉政场景检测量。', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'BlockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'NormalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ReviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'ImageAd' => [ 'description' => '图文违规场景检测量。', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'BlockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'NormalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ReviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'ImageLive' => [ 'description' => '图片不良场景检测量。', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'BlockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'NormalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ReviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'VideoSum' => [ 'description' => '视频总量。', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'BlockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'NormalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ReviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'VideoPorn' => [ 'description' => '鉴黄场景视频量', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'BlockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'NormalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ReviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'VideoTerrorism' => [ 'description' => '暴恐涉政场景视频量', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'BlockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'NormalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ReviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'VideoAd' => [ 'description' => '视频图文违规场景检测量', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'BlockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'NormalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ReviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'VideoLive' => [ 'description' => '视频不良场景检测量', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'BlockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'NormalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ReviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'VideoVoiceAntispam' => [ 'description' => '视频语音反垃圾检测量', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'BlockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'NormalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ReviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'AudioSum' => [ 'description' => '语音总量', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'BlockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'NormalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ReviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'AudioAntispam' => [ 'description' => '语音反垃圾检测量', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'BlockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'NormalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ReviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"AudioDurations\\": 22,\\n \\"VideoTotalFrameCount\\": 11,\\n \\"ImageSum\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"ImagePorn\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"ImageTerrorism\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"ImageAd\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"ImageLive\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"VideoSum\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"VideoPorn\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"VideoTerrorism\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"VideoAd\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"VideoLive\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"VideoVoiceAntispam\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"AudioSum\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"AudioAntispam\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n }\\n}","type":"json"}]', 'title' => '获取oss存量状态数据', ], 'DescribeOssStockScanTasks' => [ 'summary' => 'Oss存量扫描任务列表查询', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102695', 'abilityTreeNodes' => [ 'FEATURElvwang1JQ0P7', 'FEATURElvwangD22DKJ', 'FEATURElvwangF6WBQ5', ], ], 'parameters' => [ [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => [ 'description' => '当前页。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'StartDate', 'in' => 'query', 'schema' => [ 'description' => '开始时间。', 'type' => 'string', 'required' => false, 'example' => '2023-11-12 10:26:57 +0800', ], ], [ 'name' => 'EndDate', 'in' => 'query', 'schema' => [ 'description' => '结束时间。', 'type' => 'string', 'required' => false, 'example' => '2023-12-12 10:26:57 +0800'."\n", ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPage' => [ 'description' => '当前页。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'PageSize' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TaskList' => [ 'description' => '扫描任务列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'ImageScanLimit' => [ 'description' => '图片扫描上限', 'type' => 'integer', 'format' => 'int64', 'example' => '100', ], 'VideoScanLimit' => [ 'description' => '视频扫描上限', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'CreateTime' => [ 'description' => '创建时间。', 'type' => 'string', 'example' => '2023-09-26 11:38:08 +0800', ], 'VideoResultFileDownloadUrl' => [ 'description' => '视频审核文件下载地址。', 'type' => 'string', 'example' => 'xx', ], 'ResultFileStatus' => [ 'description' => '文件状态。', 'type' => 'string', 'example' => 'finished', ], 'ImageResultFileDownloadUrl' => [ 'description' => '结果文件下载地址。', 'type' => 'string', 'example' => 'oss_result_file/img/result_xx.txt', ], 'BizType' => [ 'description' => '业务场景。', 'type' => 'string', 'example' => 'recommend_social_template_01', ], 'FinishedTime' => [ 'description' => '结束时间。', 'type' => 'string', 'example' => '2023-10-12 18:15:00 +0800', ], 'AudioResultFileDownloadUrl' => [ 'description' => '音频下载地址。', 'type' => 'string', 'example' => 'xx', ], 'Name' => [ 'description' => '任务名称。', 'type' => 'string', 'example' => 'test889', ], 'AudioScanLimit' => [ 'description' => '语音扫描上限', 'type' => 'integer', 'format' => 'int64', 'example' => '1000', ], 'taskScanStatus' => [ 'description' => '任务状态。', 'type' => 'string', 'example' => 'finished', ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1769', ], 'ModifyTime' => [ 'description' => '修改时间。', 'type' => 'string', 'example' => '2023-10-11 18:15:00 +0800'."\n", ], 'BizTypeName' => [ 'description' => '业务类型名称。', 'type' => 'string', 'example' => 'default', ], 'Buckets' => [ 'description' => '存储空间。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '过滤条件类型', 'type' => 'string', 'example' => 'include', ], 'Selected' => [ 'description' => '是否选中', 'type' => 'boolean', 'example' => 'true', ], 'Bucket' => [ 'description' => '存储空间。', 'type' => 'string', 'example' => 'gj-bucket1', ], 'Prefixes' => [ 'description' => '前缀', 'type' => 'array', 'items' => [ 'description' => '前缀', 'type' => 'string', 'example' => '["img/test_"]'."\n", ], ], ], ], ], 'ImageScenes' => [ 'description' => '图片场景列表', 'type' => 'array', 'items' => [ 'description' => '图片场景列表', 'type' => 'string', 'example' => '[\\"ad\\",\\"terrorism\\",\\"live\\",\\"porn\\"]', ], ], 'VideoScenes' => [ 'description' => '视频场景列表', 'type' => 'array', 'items' => [ 'description' => '视频场景列表', 'type' => 'string', 'example' => '[\\"ad\\",\\"terrorism\\",\\"live\\",\\"porn\\"]', ], ], 'AudioScenes' => [ 'description' => '音频场景列表', 'type' => 'array', 'items' => [ 'description' => '音频场景列表', 'type' => 'string', 'example' => '[\\"antispam\\"]', ], ], 'StatData' => [ 'description' => '统计数据', 'type' => 'object', 'properties' => [ 'VideoTotalFrameCount' => [ 'description' => '视频总截帧数。', 'type' => 'integer', 'format' => 'int64', 'example' => '11', ], 'AudioDurations' => [ 'description' => '语音总时长,单位为秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '22', ], 'ImageSum' => [ 'description' => '图片总量。', 'type' => 'object', 'properties' => [ 'totalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'blockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'normalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'reviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'ImagePorn' => [ 'description' => '鉴黄场景检测量', 'type' => 'object', 'properties' => [ 'totalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'blockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'normalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'reviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'ImageTerrorism' => [ 'description' => '图片暴恐涉政场景检测量。', 'type' => 'object', 'properties' => [ 'totalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'blockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'normalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'reviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'ImageAd' => [ 'description' => '图文违规场景检测量。', 'type' => 'object', 'properties' => [ 'totalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'blockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'normalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'reviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'ImageLive' => [ 'description' => '图片不良场景检测量。', 'type' => 'object', 'properties' => [ 'totalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'blockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'normalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'reviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'VideoSum' => [ 'description' => '视频总量。', 'type' => 'object', 'properties' => [ 'totalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'blockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'normalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'reviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'VideoPorn' => [ 'description' => '鉴黄场景视频量', 'type' => 'object', 'properties' => [ 'totalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'blockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'normalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'reviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'VideoTerrorism' => [ 'description' => '暴恐涉政场景视频量', 'type' => 'object', 'properties' => [ 'totalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'blockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'normalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'reviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'VideoAd' => [ 'description' => '视频图文违规场景检测量', 'type' => 'object', 'properties' => [ 'totalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'blockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'normalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'reviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'VideoLive' => [ 'description' => '视频不良场景检测量', 'type' => 'object', 'properties' => [ 'totalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'blockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'normalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'reviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'VoiceSum' => [ 'description' => '语音总量。', 'type' => 'object', 'properties' => [ 'totalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'blockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'normalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'reviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'VideoVoiceAntispam' => [ 'description' => '视频语音反垃圾检测量', 'type' => 'object', 'properties' => [ 'totalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'blockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'normalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'reviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'AudioSum' => [ 'description' => '语音总量', 'type' => 'object', 'properties' => [ 'totalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'blockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'normalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'reviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'AudioAntispam' => [ 'description' => '语音反垃圾检测量', 'type' => 'object', 'properties' => [ 'totalCount' => [ 'description' => '总量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'blockCount' => [ 'description' => '违规数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'normalCount' => [ 'description' => '正常数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'reviewCount' => [ 'description' => '疑似数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'ScanFileSum' => [ 'description' => '扫描文件数。', 'type' => 'integer', 'format' => 'int64', 'example' => '1000', ], ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 10,\\n \\"TaskList\\": [\\n {\\n \\"ImageScanLimit\\": 100,\\n \\"VideoScanLimit\\": 10,\\n \\"CreateTime\\": \\"2023-09-26 11:38:08 +0800\\",\\n \\"VideoResultFileDownloadUrl\\": \\"xx\\",\\n \\"ResultFileStatus\\": \\"finished\\",\\n \\"ImageResultFileDownloadUrl\\": \\"oss_result_file/img/result_xx.txt\\",\\n \\"BizType\\": \\"recommend_social_template_01\\",\\n \\"FinishedTime\\": \\"2023-10-12 18:15:00 +0800\\",\\n \\"AudioResultFileDownloadUrl\\": \\"xx\\",\\n \\"Name\\": \\"test889\\",\\n \\"AudioScanLimit\\": 1000,\\n \\"taskScanStatus\\": \\"finished\\",\\n \\"Id\\": 1769,\\n \\"ModifyTime\\": \\"2023-10-11 18:15:00 +0800\\\\n\\",\\n \\"BizTypeName\\": \\"default\\",\\n \\"Buckets\\": [\\n {\\n \\"Type\\": \\"include\\",\\n \\"Selected\\": true,\\n \\"Bucket\\": \\"gj-bucket1\\",\\n \\"Prefixes\\": [\\n \\"[\\\\\\"img/test_\\\\\\"]\\\\n\\"\\n ]\\n }\\n ],\\n \\"ImageScenes\\": [\\n \\"[\\\\\\\\\\\\\\"ad\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"terrorism\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"live\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"porn\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"VideoScenes\\": [\\n \\"[\\\\\\\\\\\\\\"ad\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"terrorism\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"live\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"porn\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"AudioScenes\\": [\\n \\"[\\\\\\\\\\\\\\"antispam\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"StatData\\": {\\n \\"VideoTotalFrameCount\\": 11,\\n \\"AudioDurations\\": 22,\\n \\"ImageSum\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"ImagePorn\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"ImageTerrorism\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"ImageAd\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"ImageLive\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"VideoSum\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"VideoPorn\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"VideoTerrorism\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"VideoAd\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"VideoLive\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"VoiceSum\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"VideoVoiceAntispam\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"AudioSum\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"AudioAntispam\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"ScanFileSum\\": 1000\\n }\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取oss存量扫描任务', ], 'DescribeOssStockTaskSetting' => [ 'summary' => '获取存量扫描任务配置', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102699', 'abilityTreeNodes' => [ 'FEATURElvwangF6WBQ5', 'FEATURElvwangD22DKJ', 'FEATURElvwang1JQ0P7', ], ], 'parameters' => [ [ 'name' => 'Id', 'in' => 'query', 'schema' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '3744', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CallbackName' => [ 'description' => '回调名称。', 'type' => 'string', 'example' => 'xx', ], 'videoScanLimit' => [ 'description' => '视频扫描的最大数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '100', ], 'AudioAutoFreezeOpened' => [ 'description' => '音频需要冻结', 'type' => 'boolean', 'example' => 'false', ], 'EndDate' => [ 'description' => '结束时间。', 'type' => 'string', 'example' => '2023-10-21 16:08:38 +0800'."\n", ], 'VideoOpened' => [ 'description' => '是否扫描视频,取值:-**true**:开启。-**false**:关闭。', 'type' => 'boolean', 'example' => 'true', ], 'AudioOpened' => [ 'description' => '是否扫描音频。取值:-**true**:开启-**false**:不开启', 'type' => 'boolean', 'example' => 'true', ], 'audioScanLimit' => [ 'description' => '音频扫描上限', 'type' => 'integer', 'format' => 'int64', 'example' => '11', ], 'StartDate' => [ 'description' => '开始时间。', 'type' => 'string', 'example' => '2023-08-21 16:08:38 +0800'."\n", ], 'ImageOpened' => [ 'description' => '是否扫描图片。取值:-true:开启-false:不开启', 'type' => 'boolean', 'example' => 'true', ], 'ImageAutoFreezeOpened' => [ 'description' => '图片需要冻结', 'type' => 'boolean', 'example' => 'true', ], 'VideoMaxFrames' => [ 'description' => '单视频截帧上限', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], 'CallbackId' => [ 'description' => '回调通知ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1664', ], 'ScanImageNoFileType' => [ 'description' => '检测无后缀文件', 'type' => 'boolean', 'example' => 'true', ], 'AutoFreezeType' => [ 'description' => '冻结方式', 'type' => 'string', 'example' => 'acl', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'VideoAutoFreezeOpened' => [ 'description' => '视频需要冻结', 'type' => 'boolean', 'example' => 'true', ], 'VideoFrameInterval' => [ 'description' => '截帧频率', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'videoMaxSize' => [ 'description' => '单视频大小上限', 'type' => 'integer', 'format' => 'int32', 'example' => '100', ], 'imageScanLimit' => [ 'description' => '图片扫描上限', 'type' => 'integer', 'format' => 'int64', 'example' => '100', ], 'AudioMaxSize' => [ 'description' => '单音频大小上限', 'type' => 'integer', 'format' => 'int32', 'example' => '200', ], 'ImageScenes' => [ 'description' => '图片场景列表。', 'type' => 'array', 'items' => [ 'description' => '图片场景列表。', 'type' => 'string', 'example' => '[\\"ad\\",\\"terrorism\\",\\"live\\",\\"porn\\"]', ], ], 'VideoScenes' => [ 'description' => '视频场景列表。', 'type' => 'array', 'items' => [ 'description' => '视频场景列表。', 'type' => 'string', 'example' => '[\\"ad\\",\\"terrorism\\",\\"live\\",\\"porn\\"]', ], ], 'AudioScenes' => [ 'description' => '音频场景列表。', 'type' => 'array', 'items' => [ 'description' => '音频场景列表。', 'type' => 'string', 'example' => '[\\"antispam\\"]', ], ], 'ImagePornFreezeConfig' => [ 'description' => '图片鉴黄冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'ImageTerrorismFreezeConfig' => [ 'description' => '图片暴恐冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'ImageAdFreezeConfig' => [ 'description' => '图片广告冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'ImageLiveFreezeConfig' => [ 'description' => '图片不良场景冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'VideoPornFreezeConfig' => [ 'description' => '视频鉴黄冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'VideoTerrorismFreezeConfig' => [ 'description' => '视频暴恐冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'VideoAdFreezeConfig' => [ 'description' => '视频广告冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'VideoLiveFreezeConfig' => [ 'description' => '视频不良场景冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'VideoVoiceAntispamFreezeConfig' => [ 'description' => '视频语音发垃圾冻结配置。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'AudioAntispamFreezeConfig' => [ 'description' => '音频冻结场景列表', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '类型', 'type' => 'string', 'example' => 'suggestion', ], 'Value' => [ 'description' => '值', 'type' => 'string', 'example' => 'block', ], ], ], 'BizTypeTemplate' => [ 'description' => '业务场景模板', 'type' => 'object', 'properties' => [ 'Name' => [ 'description' => '名称。', 'type' => 'string', 'example' => 'test', ], 'Description' => [ 'description' => '描述', 'type' => 'string', 'example' => 'mgst', ], 'BizType' => [ 'description' => '业务场景。', 'type' => 'string', 'example' => 'default', ], 'ImageConfig' => [ 'description' => '图片配置。', 'type' => 'object', 'properties' => [ 'Terrorism' => [ 'description' => '暴恐。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Porn' => [ 'description' => '鉴黄。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Ad' => [ 'description' => '广告。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Live' => [ 'description' => '不良场景。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], ], ], 'VideoConfig' => [ 'description' => '视频配置。', 'type' => 'object', 'properties' => [ 'Terrorism' => [ 'description' => '暴恐。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Porn' => [ 'description' => '鉴黄。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Ad' => [ 'description' => '广告。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], 'Live' => [ 'description' => '不良场景。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], ], ], 'VoiceConfig' => [ 'description' => '语音配置。', 'type' => 'object', 'properties' => [ 'Antispam' => [ 'description' => '文本反垃圾。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '[]', ], ], ], ], ], ], ], ], 'Buckets' => [ 'description' => '存储空间。', 'type' => 'array', 'items' => [ 'description' => '存储空间。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '过滤条件类型', 'type' => 'string', 'example' => 'include', ], 'Selected' => [ 'description' => '是否选中该ossbucket。', 'type' => 'boolean', 'example' => 'true', ], 'Bucket' => [ 'description' => '存储空间。', 'type' => 'string', 'example' => 'tctest', ], 'Prefixes' => [ 'description' => '前缀', 'type' => 'array', 'items' => [ 'description' => '前缀', 'type' => 'string', 'example' => '["img/test_"]'."\n", ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CallbackName\\": \\"xx\\",\\n \\"videoScanLimit\\": 100,\\n \\"AudioAutoFreezeOpened\\": false,\\n \\"EndDate\\": \\"2023-10-21 16:08:38 +0800\\\\n\\",\\n \\"VideoOpened\\": true,\\n \\"AudioOpened\\": true,\\n \\"audioScanLimit\\": 11,\\n \\"StartDate\\": \\"2023-08-21 16:08:38 +0800\\\\n\\",\\n \\"ImageOpened\\": true,\\n \\"ImageAutoFreezeOpened\\": true,\\n \\"VideoMaxFrames\\": 100,\\n \\"CallbackId\\": 1664,\\n \\"ScanImageNoFileType\\": true,\\n \\"AutoFreezeType\\": \\"acl\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"VideoAutoFreezeOpened\\": true,\\n \\"VideoFrameInterval\\": 1,\\n \\"videoMaxSize\\": 100,\\n \\"imageScanLimit\\": 100,\\n \\"AudioMaxSize\\": 200,\\n \\"ImageScenes\\": [\\n \\"[\\\\\\\\\\\\\\"ad\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"terrorism\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"live\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"porn\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"VideoScenes\\": [\\n \\"[\\\\\\\\\\\\\\"ad\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"terrorism\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"live\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"porn\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"AudioScenes\\": [\\n \\"[\\\\\\\\\\\\\\"antispam\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"ImagePornFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"ImageTerrorismFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"ImageAdFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"ImageLiveFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoPornFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoTerrorismFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoAdFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoLiveFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoVoiceAntispamFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"AudioAntispamFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"BizTypeTemplate\\": {\\n \\"Name\\": \\"test\\",\\n \\"Description\\": \\"mgst\\",\\n \\"BizType\\": \\"default\\",\\n \\"ImageConfig\\": {\\n \\"Terrorism\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Porn\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Ad\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Live\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n }\\n },\\n \\"VideoConfig\\": {\\n \\"Terrorism\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Porn\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Ad\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Live\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n }\\n },\\n \\"VoiceConfig\\": {\\n \\"Antispam\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n }\\n }\\n },\\n \\"Buckets\\": [\\n {\\n \\"Type\\": \\"include\\",\\n \\"Selected\\": true,\\n \\"Bucket\\": \\"tctest\\",\\n \\"Prefixes\\": [\\n \\"[\\\\\\"img/test_\\\\\\"]\\\\n\\"\\n ]\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取oss库存任务设置', ], 'DescribeUserOssBuckets' => [ 'summary' => '获取用户oss桶列表', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102706', 'abilityTreeNodes' => [ 'FEATURElvwang1JQ0P7', ], ], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AuthStatus' => [ 'description' => '授权状态', 'type' => 'string', 'example' => 'OK', ], 'RequestId' => [ 'description' => '请求 ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'Buckets' => [ 'description' => '存储空间。', 'type' => 'array', 'items' => [ 'description' => '存储空间。', 'type' => 'string', 'example' => '[{\\"Bucket\\":\\"aileshijie\\",\\"Region\\":\\"cn-hangzhou\\"}]', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AuthStatus\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Buckets\\": [\\n \\"[{\\\\\\\\\\\\\\"Bucket\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"aileshijie\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Region\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"cn-hangzhou\\\\\\\\\\\\\\"}]\\"\\n ]\\n}","type":"json"}]', 'title' => '获取用户bucket', ], 'ExportOpenApiUsage' => [ 'summary' => '导出基线检查、资源占用、负载均衡状态等检测结果', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102719', 'abilityTreeNodes' => [ 'FEATURElvwangR199F8', ], ], 'parameters' => [ [ 'name' => 'StartDate', 'in' => 'query', 'schema' => [ 'description' => '开始时间。', 'type' => 'string', 'required' => true, 'example' => '2023-08-02 00:00:00 +0800', ], ], [ 'name' => 'EndDate', 'in' => 'query', 'schema' => [ 'description' => '结束时间。', 'type' => 'string', 'required' => true, 'example' => '2023-12-31 10:05:26 +0800', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型。', 'type' => 'string', 'required' => true, 'example' => 'IMAGE', ], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => false, 'example' => 'default', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'DownloadUrl' => [ 'description' => '下载地址。', 'type' => 'string', 'example' => 'https://xxx.xlsx', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"DownloadUrl\\": \\"https://xxx.xlsx\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '导出开放api用量', 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。', ], 'ModifyAuditCallback' => [ 'summary' => '修改人审回调通知', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102726', 'abilityTreeNodes' => [ 'FEATURElvwangJLHVVH', ], ], 'parameters' => [ [ 'name' => 'Id', 'in' => 'query', 'schema' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '939', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '回调名称。', 'type' => 'string', 'required' => true, 'example' => '回调方案1', ], ], [ 'name' => 'Url', 'in' => 'query', 'schema' => [ 'description' => '回调地址。', 'type' => 'string', 'required' => true, 'example' => 'https://www.xxx.com', ], ], [ 'name' => 'CryptType', 'in' => 'query', 'schema' => [ 'description' => '加密算法。', 'type' => 'string', 'required' => false, 'example' => 'SHA256', ], ], [ 'name' => 'CallbackTypes', 'in' => 'query', 'schema' => [ 'description' => '通知类型。', 'type' => 'string', 'required' => true, 'example' => 'selfAudit', ], ], [ 'name' => 'CallbackSuggestions', 'in' => 'query', 'schema' => [ 'description' => '审核结果。', 'type' => 'string', 'required' => true, 'example' => '["block"]', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ModifiedTime' => [ 'description' => '修改时间。', 'type' => 'string', 'example' => '2023-10-25 15:59:17 +0800', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'CreateTime' => [ 'description' => '创建时间。', 'type' => 'string', 'example' => '2023-10-25 15:58:07 +0800', ], 'Seed' => [ 'description' => 'Seed。', 'type' => 'string', 'example' => 'cb62$JswztQB$7swUrN7qP2t-1ySnok', ], 'Url' => [ 'description' => '回调url。', 'type' => 'string', 'example' => 'https://console.aliyun.com/'."\n", ], 'Name' => [ 'description' => '回调名称。', 'type' => 'string', 'example' => '回调方案1', ], 'CryptType' => [ 'description' => '加密算法。', 'type' => 'string', 'example' => 'SHA256', ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '938', ], 'CallbackTypes' => [ 'description' => '通知类型。', 'type' => 'array', 'items' => [ 'description' => '通知类型。', 'type' => 'string', 'example' => '["selfAudit"]', ], ], 'CallbackSuggestions' => [ 'description' => '审核结果。', 'type' => 'array', 'items' => [ 'description' => '审核结果。', 'type' => 'string', 'example' => '["block"]', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ModifiedTime\\": \\"2023-10-25 15:59:17 +0800\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"CreateTime\\": \\"2023-10-25 15:58:07 +0800\\",\\n \\"Seed\\": \\"cb62$JswztQB$7swUrN7qP2t-1ySnok\\",\\n \\"Url\\": \\"https://console.aliyun.com/\\\\n\\",\\n \\"Name\\": \\"回调方案1\\",\\n \\"CryptType\\": \\"SHA256\\",\\n \\"Id\\": 938,\\n \\"CallbackTypes\\": [\\n \\"[\\\\\\"selfAudit\\\\\\"]\\"\\n ],\\n \\"CallbackSuggestions\\": [\\n \\"[\\\\\\"block\\\\\\"]\\"\\n ]\\n}","type":"json"}]', 'title' => '修改审核回调', ], 'UpdateBizTypeAuditRange' => [ 'summary' => '修改流入自助审核的数据类型', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102740', 'abilityTreeNodes' => [ 'FEATURElvwangIBEW89', ], ], 'parameters' => [ [ 'name' => 'AuditRange', 'in' => 'query', 'schema' => [ 'description' => '审核范围列表。', 'type' => 'string', 'required' => false, 'example' => '["block","review"]', ], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => true, 'example' => 'default', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新业务类型审批', ], 'UpdateBizTypeResultBackupSetting' => [ 'summary' => '修改证据转存设置', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102742', 'abilityTreeNodes' => [ 'FEATURElvwang68YS95', ], ], 'parameters' => [ [ 'name' => 'Video', 'in' => 'query', 'schema' => [ 'description' => '视频。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'Voice', 'in' => 'query', 'schema' => [ 'description' => '音频。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'Image', 'in' => 'query', 'schema' => [ 'description' => '图片。', 'type' => 'string', 'required' => false, 'example' => '{}', ], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => true, 'example' => 'default', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新业务类型备份设置', ], 'UpdateCallback' => [ 'summary' => '更新消息回调', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102745', 'abilityTreeNodes' => [ 'FEATURElvwangJLHVVH', ], ], 'parameters' => [ [ 'name' => 'Id', 'in' => 'query', 'schema' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1384', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '回调名称。', 'type' => 'string', 'required' => true, 'example' => 'xx', ], ], [ 'name' => 'CallbackUrl', 'in' => 'query', 'schema' => [ 'description' => '回调地址。', 'type' => 'string', 'required' => true, 'example' => 'https://www.xx.com', ], ], [ 'name' => 'CryptType', 'in' => 'query', 'schema' => [ 'description' => '加密算法', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => 'SHA256', ], ], [ 'name' => 'CallbackTypes', 'in' => 'query', 'schema' => [ 'description' => '通知类型。', 'type' => 'string', 'required' => true, 'example' => '["selfAudit"]', ], ], [ 'name' => 'CallbackSuggestions', 'in' => 'query', 'schema' => [ 'description' => '审核结果。', 'type' => 'string', 'required' => true, 'example' => '["block", "pass", "review"]', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CallbackUrl' => [ 'description' => '回调地址。', 'type' => 'string', 'example' => 'http://xxx/verify/callback', ], 'ModifiedTime' => [ 'description' => '修改时间。', 'type' => 'string', 'example' => '2023-09-14 19:09:44 +0800', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'CreateTime' => [ 'description' => '创建时间。', 'type' => 'string', 'example' => '2022-09-16 17:09:39 +0800', ], 'Seed' => [ 'description' => 'Seed。', 'type' => 'string', 'example' => 'cb44AJrGJWbft5syoh87q5Au-1zLn3i', ], 'Name' => [ 'description' => '回调名称。', 'type' => 'string', 'example' => '违规检测通知', ], 'CryptType' => [ 'description' => '加密算法。', 'type' => 'integer', 'format' => 'int32', 'example' => 'SHA256', ], 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1180', ], 'CallbackTypes' => [ 'description' => '通知类型。', 'type' => 'array', 'items' => [ 'description' => '通知类型。', 'type' => 'string', 'example' => '["selfAudit"]', ], ], 'CallbackSuggestions' => [ 'description' => '审核结果。', 'type' => 'array', 'items' => [ 'description' => '审核结果。', 'type' => 'string', 'example' => '["block","review","pass"]', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CallbackUrl\\": \\"http://xxx/verify/callback\\",\\n \\"ModifiedTime\\": \\"2023-09-14 19:09:44 +0800\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"CreateTime\\": \\"2022-09-16 17:09:39 +0800\\",\\n \\"Seed\\": \\"cb44AJrGJWbft5syoh87q5Au-1zLn3i\\",\\n \\"Name\\": \\"违规检测通知\\",\\n \\"CryptType\\": 0,\\n \\"Id\\": 1180,\\n \\"CallbackTypes\\": [\\n \\"[\\\\\\"selfAudit\\\\\\"]\\"\\n ],\\n \\"CallbackSuggestions\\": [\\n \\"[\\\\\\"block\\\\\\",\\\\\\"review\\\\\\",\\\\\\"pass\\\\\\"]\\"\\n ]\\n}","type":"json"}]', 'title' => '更新回调', ], 'UpdateCallbackBind' => [ 'summary' => '更新回调设置绑定关系', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102746', 'abilityTreeNodes' => [ 'FEATURElvwangHBD2RF', ], ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => true, 'example' => 'default', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '回调名称。', 'type' => 'string', 'required' => true, 'example' => '测试', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新回调', ], 'UpdateOssStockTask' => [ 'summary' => '更新oss存量任务', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102755', 'abilityTreeNodes' => [ 'FEATURElvwang2EQZ93', ], ], 'parameters' => [ [ 'name' => 'Id', 'in' => 'query', 'schema' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '3527', ], ], [ 'name' => 'Operation', 'in' => 'query', 'schema' => [ 'description' => '操作类型。', 'type' => 'string', 'required' => true, 'example' => 'stop', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', 'title' => '更新oss检测存量任务', ], 'DescribeOssStockScanUserStatus' => [ 'summary' => 'OSS存量扫描用户状态', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102697', 'abilityTreeNodes' => [ 'FEATURElvwang1JQ0P7', ], ], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'hasStockTasks' => [ 'description' => '是否有存量检测任务。', 'type' => 'boolean', 'example' => 'true', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'HasBuckets' => [ 'description' => '是否已开通ossbucket服务。', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"hasStockTasks\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"HasBuckets\\": true\\n}","type":"json"}]', 'title' => '获取oss用户状态', ], 'DescribeBizTypeTemplates' => [ 'summary' => 'OSS扫描用户可选模板列表', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102673', 'abilityTreeNodes' => [ 'FEATURElvwang1JQ0P7', ], ], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'Templates' => [ 'description' => '模板列表。', 'type' => 'array', 'items' => [ 'description' => '模板列表。', 'type' => 'object', 'properties' => [ 'Name' => [ 'description' => '模板名称。', 'type' => 'string', 'example' => '社区内容安全', ], 'Description' => [ 'description' => '模板描述。', 'type' => 'string', 'example' => 'xxx', ], 'BizType' => [ 'description' => '业务场景。', 'type' => 'string', 'example' => 'recommend_social_template_01', ], 'ImageConfig' => [ 'description' => '图片配置。', 'type' => 'object', 'properties' => [ 'Terrorism' => [ 'description' => '暴恐。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '["politicsPositivePerson","politicsNegativePerson","taintedStars","violationPerson","violationFlag","chineseFlag","violentIncident","march","bloodySick","policeUniform","combatUniform","rmb"]', ], ], ], ], 'Porn' => [ 'description' => '鉴黄。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '["porn"]', ], ], ], ], 'Ad' => [ 'description' => '广告。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '["strictlyPorn","positivePolitics","negativePolitics","politicsPublicOpinion","strictRude"]', ], ], ], ], 'Live' => [ 'description' => '不良场景。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '["drug","gamble","sick"]', ], ], ], ], ], ], 'VideoConfig' => [ 'description' => '视频配置。', 'type' => 'object', 'properties' => [ 'Terrorism' => [ 'description' => '暴恐。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '["politicsPositivePerson","politicsNegativePerson","taintedStars","violationPerson","violationFlag","chineseFlag","violentIncident","march","bloodySick","policeUniform","combatUniform","rmb"]', ], ], ], ], 'Porn' => [ 'description' => '鉴黄。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '["porn"]', ], ], ], ], 'Ad' => [ 'description' => '广告。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '["strictlyPorn","positivePolitics","negativePolitics","politicsPublicOpinion","strictRude"]', ], ], ], ], 'Live' => [ 'description' => '不良场景。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '["drug","gamble","sick"]', ], ], ], ], ], ], 'VoiceConfig' => [ 'description' => '语音配置。', 'type' => 'object', 'properties' => [ 'Antispam' => [ 'description' => '反垃圾识别。', 'type' => 'object', 'properties' => [ 'Categories' => [ 'description' => '类别。', 'type' => 'array', 'items' => [ 'description' => '类别。', 'type' => 'string', 'example' => '["strictlyPorn","positivePolitics","negativePolitics","politicsPublicOpinion","strictRude"]', ], ], ], ], ], ], 'IncludeChannel' => [ 'description' => '是否包含三方渠道的算法-0:不包含-1:包含', 'type' => 'integer', 'format' => 'int32', 'example' => '0', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Templates\\": [\\n {\\n \\"Name\\": \\"社区内容安全\\",\\n \\"Description\\": \\"xxx\\",\\n \\"BizType\\": \\"recommend_social_template_01\\",\\n \\"ImageConfig\\": {\\n \\"Terrorism\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"politicsPositivePerson\\\\\\",\\\\\\"politicsNegativePerson\\\\\\",\\\\\\"taintedStars\\\\\\",\\\\\\"violationPerson\\\\\\",\\\\\\"violationFlag\\\\\\",\\\\\\"chineseFlag\\\\\\",\\\\\\"violentIncident\\\\\\",\\\\\\"march\\\\\\",\\\\\\"bloodySick\\\\\\",\\\\\\"policeUniform\\\\\\",\\\\\\"combatUniform\\\\\\",\\\\\\"rmb\\\\\\"]\\"\\n ]\\n },\\n \\"Porn\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"porn\\\\\\"]\\"\\n ]\\n },\\n \\"Ad\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"strictlyPorn\\\\\\",\\\\\\"positivePolitics\\\\\\",\\\\\\"negativePolitics\\\\\\",\\\\\\"politicsPublicOpinion\\\\\\",\\\\\\"strictRude\\\\\\"]\\"\\n ]\\n },\\n \\"Live\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"drug\\\\\\",\\\\\\"gamble\\\\\\",\\\\\\"sick\\\\\\"]\\"\\n ]\\n }\\n },\\n \\"VideoConfig\\": {\\n \\"Terrorism\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"politicsPositivePerson\\\\\\",\\\\\\"politicsNegativePerson\\\\\\",\\\\\\"taintedStars\\\\\\",\\\\\\"violationPerson\\\\\\",\\\\\\"violationFlag\\\\\\",\\\\\\"chineseFlag\\\\\\",\\\\\\"violentIncident\\\\\\",\\\\\\"march\\\\\\",\\\\\\"bloodySick\\\\\\",\\\\\\"policeUniform\\\\\\",\\\\\\"combatUniform\\\\\\",\\\\\\"rmb\\\\\\"]\\"\\n ]\\n },\\n \\"Porn\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"porn\\\\\\"]\\"\\n ]\\n },\\n \\"Ad\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"strictlyPorn\\\\\\",\\\\\\"positivePolitics\\\\\\",\\\\\\"negativePolitics\\\\\\",\\\\\\"politicsPublicOpinion\\\\\\",\\\\\\"strictRude\\\\\\"]\\"\\n ]\\n },\\n \\"Live\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"drug\\\\\\",\\\\\\"gamble\\\\\\",\\\\\\"sick\\\\\\"]\\"\\n ]\\n }\\n },\\n \\"VoiceConfig\\": {\\n \\"Antispam\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"strictlyPorn\\\\\\",\\\\\\"positivePolitics\\\\\\",\\\\\\"negativePolitics\\\\\\",\\\\\\"politicsPublicOpinion\\\\\\",\\\\\\"strictRude\\\\\\"]\\"\\n ]\\n }\\n },\\n \\"IncludeChannel\\": 0\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取业务类型模版', ], 'StopOssIncrementCheck' => [ 'summary' => '停止增量扫描任务。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '102734', 'abilityTreeNodes' => [ 'FEATURElvwangSIW14U', ], ], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', 'title' => '停止oss增量检查', ], 'GetAuditItemDetail' => [ 'summary' => '机审结果详情', 'methods' => [ 'get', 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '118733', 'abilityTreeNodes' => [ 'FEATURElvwangRX5925', ], ], 'parameters' => [ [ 'name' => 'Type', 'in' => 'query', 'schema' => [ 'description' => '媒体类型。', 'type' => 'string', 'required' => false, 'example' => '0', ], ], [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'description' => '任务ID。', 'type' => 'string', 'required' => false, 'example' => 'xxxx-xxx', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'ApiTs' => [ 'description' => '机审时间', 'type' => 'string', 'example' => '2023-07-20 09:00:13 +0800'."\n", ], 'ApiResult' => [ 'description' => '机审结果', 'type' => 'string', 'example' => 'block', ], 'ApiRiskType' => [ 'description' => '机审命中详情', 'type' => 'string', 'example' => 'xx', ], 'NewUrl' => [ 'description' => '原始文件链接地址。', 'type' => 'string', 'example' => 'xx', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"ApiTs\\": \\"2023-07-20 09:00:13 +0800\\\\n\\",\\n \\"ApiResult\\": \\"block\\",\\n \\"ApiRiskType\\": \\"xx\\",\\n \\"NewUrl\\": \\"xx\\"\\n}","type":"json"}]', 'title' => '获取审核内容详情', ], 'AuditItemSubmit' => [ 'summary' => '提交复审的结果。', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '118738', 'abilityTreeNodes' => [ 'FEATURElvwangIBEW89', ], ], 'parameters' => [ [ 'name' => 'Data', 'in' => 'query', 'allowEmptyValue' => false, 'style' => 'repeatList', 'schema' => [ 'description' => '请求数据。', 'type' => 'array', 'items' => [ 'description' => '请求数据。', 'type' => 'object', 'properties' => [ 'Id' => [ 'description' => '人审结果id。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '11234', ], 'CustomResult' => [ 'description' => '复审结果:-normal:正常 -illegal:违规', 'type' => 'string', 'required' => false, 'example' => 'illegal', ], 'CustomRiskType' => [ 'description' => '违规类型:涉政、涉黄、暴恐、图文违规', 'type' => 'string', 'required' => false, 'example' => '涉政', ], ], 'required' => false, ], 'required' => false, 'maxItems' => 1000, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '本次请求的id。', 'type' => 'string', 'example' => 'E1677098-XXXX-XXXX-XXXX-XX850C31980E', ], 'Success' => [ 'description' => '是否成功。', 'type' => 'boolean', 'example' => 'True', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E1677098-XXXX-XXXX-XXXX-XX850C31980E\\",\\n \\"Success\\": true\\n}","type":"json"}]', 'title' => '提交审核作业', 'description' => '- 计费信息:该接口不计费。'."\n" .'- 查询超时:建议您将查询间隔设置为480秒(即在提交异步检测任务480秒之后查询结果),最长不能超出3天,否则结果将会自动删除。'."\n" .'- 本接口的单用户QPS限制为100次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。', ], 'GetAuditUserConf' => [ 'summary' => '人审等控制台配置信息', 'methods' => [ 'get', 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '118683', 'abilityTreeNodes' => [ 'FEATURElvwangI0EWGR', ], ], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'CustomAudit' => [ 'description' => '是否开启内容人审功能', 'type' => 'boolean', 'example' => 'True', ], 'UserLabels' => [ 'description' => '复审标签', 'type' => 'object', 'additionalProperties' => [ 'type' => 'array', 'items' => [ 'type' => 'string', 'example' => '[]', 'description' => '复审标签', ], 'description' => '复审标签', ], ], 'RcpLabels' => [ 'description' => '人审标签', 'type' => 'object', 'additionalProperties' => [ 'type' => 'array', 'items' => [ 'type' => 'string', 'description' => '人审标签', 'example' => '[]', ], 'description' => '人审标签', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"CustomAudit\\": true,\\n \\"UserLabels\\": {\\n \\"key\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"RcpLabels\\": {\\n \\"key\\": [\\n \\"[]\\"\\n ]\\n }\\n}","type":"json"}]', 'title' => '获取审核状态', ], 'GetAuditItemList' => [ 'summary' => '人审结果列表', 'methods' => [ 'get', 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '118727', 'abilityTreeNodes' => [ 'FEATURElvwangI0EWGR', ], ], 'parameters' => [ [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '20', ], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => [ 'description' => '媒体类型。', 'type' => 'string', 'required' => false, 'example' => '0', ], ], [ 'name' => 'StartDate', 'in' => 'query', 'schema' => [ 'description' => '开始时间。', 'type' => 'string', 'required' => false, 'example' => '2023-07-13 00:00:00 +0800', ], ], [ 'name' => 'EndDate', 'in' => 'query', 'schema' => [ 'description' => '结束时间。', 'type' => 'string', 'required' => false, 'example' => '2023-10-21 16:08:38 +0800', ], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => [ 'description' => '业务场景。', 'type' => 'string', 'required' => false, 'example' => 'default', ], ], [ 'name' => 'RcpResult', 'in' => 'query', 'schema' => [ 'description' => '人审结果', 'type' => 'string', 'required' => false, 'example' => 'noAudit', ], ], [ 'name' => 'RcpRiskType', 'in' => 'query', 'schema' => [ 'description' => '人审违规类型', 'type' => 'string', 'required' => false, 'example' => 'xx', ], ], [ 'name' => 'CustomResult', 'in' => 'query', 'schema' => [ 'description' => '复审结果', 'type' => 'string', 'required' => false, 'example' => 'noAudit', ], ], [ 'name' => 'CustomRiskType', 'in' => 'query', 'schema' => [ 'description' => '复审违规类型', 'type' => 'string', 'required' => false, 'example' => 'xx', ], ], [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'description' => '任务ID。', 'type' => 'string', 'required' => false, 'example' => 'xxx', ], ], [ 'name' => 'DataId', 'in' => 'query', 'schema' => [ 'description' => '数据ID。', 'type' => 'string', 'required' => false, 'example' => '4f3fa36f77174c0985e400c1a02a8f4c', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", ], 'CurrentPage' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'PageSize' => [ 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'TotalCount' => [ 'description' => '总数。', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'Items' => [ 'description' => '当前页数据。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Id' => [ 'description' => '主键ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1697', ], 'Create' => [ 'description' => '创建时间', 'type' => 'string', 'example' => '2023-07-13 00:00:00 +0800'."\n", ], 'Uid' => [ 'description' => 'UID。', 'type' => 'string', 'example' => '104813*****2399', ], 'SubUid' => [ 'description' => '子账号ID', 'type' => 'string', 'example' => '20252***0827833349', ], 'BizType' => [ 'description' => '业务场景。', 'type' => 'string', 'example' => 'recommend_social_template_01', ], 'RcpTs' => [ 'description' => '人审时间', 'type' => 'string', 'example' => '2023-07-13 00:00:00 +0800'."\n", ], 'RcpResult' => [ 'description' => '人审结果', 'type' => 'string', 'example' => 'noAudit', ], 'RcpRiskType' => [ 'description' => '人审违规类型', 'type' => 'string', 'example' => 'politics', ], 'CustomTs' => [ 'description' => '复审时间', 'type' => 'string', 'example' => '2023-07-13 00:00:00 +0800'."\n", ], 'CustomResult' => [ 'description' => '复审结果', 'type' => 'string', 'example' => 'noAudit', ], 'CustomRiskType' => [ 'description' => '复审违规类型', 'type' => 'string', 'example' => 'politics', ], 'Operator' => [ 'description' => '审核员的用户名。', 'type' => 'string', 'example' => 'xx', ], 'TaskId' => [ 'description' => '任务ID。', 'type' => 'string', 'example' => 'xx', ], 'DataId' => [ 'description' => '数据ID。', 'type' => 'string', 'example' => '4f3fa36f77174c0985e400c1a02a8f4c', ], 'Type' => [ 'description' => '检测类型。', 'type' => 'string', 'example' => '0', ], 'Content' => [ 'description' => '审核内容。', 'type' => 'string', 'example' => 'xx', ], 'Url' => [ 'description' => '任务URL。', 'type' => 'string', 'example' => 'xx', ], 'Thumbnail' => [ 'description' => '缩略图地址。', 'type' => 'string', 'example' => 'xx', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 10,\\n \\"Items\\": [\\n {\\n \\"Id\\": 1697,\\n \\"Create\\": \\"2023-07-13 00:00:00 +0800\\\\n\\",\\n \\"Uid\\": \\"104813*****2399\\",\\n \\"SubUid\\": \\"20252***0827833349\\",\\n \\"BizType\\": \\"recommend_social_template_01\\",\\n \\"RcpTs\\": \\"2023-07-13 00:00:00 +0800\\\\n\\",\\n \\"RcpResult\\": \\"noAudit\\",\\n \\"RcpRiskType\\": \\"politics\\",\\n \\"CustomTs\\": \\"2023-07-13 00:00:00 +0800\\\\n\\",\\n \\"CustomResult\\": \\"noAudit\\",\\n \\"CustomRiskType\\": \\"politics\\",\\n \\"Operator\\": \\"xx\\",\\n \\"TaskId\\": \\"xx\\",\\n \\"DataId\\": \\"4f3fa36f77174c0985e400c1a02a8f4c\\",\\n \\"Type\\": \\"0\\",\\n \\"Content\\": \\"xx\\",\\n \\"Url\\": \\"xx\\",\\n \\"Thumbnail\\": \\"xx\\"\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取审核内容列表', ], 'DescribeOssConfiguration' => [ 'summary' => '获取oss检测配置', 'methods' => [ 'get', 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '200286', 'abilityTreeNodes' => [ 'FEATURElvwang1JQ0P7', ], ], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '返回码。返回200代表成功。', 'type' => 'integer', 'format' => 'int32', 'example' => '200', ], 'Msg' => [ 'description' => '错误码的进一步描述。', 'type' => 'string', 'example' => 'OK', ], 'Data' => [ 'description' => '返回数据。', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], 'InvalidTaskIds' => [ 'description' => '无效的任务ID', 'type' => 'string', 'example' => 'xxx', ], 'ValidIncScanUsers' => [ 'description' => '有效的用户扫描配置列表', 'type' => 'array', 'items' => [ 'description' => '扫描配置对象', 'type' => 'object', 'properties' => [ 'Uid' => [ 'description' => '用户uid', 'type' => 'string', 'example' => '123xxxxxxxx', ], 'Buckets' => [ 'description' => 'buckt列表', 'type' => 'array', 'items' => [ 'description' => 'bucket名称', 'type' => 'string', 'example' => 'test_bucket', ], ], 'Scenes' => [ 'description' => '扫描场景列表', 'type' => 'array', 'items' => [ 'description' => '扫描场景', 'type' => 'string', 'example' => 'porn', ], ], 'ImageScenes' => [ 'description' => '图片扫描场景', 'type' => 'array', 'items' => [ 'description' => '图片扫描场景', 'type' => 'string', 'example' => 'porn', ], ], 'ImageConf' => [ 'description' => '图片扫描配置', 'type' => 'object', 'properties' => [ 'Interval' => [ 'description' => '截帧间隔', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'MaxFrames' => [ 'description' => '最大帧数', 'type' => 'integer', 'format' => 'int32', 'example' => '3', ], 'ScanImageNoFileType' => [ 'description' => '扫描无后缀图片文件', 'type' => 'boolean', 'example' => 'true', ], ], ], 'VideoScenes' => [ 'description' => '视频扫描场景', 'type' => 'array', 'items' => [ 'description' => '视频扫描场景', 'type' => 'string', 'example' => 'porn', ], ], 'VideoConf' => [ 'description' => '视频扫描配置', 'type' => 'object', 'properties' => [ 'Interval' => [ 'description' => '截帧频率,单位:秒/帧', 'type' => 'integer', 'format' => 'int32', 'example' => '3', ], 'MaxFrames' => [ 'description' => '单视频截帧上限', 'type' => 'integer', 'format' => 'int32', 'example' => '999', ], 'MaxSize' => [ 'description' => '单视频大小上限', 'type' => 'integer', 'format' => 'int64', 'example' => '104857600', ], ], ], 'AudioScenes' => [ 'description' => '语音扫描场景列表', 'type' => 'array', 'items' => [ 'description' => '语音扫描场景', 'type' => 'string', 'example' => 'antispam', ], ], 'AudioConf' => [ 'description' => '语音检测配置', 'type' => 'object', 'properties' => [ 'Interval' => [ 'description' => '截帧间隔', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'MaxFrames' => [ 'description' => '最大帧数', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'MaxSize' => [ 'description' => '单音频大小上限', 'type' => 'integer', 'format' => 'int64', 'example' => '10485760', ], ], ], 'BucketInfos' => [ 'description' => 'bucket信息列表', 'type' => 'array', 'items' => [ 'description' => 'bucket信息对象', 'type' => 'object', 'properties' => [ 'BucketName' => [ 'description' => 'Bucket名称', 'type' => 'string', 'example' => 'test_bucket', ], 'Prefixes' => [ 'description' => '前缀匹配配置', 'type' => 'array', 'items' => [ 'description' => '前缀', 'type' => 'string', 'example' => 'test/', ], ], 'Region' => [ 'description' => '区域', 'type' => 'string', 'example' => 'cn-shanghai', ], 'Type' => [ 'description' => '前缀匹配规则,exclude:不包含,include:包含', 'type' => 'string', 'example' => 'include', ], ], ], ], 'BizType' => [ 'description' => 'bizType', 'type' => 'string', 'example' => 'recommend_standard_template_01', ], ], ], ], ], ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"Data\\": {\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"InvalidTaskIds\\": \\"xxx\\",\\n \\"ValidIncScanUsers\\": [\\n {\\n \\"Uid\\": \\"123xxxxxxxx\\",\\n \\"Buckets\\": [\\n \\"test_bucket\\"\\n ],\\n \\"Scenes\\": [\\n \\"porn\\"\\n ],\\n \\"ImageScenes\\": [\\n \\"porn\\"\\n ],\\n \\"ImageConf\\": {\\n \\"Interval\\": 1,\\n \\"MaxFrames\\": 3,\\n \\"ScanImageNoFileType\\": true\\n },\\n \\"VideoScenes\\": [\\n \\"porn\\"\\n ],\\n \\"VideoConf\\": {\\n \\"Interval\\": 3,\\n \\"MaxFrames\\": 999,\\n \\"MaxSize\\": 104857600\\n },\\n \\"AudioScenes\\": [\\n \\"antispam\\"\\n ],\\n \\"AudioConf\\": {\\n \\"Interval\\": 10,\\n \\"MaxFrames\\": 10,\\n \\"MaxSize\\": 10485760\\n },\\n \\"BucketInfos\\": [\\n {\\n \\"BucketName\\": \\"test_bucket\\",\\n \\"Prefixes\\": [\\n \\"test/\\"\\n ],\\n \\"Region\\": \\"cn-shanghai\\",\\n \\"Type\\": \\"include\\"\\n }\\n ],\\n \\"BizType\\": \\"recommend_standard_template_01\\"\\n }\\n ]\\n },\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', 'title' => 'Describe Oss Task Configuration', 'description' => '- 计费信息:该接口不计费。'."\n" .'- 查询超时:建议您将查询间隔设置为480秒(即在提交异步检测任务480秒之后查询结果),最长不能超出3天,否则结果将会自动删除。'."\n" .'- 本接口的单用户QPS限制为100次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。', ], ], 'endpoints' => [ [ 'regionId' => 'cn-shenzhen', 'endpoint' => 'green-cip.cn-shenzhen.aliyuncs.com', ], [ 'regionId' => 'cn-beijing', 'endpoint' => 'green-cip.cn-beijing.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai', 'endpoint' => 'green-cip.cn-shanghai.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-1', 'endpoint' => 'green-cip.ap-southeast-1.aliyuncs.com', ], ], ];