diff options
| author | Zhineng Li <[email protected]> | 2026-02-13 10:54:11 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-02-13 10:54:11 +0800 |
| commit | 7347bac4ab7e136157fc94777e6cf87ef9e08599 (patch) | |
| tree | 0dec367dac6e152161a6f7cc0dba6ebbef1f34a2 /data/en_us/green | |
| download | acs-metadata-full-1.0.0+20260212.tar.gz acs-metadata-full-1.0.0+20260212.zip | |
first commitHEADv1.0.0+20260212main
Diffstat (limited to 'data/en_us/green')
| -rw-r--r-- | data/en_us/green/2017-08-23/api-docs.php | 15329 | ||||
| -rw-r--r-- | data/en_us/green/2018-05-09/api-docs.php | 3995 | ||||
| -rw-r--r-- | data/en_us/green/2022-03-02/api-docs.php | 4674 | ||||
| -rw-r--r-- | data/en_us/green/2022-09-26/api-docs.php | 13204 |
4 files changed, 37202 insertions, 0 deletions
diff --git a/data/en_us/green/2017-08-23/api-docs.php b/data/en_us/green/2017-08-23/api-docs.php new file mode 100644 index 0000000..92c4cb2 --- /dev/null +++ b/data/en_us/green/2017-08-23/api-docs.php @@ -0,0 +1,15329 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'Green', + 'version' => '2017-08-23', + ], + 'directories' => [ + [ + 'id' => 0, + 'title' => 'Others', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + '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' => '', + ], + ], + [ + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + ], + ], + [ + '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' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + 'Id' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '15212', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Id\\": 15212\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + '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' => '', + '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' => '', + '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"}]', + ], + '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' => '', + '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' => '', + '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' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'description' => '', + 'type' => 'string', + 'example' => '22014', + ], + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'cdisite*******z001', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + 'type' => 'string', + 'required' => true, + 'example' => '[1739]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => '140.***.11.250', + ], + ], + [ + 'name' => 'Ids', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '[\\"36\\"]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => '140.***.11.26', + ], + ], + [ + 'name' => 'Id', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => true, + 'example' => '15114', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + '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' => '', + 'type' => 'string', + 'required' => true, + 'example' => '17820', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => true, + 'example' => '21989', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => '27.189.***.27', + ], + ], + [ + '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' => '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'ANDROID', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'CurrentPage' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'RequestId' => [ + 'description' => '', + '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' => '', + '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' => '', + '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"}]', + ], + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'CryptType' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => 'SHA256', + ], + 'Seed' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'pass', + ], + ], + [ + 'name' => 'Label', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'terrorism', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'img5owu4zBQk*****6UZHP5t5-1yR@3j', + ], + ], + [ + 'name' => 'DataId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'block', + ], + 'Url' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'https://www.xxx.com/xxx.jpg', + ], + 'DataId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '5cb170f7689247e6a58b156b4fbc8476', + ], + 'BizType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'recommend_social_template_01', + ], + 'NewUrl' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'example' => 'img5VB@6A****5HNUkpBXyoy-1zvats', + ], + 'Content' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'xxx', + ], + 'Thumbnail' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'https://www.xxx.com/xxx.jpg'."\n", + ], + 'Audit' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Id' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '22136', + ], + 'RequestTime' => [ + 'description' => '', + 'type' => 'string', + 'example' => '1710293064524', + ], + 'Results' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Suggestion' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => '123.124.142.194', + ], + ], + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'xxxx-xxx'."\n", + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'image', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'CurrentPage' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'RequestId' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'example' => 'block', + ], + 'Sn' => [ + 'description' => 'sn。', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'ParentTaskId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'P_L28N43', + ], + 'AuditResult' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'normal', + ], + 'Audit' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Content' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'xxxx', + ], + 'Id' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + 'AuditRange' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'pass' => [ + 'description' => '', + 'type' => 'boolean', + ], + 'block' => [ + 'description' => '', + 'type' => 'boolean', + ], + 'review' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + 'Seed' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'aaaabbbbccccdddd', + ], + 'Callback' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'http://xxx.com/xxx', + ], + 'AuditRange' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'pass' => [ + 'description' => '', + 'type' => 'boolean', + ], + 'block' => [ + 'description' => '', + 'type' => 'boolean', + ], + 'review' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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"}]', + ], + 'DescribeBizTypes' => [ + 'summary' => '获取业务场景', + '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' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'false', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => '59.82.***.165', + ], + ], + [ + 'name' => 'Page', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + '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"}]', + ], + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => '["1605"]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '24', + ], + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'OcrTemplateList' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Status' => [ + 'description' => '', + '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' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1750', + ], + 'ReferArea' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Y' => [ + 'description' => '', + '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' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '12', + ], + ], + ], + ], + 'RecognizeArea' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Y' => [ + 'description' => '', + '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' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => true, + 'example' => '13776', + ], + ], + [ + 'name' => 'Id', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '21981', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'CurrentPage' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'RequestId' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'example' => 'https://xxxx.png', + ], + 'Id' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => '1.1.1.1', + ], + ], + [ + 'name' => 'ServiceModule', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'open_api', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '2', + ], + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '6CF2815C-C8C7-4A01-B52E-FF6E24F53492', + ], + 'ImageLibList' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + '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' => '1912312312', + ], + 'Category' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'BLACK', + ], + 'ServiceModule' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'open_api', + ], + 'Source' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'MANUAL', + ], + 'Name' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'Scene' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'PORN', + ], + 'Id' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1279', + ], + 'Enable' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'true', + ], + 'BizTypes' => [ + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => '[1,2,3]', + ], + ], + ], + ], + ], + ], + ], + ], + ], + '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' => 'DescribeImageLib', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => '59.82.****.165', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Signature' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'iyu7VHblYj+mEF9p46cdGOlNPAw=', + ], + 'Host' => [ + 'description' => 'OSS Endpoint。', + 'type' => 'string', + 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com', + ], + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Policy' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'xxxx', + ], + 'Accessid' => [ + 'description' => '', + '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"}]', + ], + 'DescribeKeyword' => [ + 'summary' => '查询关键词列表', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + ], + 'parameters' => [ + [ + 'name' => 'SourceIp', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + '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' => '', + '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' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'open_api', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'KeywordLibList' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Source' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'example' => 'BLACK', + ], + 'Name' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'ServiceModule' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'open_api', + ], + 'MatchMode' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'precise', + ], + 'Id' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + '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"}]', + ], + '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' => '', + '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"}]', + ], + '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' => '', + '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' => [ + 'type' => 'string', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '364', + ], + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + 'type' => 'boolean', + ], + 'CallbackUrl' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'http://xxx/callback', + ], + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'ScanCallback' => [ + 'description' => '', + 'type' => 'boolean', + ], + 'CallbackSeed' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'aaaabbbbccccddd', + ], + 'ScanCallbackSuggestions' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '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"}]', + ], + 'DescribeOssIncrementOverview' => [ + 'summary' => '获取oss增量检测概况', + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => '27.189.***.27', + ], + ], + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => '1664', + ], + 'ScanImageNoFileType' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'AutoFreezeType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'acl', + ], + 'RequestId' => [ + 'description' => '', + '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' => '', + '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' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => '123', + ], + ], + [ + 'name' => 'QueryId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '@guid ', + ], + ], + [ + 'name' => 'Object', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'post/image/eae1722368b6951ac05cfb68b1cdeb03.jpg', + ], + ], + [ + 'name' => 'StockTaskId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'QueryId' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'example' => '90.9 ', + ], + 'DataId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '4faded38970c41628f7dced832072af8', + ], + 'Object' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'example' => 'xxx', + ], + 'Thumbnail' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'https://example.com/tfs/TB1HPS9qb9YBuNjy0FgXXcxcXXa-200-200.png ', + ], + 'Id' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1739', + ], + 'ResourceStatus' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'RequestTime' => [ + 'description' => '', + 'type' => 'string', + 'example' => '1527410977000', + ], + 'Bucket' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + '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' => '', + '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' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'iyu7VHblYj+mEF9p46cdGOlNPAw=', + ], + 'Host' => [ + 'description' => 'OSS Endpoint。', + 'type' => 'string', + 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com', + ], + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Policy' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'xxxx', + ], + 'Accessid' => [ + 'description' => '', + '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"}]', + ], + 'DescribeUsageBill' => [ + 'summary' => '获取调用量', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + ], + 'parameters' => [ + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + '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' => '', + '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"}]', + ], + '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' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'false', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + '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' => '', + 'type' => 'boolean', + 'example' => 'false', + ], + 'SourceBizType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'default', + ], + 'Gray' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'false', + ], + 'Source' => [ + 'description' => '', + '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' => '', + 'type' => 'boolean', + 'example' => 'false', + ], + 'SourceBizType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'default', + ], + 'Gray' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'false', + ], + 'Source' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'OssCheckStatus' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => '', + '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' => '', + '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"}]', + ], + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'xxxx-xxx'."\n", + ], + ], + [ + 'name' => 'DataId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'xx', + ], + ], + [ + 'name' => 'KeywordId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'https://www.xx.com', + ], + 'DataId' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'example' => 'xxx-xx', + ], + 'Content' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'xx', + ], + 'Thumbnail' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'https://xxx.png', + ], + 'Id' => [ + 'description' => '', + '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' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Location' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Y' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '11', + ], + 'W' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'H' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '33', + ], + 'X' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '44', + ], + ], + ], + 'Gender' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Value' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'cdisitecheck-cn-nif20glmz001', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'BaseLineStatus' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'normal', + ], + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cdisitecheck-cn-nif20glmz001', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'CurrentPage' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'RequestId' => [ + 'description' => '', + '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' => '', + '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' => '', + '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' => '', + '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"}]', + ], + 'DescribeWebsiteInstanceId' => [ + 'summary' => '获取站点实例ID', + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'WebsiteInstanceIdList' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'cdisitecheck-cn-nif20glmz001', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + 'WebsiteInstanceKeyUrlList' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '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"}]', + ], + 'DescribeWebsiteScanResult' => [ + 'summary' => '查询站点扫描结果', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + ], + 'parameters' => [ + [ + 'name' => 'SourceIp', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + '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' => '', + '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' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'InstanceId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'cdisitecheck-cn-nif20glmz001', + ], + 'TaskId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'xx', + ], + 'Id' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + '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' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'cdisitecheck-cn-nif20glmz001', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Domain' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'nfnews.com', + ], + 'RequestId' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'example' => 'ack', + ], + 'HostFile' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => 'xx', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'DownloadUrl' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'https://xxx.xlsx', + ], + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'gj-bucket1', + ], + ], + [ + 'name' => 'StockTaskId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + '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"}]', + ], + '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' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => true, + 'example' => '9543', + ], + ], + [ + 'name' => 'KeywordsObject', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + '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"}]', + ], + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => '27.189.***.27', + ], + ], + [ + 'name' => 'Ids', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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"}]', + ], + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'UpdateImageLib' => [ + 'summary' => '编辑图库', + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => '117.139.***.244', + ], + ], + [ + 'name' => 'Id', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'BLACK', + ], + ], + [ + 'name' => 'BizTypes', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '[\\"chenyin\\"]', + ], + ], + [ + 'name' => 'Enable', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'false', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + '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' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'false', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'E20A0DC5-1B4F-5796-BAB5-73F29B67CEDC', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E20A0DC5-1B4F-5796-BAB5-73F29B67CEDC\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'https', + ], + ], + [ + 'name' => 'InstanceId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cdisitecheck-cn-nif20glmz001', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => '111.207.**.245', + ], + ], + [ + 'name' => 'ImageLibId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '969', + ], + ], + [ + 'name' => 'TestImgUrl', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'xx', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + ], + ], + ], + ], + 'All' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'description' => '', + 'type' => 'string', + 'example' => '324317', + ], + 'Name' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + ], + ], + ], + ], + ], + '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' => '', + ], + ], + ], + ], + 'All' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'description' => '', + 'type' => 'string', + 'example' => '3243177', + ], + 'Name' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + ], + ], + ], + ], + ], + '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' => '', + ], + ], + ], + ], + 'All' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'description' => '', + 'type' => 'string', + 'example' => '5123', + ], + 'Name' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + '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"}]', + ], + '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' => '', + '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"}]', + ], + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'https://console.aliyun.com/'."\n", + ], + 'Name' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'CryptType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'SHA256', + ], + 'Id' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'cb78DMIGhiAcA6ouvVC5wiU0-1yqXjT', + ], + 'CreateTime' => [ + 'description' => '', + 'type' => 'string', + 'example' => '2023-06-27 15:19:50 +0800', + ], + 'Url' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'https://www.test123.com', + ], + 'Name' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'green-test', + ], + 'CryptType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'SHA256', + ], + 'Id' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + ], + ], + [ + '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' => '', + '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' => '', + ], + 'CryptType' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => 'SHA256', + ], + 'Id' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + 'Id' => [ + 'type' => 'integer', + 'format' => 'int64', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Id\\": 5122\\n}","type":"json"}]', + ], + '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' => '', + '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"}]', + ], + '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' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1666', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Bucket' => [ + 'description' => '', + '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' => '', + 'type' => 'boolean', + 'example' => 'False', + ], + 'Bucket' => [ + 'description' => '', + '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' => '', + 'type' => 'boolean', + 'example' => 'False', + ], + 'Bucket' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + ], + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Name\\": \\"回调方案1\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + '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"}]', + ], + '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' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + 'ResourceType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'IMAGE', + ], + 'RtAlarmConf' => [ + 'description' => '', + 'type' => 'string', + 'example' => '{}', + ], + 'RtAlarmOpend' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + '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"}]', + ], + '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' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '3751', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + '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' => '', + '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"}]', + ], + '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' => '', + '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' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'AudioOpened' => [ + 'description' => '', + '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' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ImageAutoFreezeOpened' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'VideoMaxFrames' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'CallbackId' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1664', + ], + 'ScanImageNoFileType' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'AutoFreezeType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'acl', + ], + 'RequestId' => [ + 'description' => '', + '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' => '', + '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"}]', + ], + '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' => '', + '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"}]', + ], + 'ExportOpenApiUsage' => [ + 'summary' => '导出openApi调用统计', + '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' => [ + 'type' => 'string', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'DownloadUrl' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'https://xxx.xlsx', + ], + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '939', + ], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '', + ], + ], + [ + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'https://console.aliyun.com/'."\n", + ], + 'Name' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'CryptType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'SHA256', + ], + 'Id' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + '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' => '', + '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"}]', + ], + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'HasBuckets' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"hasStockTasks\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"HasBuckets\\": true\\n}","type":"json"}]', + ], + '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' => '', + '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' => '', + '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"}]', + ], + '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' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'xxxx-xxx', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + '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' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '11234', + ], + 'CustomResult' => [ + 'description' => '', + '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' => '', + '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"}]', + ], + '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' => '', + '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"}]', + ], + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'xxx', + ], + ], + [ + 'name' => 'DataId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '4f3fa36f77174c0985e400c1a02a8f4c', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + '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' => '', + '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' => '', + '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' => '', + 'type' => 'string', + 'example' => 'xx', + ], + 'DataId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '4f3fa36f77174c0985e400c1a02a8f4c', + ], + 'Type' => [ + 'description' => '', + 'type' => 'string', + 'example' => '0', + ], + 'Content' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'xx', + ], + 'Url' => [ + 'description' => '', + '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"}]', + ], + 'DescribeOssConfiguration' => [ + 'summary' => 'Get OSS Detection Configuration', + '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' => 'Return code. A return value of 200 indicates success.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'InvalidTaskIds' => [ + 'description' => 'Invalid task IDs', + 'type' => 'string', + 'example' => 'xxx', + ], + 'ValidIncScanUsers' => [ + 'description' => 'List of valid user scan configurations', + 'type' => 'array', + 'items' => [ + 'description' => 'Scan configuration object', + 'type' => 'object', + 'properties' => [ + 'Uid' => [ + 'description' => 'User UID', + 'type' => 'string', + 'example' => '123xxxxxxxx', + ], + 'Buckets' => [ + 'description' => 'Bucket list', + 'type' => 'array', + 'items' => [ + 'description' => 'Bucket name', + 'type' => 'string', + 'example' => 'test_bucket', + ], + ], + 'Scenes' => [ + 'description' => 'List of scan scenarios', + 'type' => 'array', + 'items' => [ + 'description' => 'Scan scenario', + 'type' => 'string', + 'example' => 'porn', + ], + ], + 'ImageScenes' => [ + 'description' => 'Image scan scenarios', + 'type' => 'array', + 'items' => [ + 'description' => 'Image scan scenario', + 'type' => 'string', + 'example' => 'porn', + ], + ], + 'ImageConf' => [ + 'description' => 'Image scan configuration', + 'type' => 'object', + 'properties' => [ + 'Interval' => [ + 'description' => 'Frame interval', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'MaxFrames' => [ + 'description' => 'Maximum number of frames', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'ScanImageNoFileType' => [ + 'description' => 'Scan image files without file extensions', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + 'VideoScenes' => [ + 'description' => 'Video scanning scenarios', + 'type' => 'array', + 'items' => [ + 'description' => 'Video scanning scenario', + 'type' => 'string', + 'example' => 'porn', + ], + ], + 'VideoConf' => [ + 'description' => 'Video scanning configuration', + 'type' => 'object', + 'properties' => [ + 'Interval' => [ + 'description' => 'Frame capture frequency, unit: seconds per frame', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'MaxFrames' => [ + 'description' => 'Maximum number of frames per video', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '999', + ], + 'MaxSize' => [ + 'description' => 'Maximum size of a single video', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '104857600', + ], + ], + ], + 'AudioScenes' => [ + 'description' => 'List of audio scanning scenarios', + 'type' => 'array', + 'items' => [ + 'description' => 'Audio scanning scenario', + 'type' => 'string', + 'example' => 'antispam', + ], + ], + 'AudioConf' => [ + 'description' => 'Audio detection configuration', + 'type' => 'object', + 'properties' => [ + 'Interval' => [ + 'description' => 'Frame capture interval', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'MaxFrames' => [ + 'description' => 'Maximum number of frames', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'MaxSize' => [ + 'description' => 'Maximum size of a single audio file', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10485760', + ], + ], + ], + 'BucketInfos' => [ + 'description' => 'List of bucket information', + 'type' => 'array', + 'items' => [ + 'description' => 'Bucket information object', + 'type' => 'object', + 'properties' => [ + 'BucketName' => [ + 'description' => 'Bucket name', + 'type' => 'string', + 'example' => 'test_bucket', + ], + 'Prefixes' => [ + 'description' => 'Prefix matching configuration', + 'type' => 'array', + 'items' => [ + 'description' => 'Prefix', + 'type' => 'string', + 'example' => 'test/', + ], + ], + 'Region' => [ + 'description' => 'Region', + 'type' => 'string', + 'example' => 'cn-shanghai', + ], + 'Type' => [ + 'description' => 'Prefix matching rule, exclude: does not include, include: includes', + 'type' => 'string', + 'example' => 'include', + ], + ], + ], + ], + 'BizType' => [ + 'description' => 'Biz type', + 'type' => 'string', + 'example' => 'recommend_standard_template_01', + ], + ], + ], + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request 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' => '- Billing Information: This interface is free of charge.'."\n" + .'- Query Timeout: It is recommended to set the query interval to 480 seconds (i.e., query the result 480 seconds after submitting the asynchronous detection task). The maximum duration should not exceed 3 days, otherwise, the results will be automatically deleted.'."\n" + .'- The QPS limit for a single user of this interface is 100 times/second. Exceeding this limit will result in API call throttling, which may affect your business. Please use it reasonably.', + 'translator' => 'machine', + ], + ], + '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', + ], + ], +]; diff --git a/data/en_us/green/2018-05-09/api-docs.php b/data/en_us/green/2018-05-09/api-docs.php new file mode 100644 index 0000000..1005390 --- /dev/null +++ b/data/en_us/green/2018-05-09/api-docs.php @@ -0,0 +1,3995 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'ROA', + 'product' => 'Green', + 'version' => '2018-05-09', + ], + 'directories' => [ + [ + 'id' => 82105, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'GetGroups', + 'UploadCredentials', + ], + ], + [ + 'id' => 82108, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'AddFaces', + 'DeleteFaces', + 'DetectFace', + ], + ], + [ + 'id' => 82112, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'ListSimilarityImages', + 'ImageAsyncScan', + 'ImageAsyncScanResults', + 'ImageSyncScan', + 'ImageAsyncManualScan', + 'ImageAsyncManualScanResults', + 'ImageScanFeedback', + ], + ], + [ + 'id' => 82120, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'AddSimilarityImage', + 'AddSimilarityLibrary', + 'DeleteSimilarityImage', + 'DeleteSimilarityLibrary', + 'GetSimilarityImage', + 'GetSimilarityLibrary', + 'ListSimilarityLibraries', + ], + ], + [ + 'id' => 82128, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'VideoAsyncScan', + 'VideoAsyncScanResults', + 'VideoCancelScan', + 'VideoFeedback', + 'VideoSyncScan', + 'VideoAsyncManualScan', + 'VideoAsyncManualScanResults', + ], + ], + [ + 'id' => 82136, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'LiveStreamAsyncScan', + 'LiveStreamAsyncScanResults', + 'LiveStreamCancelScan', + ], + ], + [ + 'id' => 82140, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'VodAsyncScan', + 'VodAsyncScanResults', + ], + ], + [ + 'id' => 82143, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'VoiceAsyncScan', + 'VoiceAsyncScanResults', + 'VoiceCancelScan', + 'VoiceSyncScan', + 'VoiceAsyncManualScan', + 'VoiceAsyncManualScanResults', + ], + ], + [ + 'id' => 82150, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'TextAsyncManualScan', + 'TextAsyncManualScanResults', + 'TextFeedback', + 'TextScan', + ], + ], + [ + 'id' => 82155, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'FileAsyncScan', + 'FileAsyncScanResults', + ], + ], + [ + 'id' => 82158, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'WebpageAsyncScan', + 'WebpageAsyncScanResults', + 'WebpageSyncScan', + ], + ], + [ + 'id' => 82162, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'AddGroups', + 'AddPerson', + 'DeleteGroups', + 'DeletePerson', + 'SetPerson', + 'GetFaces', + 'GetPerson', + 'GetPersons', + ], + ], + [ + 'id' => 0, + 'title' => '其它', + 'type' => 'directory', + 'children' => [ + 'AddVideoDna', + 'AddVideoDnaGroup', + 'DeleteVideoDnaGroup', + 'DeleteVideoDna', + 'VoiceIdentityCheck', + 'VoiceIdentityRegister', + 'VoiceIdentityStartCheck', + 'VoiceIdentityStartRegister', + 'VoiceIdentityUnregister', + 'FileAsyncScanV2', + ], + ], + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'GetGroups' => [ + 'summary' => '获取组列表', + 'path' => '/green/sface/groups', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102565', + 'abilityTreeNodes' => [ + 'FEATURElvwangPJY90O', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'UploadCredentials' => [ + 'summary' => '获取上传证书', + 'path' => '/green/credentials/uploadcredentials', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102588', + 'abilityTreeNodes' => [ + 'FEATURElvwangXDSBJQ', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'AddFaces' => [ + 'summary' => '添加人脸', + 'path' => '/green/sface/face/add', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102546', + 'abilityTreeNodes' => [ + 'FEATURElvwangPJY90O', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'DeleteFaces' => [ + 'summary' => '删除人脸', + 'path' => '/green/sface/face/delete', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102553', + 'abilityTreeNodes' => [ + 'FEATURElvwangPJY90O', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'DetectFace' => [ + 'summary' => '人脸属性检测', + 'path' => '/green/face/detect', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102560', + 'abilityTreeNodes' => [ + 'FEATURElvwangPJY90O', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '27A1595D-E049-5589-9A19-49B823B42363', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"27A1595D-E049-5589-9A19-49B823B42363\\"\\n}","type":"json"}]', + ], + 'ListSimilarityImages' => [ + 'summary' => '获取相似图', + 'path' => '/green/similarity/image/list', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102576', + 'abilityTreeNodes' => [ + 'FEATURElvwangW38OQI', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + 'ImageAsyncScan' => [ + 'summary' => '图片异步检测', + 'path' => '/green/image/asyncscan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102572', + 'abilityTreeNodes' => [ + 'FEATURElvwangI0EWGR', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'ImageAsyncScanResults' => [ + 'summary' => '图片异步检测结果', + 'path' => '/green/image/results', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102573', + 'abilityTreeNodes' => [ + 'FEATURElvwangI0EWGR', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'ImageSyncScan' => [ + 'summary' => '图片同步检测', + 'path' => '/green/image/scan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102575', + 'abilityTreeNodes' => [ + 'FEATURElvwangI0EWGR', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'ImageAsyncManualScan' => [ + 'summary' => '图片人工异步审核', + 'path' => '/green/image/manual/asyncScan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102570', + 'abilityTreeNodes' => [ + 'FEATURElvwangHBD2RF', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'ImageAsyncManualScanResults' => [ + 'summary' => '图片人工异步审核结果', + 'path' => '/green/image/manual/scan/results', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102571', + 'abilityTreeNodes' => [ + 'FEATURElvwangHBD2RF', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'ImageScanFeedback' => [ + 'summary' => '图片检测反馈', + 'path' => '/green/image/feedback', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102574', + 'abilityTreeNodes' => [ + 'FEATURElvwangI0EWGR', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'AddSimilarityImage' => [ + 'summary' => '添加相似图', + 'path' => '/green/similarity/image/add', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102549', + 'abilityTreeNodes' => [ + 'FEATURElvwangW38OQI', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'AddSimilarityLibrary' => [ + 'summary' => '添加相似图库', + 'path' => '/green/similarity/library/add', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102550', + 'abilityTreeNodes' => [ + 'FEATURElvwangW38OQI', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'DeleteSimilarityImage' => [ + 'summary' => '删除相似图', + 'path' => '/green/similarity/image/delete', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102556', + 'abilityTreeNodes' => [ + 'FEATURElvwangW38OQI', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'DeleteSimilarityLibrary' => [ + 'summary' => '删除相似图库', + 'path' => '/green/similarity/library/delete', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102557', + 'abilityTreeNodes' => [ + 'FEATURElvwangW38OQI', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'GetSimilarityImage' => [ + 'summary' => '获取相似图', + 'path' => '/green/similarity/image/get', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102568', + 'abilityTreeNodes' => [ + 'FEATURElvwangW38OQI', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'GetSimilarityLibrary' => [ + 'summary' => '获取相似图库', + 'path' => '/green/similarity/library/get', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102569', + 'abilityTreeNodes' => [ + 'FEATURElvwangW38OQI', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'ListSimilarityLibraries' => [ + 'summary' => '获取相似图库', + 'path' => '/green/similarity/library/list', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102577', + 'abilityTreeNodes' => [ + 'FEATURElvwangW38OQI', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VideoAsyncScan' => [ + 'summary' => '视频异步检测', + 'path' => '/green/video/asyncscan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102591', + 'abilityTreeNodes' => [ + 'FEATURElvwangE94J2O', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'VideoAsyncScanResults' => [ + 'summary' => '视频异步检测结果', + 'path' => '/green/video/results', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102592', + 'abilityTreeNodes' => [ + 'FEATURElvwangE94J2O', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + 'VideoCancelScan' => [ + 'summary' => '视频取消检测', + 'path' => '/green/video/cancelscan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102593', + 'abilityTreeNodes' => [ + 'FEATURElvwang3N7S58', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VideoFeedback' => [ + 'summary' => '视频结果反馈', + 'path' => '/green/video/feedback', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102594', + 'abilityTreeNodes' => [ + 'FEATURElvwangUIZ18F', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VideoSyncScan' => [ + 'summary' => '视频同步检测', + 'path' => '/green/video/syncscan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102595', + 'abilityTreeNodes' => [ + 'FEATURElvwangEXUNDN', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VideoAsyncManualScan' => [ + 'summary' => '视频异步人工审核', + 'path' => '/green/video/manual/asyncScan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102589', + 'abilityTreeNodes' => [ + 'FEATURElvwangPHE82O', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VideoAsyncManualScanResults' => [ + 'summary' => '视频异步人工审核结果', + 'path' => '/green/video/manual/scan/results', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102590', + 'abilityTreeNodes' => [ + 'FEATURElvwangPHE82O', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'LiveStreamAsyncScan' => [ + 'summary' => '直播流异步检测', + 'path' => '/green/livestream/asyncscan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102578', + 'abilityTreeNodes' => [ + 'FEATURElvwangVSDW81', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + 'LiveStreamAsyncScanResults' => [ + 'summary' => '直播流异步检测结果', + 'path' => '/green/livestream/results', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102579', + 'abilityTreeNodes' => [ + 'FEATURElvwangEXUNDN', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + 'LiveStreamCancelScan' => [ + 'summary' => '直播流取消检测', + 'path' => '/green/livestream/cancelscan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102581', + 'abilityTreeNodes' => [ + 'FEATURElvwangEXUNDN', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VodAsyncScan' => [ + 'summary' => '视频点播异步检测', + 'path' => '/green/vod/asyncscan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102596', + 'abilityTreeNodes' => [ + 'FEATURElvwangYATUIY', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VodAsyncScanResults' => [ + 'summary' => '视频点播异步检测结果', + 'path' => '/green/vod/results', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102597', + 'abilityTreeNodes' => [ + 'FEATURElvwangYATUIY', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VoiceAsyncScan' => [ + 'summary' => '语音异步检测', + 'path' => '/green/voice/asyncscan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102600', + 'abilityTreeNodes' => [ + 'FEATURElvwangYATUIY', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VoiceAsyncScanResults' => [ + 'summary' => '语音异步检测结果', + 'path' => '/green/voice/results', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102601', + 'abilityTreeNodes' => [ + 'FEATURElvwang2NXRK3', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VoiceCancelScan' => [ + 'summary' => '语音取消检测', + 'path' => '/green/voice/cancelscan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102602', + 'abilityTreeNodes' => [ + 'FEATURElvwangKSNO5H', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VoiceSyncScan' => [ + 'summary' => '语音同步检测', + 'path' => '/green/voice/syncscan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102608', + 'abilityTreeNodes' => [ + 'FEATURElvwang2B2SWY', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + 'VoiceAsyncManualScan' => [ + 'summary' => '语音异步人工审核', + 'path' => '/green/voice/manual/asyncScan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102598', + 'abilityTreeNodes' => [ + 'FEATURElvwangYI9A19', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VoiceAsyncManualScanResults' => [ + 'summary' => '语音异步人工审核结果', + 'path' => '/green/voice/manual/scan/results', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102599', + 'abilityTreeNodes' => [ + 'FEATURElvwangYATUIY', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'TextAsyncManualScan' => [ + 'summary' => '文本异步人工审核', + 'path' => '/green/text/manual/asyncScan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102584', + 'abilityTreeNodes' => [ + 'FEATURElvwangEJSWOI', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'TextAsyncManualScanResults' => [ + 'summary' => '文本异步人工审核结果', + 'path' => '/green/text/manual/scan/results', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102585', + 'abilityTreeNodes' => [ + 'FEATURElvwangEJSWOI', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'TextFeedback' => [ + 'summary' => '文本结果反馈', + 'path' => '/green/text/feedback', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102586', + 'abilityTreeNodes' => [ + 'FEATURElvwangUHMJJS', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + 'TextScan' => [ + 'summary' => '文本检测', + 'path' => '/green/text/scan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102587', + 'abilityTreeNodes' => [ + 'FEATURElvwangRX5925', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'FileAsyncScan' => [ + 'summary' => '文件异步检测', + 'path' => '/green/file/asyncscan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102561', + 'abilityTreeNodes' => [ + 'FEATURElvwang99KFOP', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'FileAsyncScanResults' => [ + 'summary' => '文件异步检测结果', + 'path' => '/green/file/results', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102562', + 'abilityTreeNodes' => [ + 'FEATURElvwangYVRTEV', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'WebpageAsyncScan' => [ + 'summary' => '站点异步检测', + 'path' => '/green/webpage/asyncscan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102609', + 'abilityTreeNodes' => [ + 'FEATURElvwangQYU7PN', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'WebpageAsyncScanResults' => [ + 'summary' => '站点异步检测结果', + 'path' => '/green/webpage/results', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102610', + 'abilityTreeNodes' => [ + 'FEATURElvwangI0EWGR', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'WebpageSyncScan' => [ + 'summary' => '站点同步检测', + 'path' => '/green/webpage/scan', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '102611', + 'abilityTreeNodes' => [ + 'FEATURElvwangI0EWGR', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'AddGroups' => [ + 'summary' => '添加分组', + 'path' => '/green/sface/person/groups/add', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102547', + 'abilityTreeNodes' => [ + 'FEATURElvwangPJY90O', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'AddPerson' => [ + 'summary' => '添加个体', + 'path' => '/green/sface/person/add', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102548', + 'abilityTreeNodes' => [ + 'FEATURElvwangPJY90O', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'DeleteGroups' => [ + 'summary' => '删除分组', + 'path' => '/green/sface/person/groups/delete', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102554', + 'abilityTreeNodes' => [ + 'FEATURElvwangPJY90O', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'DeletePerson' => [ + 'summary' => '删除个体', + 'path' => '/green/sface/person/delete', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102555', + 'abilityTreeNodes' => [ + 'FEATURElvwangPJY90O', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'SetPerson' => [ + 'summary' => '设置个体', + 'path' => '/green/sface/person/update', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102583', + 'abilityTreeNodes' => [ + 'FEATURElvwangPJY90O', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'GetFaces' => [ + 'summary' => '获取人脸列表', + 'path' => '/green/sface/faces', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102564', + 'abilityTreeNodes' => [ + 'FEATURElvwangPJY90O', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'GetPerson' => [ + 'summary' => '获取单个个体', + 'path' => '/green/sface/person', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102566', + 'abilityTreeNodes' => [ + 'FEATURElvwangPJY90O', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'GetPersons' => [ + 'summary' => '获取个体列表', + 'path' => '/green/sface/group/persons', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102567', + 'abilityTreeNodes' => [ + 'FEATURElvwangPJY90O', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'AddVideoDna' => [ + 'summary' => '添加视频Dna', + 'path' => '/green/video/dna/add', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102551', + 'abilityTreeNodes' => [ + 'FEATURElvwangUCGUEA', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'AddVideoDnaGroup' => [ + 'summary' => '添加视频Dna分组', + 'path' => '/green/video/dna/group/add', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102552', + 'abilityTreeNodes' => [ + 'FEATURElvwangUCGUEA', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'DeleteVideoDnaGroup' => [ + 'summary' => '删除视频Dna分组', + 'path' => '/green/video/dna/group/delete', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102559', + 'abilityTreeNodes' => [ + 'FEATURElvwangUCGUEA', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'DeleteVideoDna' => [ + 'summary' => '删除视频Dna', + 'path' => '/green/video/dna/delete', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102558', + 'abilityTreeNodes' => [ + 'FEATURElvwangUCGUEA', + ], + ], + 'parameters' => [ + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VoiceIdentityCheck' => [ + 'summary' => '声纹比对', + 'path' => '/green/voice/auth/check', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102603', + 'abilityTreeNodes' => [ + 'FEATURElvwang8N17VT', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VoiceIdentityRegister' => [ + 'summary' => '声纹注册', + 'path' => '/green/voice/auth/register', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102604', + 'abilityTreeNodes' => [ + 'FEATURElvwang8N17VT', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + 'VoiceIdentityStartCheck' => [ + 'summary' => '声纹开始比对', + 'path' => '/green/voice/auth/start/check', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102605', + 'abilityTreeNodes' => [ + 'FEATURElvwang8N17VT', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VoiceIdentityStartRegister' => [ + 'summary' => '声纹开始注册', + 'path' => '/green/voice/auth/start/register', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102606', + 'abilityTreeNodes' => [ + 'FEATURElvwang8N17VT', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'VoiceIdentityUnregister' => [ + 'summary' => '声纹注销', + 'path' => '/green/voice/auth/unregister', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '102607', + 'abilityTreeNodes' => [ + 'FEATURElvwang8N17VT', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ClientInfo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"userId\\":\\"xxxxxx\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + '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"}]', + ], + 'FileAsyncScanV2' => [ + 'summary' => '文件检测新版本', + 'path' => '/green/file/asyncscanv2', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '159604', + 'abilityTreeNodes' => [ + 'FEATURElvwangYVRTEV', + ], + ], + 'parameters' => [], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'properties' => [ + 'requestId' => [ + 'description' => '', + 'example' => 'DA36A1DA-C466-538D-AD52-E64D75597750', + 'title' => 'Id of the request', + 'type' => 'string', + ], + ], + 'title' => 'Schema of Response', + 'type' => 'object', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"DA36A1DA-C466-538D-AD52-E64D75597750\\"\\n}","type":"json"}]', + ], + ], + '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', + ], + ], +]; diff --git a/data/en_us/green/2022-03-02/api-docs.php b/data/en_us/green/2022-03-02/api-docs.php new file mode 100644 index 0000000..84dc68e --- /dev/null +++ b/data/en_us/green/2022-03-02/api-docs.php @@ -0,0 +1,4674 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'Green', + 'version' => '2022-03-02', + ], + 'directories' => [ + 'TextModerationPlus', + 'TextModeration', + 'ImageModeration', + 'ImageAsyncModeration', + 'DescribeImageModerationResult', + 'VoiceModeration', + 'VoiceModerationResult', + 'VoiceModerationCancel', + 'VideoModeration', + 'VideoModerationResult', + 'VideoModerationCancel', + 'FileModeration', + 'DescribeFileModerationResult', + [ + 'id' => 188835, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'DescribeImageResultExt', + 'UrlAsyncModeration', + 'DescribeUrlModerationResult', + 'DescribeUploadToken', + 'ImageBatchModeration', + 'ManualCallback', + 'ManualModeration', + 'ManualModerationResult', + ], + ], + [ + 'id' => 0, + 'title' => '其它', + 'type' => 'directory', + 'children' => [ + 'MultiModalGuard', + 'MultiModalAgent', + ], + ], + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'TextModerationPlus' => [ + 'summary' => 'Moderates the input command and generated text of large language models (LLMs). Specific model input commands can be used to retrieve standard answers. The feature of enabling and disabling the moderation labels is also available.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '207632', + 'abilityTreeNodes' => [ + 'FEATURElvwangXYAQ5C', + ], + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The moderation service.'."\n" + ."\n" + .'Valid values:'."\n" + ."\n" + .'* chat_detection_pro: moderation of interactive content of private chats_Professional'."\n" + .'* llm_response_moderation: moderation of text generated by LLMs'."\n" + .'* llm_query_moderation: moderation of input text of LLMs'."\n" + .'* nickname_detection_pro: moderation of user nicknames_Professional'."\n" + .'* comment_detection_pro: moderation of comment content of public chats_Professional'."\n", + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'chat_detection_pro' => '', + 'llm_response_moderation' => '', + 'llm_query_moderation' => '', + 'nickname_detection_pro' => '', + 'comment_detection_pro' => '', + ], + 'example' => 'llm_query_moderation', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The parameters required by the moderation service. The value is a JSON string.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '{"content":"Content to be moderated"}'."\n", + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response'."\n", + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request'."\n", + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code. The status code 200 indicates that the request was successful.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'The message that is returned in response to the request.'."\n", + 'type' => 'string', + 'example' => 'OK', + ], + 'Data' => [ + 'description' => 'The moderation results.'."\n", + 'type' => 'object', + 'properties' => [ + 'Result' => [ + 'description' => 'The results.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'The label.'."\n", + 'type' => 'string', + 'example' => 'porn', + ], + 'Confidence' => [ + 'description' => 'The score of the confidence level. Valid values: 0 to 100. The value is accurate to two decimal places.'."\n", + 'type' => 'number', + 'format' => 'float', + 'example' => '81.22', + ], + 'RiskWords' => [ + 'description' => 'The term hit by the moderated content.'."\n", + 'type' => 'string', + 'example' => 'XXX', + ], + 'CustomizedHit' => [ + 'description' => 'The custom term hit by the moderated content.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'LibName' => [ + 'description' => 'The library name.'."\n", + 'type' => 'string', + 'example' => 'test', + ], + 'KeyWords' => [ + 'description' => 'The terms that are hit. Multiple terms are separated by commas (,).'."\n", + 'type' => 'string', + 'example' => 'xxx', + ], + ], + ], + ], + 'Description' => [ + 'description' => 'The description of the label.', + 'type' => 'string', + 'example' => 'none', + ], + 'RiskPositions' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'RiskWord' => [ + 'type' => 'string', + ], + 'StartPos' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'EndPos' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + ], + ], + ], + ], + ], + ], + 'Advice' => [ + 'description' => 'The suggestion.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The answer content.'."\n", + 'type' => 'object', + 'properties' => [ + 'Answer' => [ + 'description' => 'The answer.'."\n", + 'type' => 'string', + 'example' => 'XXX', + ], + 'HitLabel' => [ + 'description' => 'Hit Label', + 'type' => 'string', + 'example' => 'xxx', + ], + 'HitLibName' => [ + 'description' => 'Hit Library Name', + 'type' => 'string', + 'example' => 'xxx', + ], + ], + ], + ], + 'Score' => [ + 'description' => 'The score.'."\n", + 'type' => 'number', + 'format' => 'float', + 'example' => '1', + ], + 'RiskLevel' => [ + 'description' => 'Risk Level', + 'type' => 'string', + 'example' => 'high', + ], + 'DataId' => [ + 'description' => 'The id of data', + 'type' => 'string', + 'example' => 'text1234', + ], + 'SensitiveResult' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'type' => 'string', + 'description' => 'The label', + 'example' => '1234', + ], + 'SensitiveLevel' => [ + 'type' => 'string', + 'description' => 'The level of sensitivity data', + 'example' => 'S1'."\n", + ], + 'SensitiveData' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'string', + 'description' => 'The sensitive data.'."\n", + 'example' => 'xxx', + ], + 'description' => 'The sensitive data.'."\n", + ], + 'Description' => [ + 'type' => 'string', + 'description' => 'Description'."\n", + 'example' => 'xxx', + ], + ], + 'description' => 'The result of sensitivity data detect', + ], + 'description' => 'The result of sensitivity data detect', + ], + 'AttackResult' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'type' => 'string', + 'description' => 'The label', + 'example' => 'safe', + ], + 'Confidence' => [ + 'type' => 'number', + 'format' => 'float', + 'description' => 'The confidence', + 'example' => '0', + ], + 'AttackLevel' => [ + 'type' => 'string', + 'description' => 'The level of prompt attack', + 'example' => 'none', + ], + 'Description' => [ + 'type' => 'string', + 'description' => 'Description', + 'example' => 'safe', + ], + ], + 'description' => 'The result of prompt attack detect', + ], + 'description' => 'The result of prompt attack detect', + ], + 'SensitiveLevel' => [ + 'type' => 'string', + 'description' => 'The level of sensitivity data', + 'example' => 'S0', + ], + 'AttackLevel' => [ + 'type' => 'string', + 'description' => 'The level of prompt attack', + 'example' => 'none', + ], + 'ManualTaskId' => [ + 'type' => 'string', + ], + 'DetectedLanguage' => [ + 'type' => 'string', + ], + 'TranslatedContent' => [ + 'type' => 'string', + ], + 'AccountId' => [ + 'type' => 'string', + ], + 'Ext' => [ + 'type' => 'object', + 'properties' => [ + 'LlmContent' => [ + 'type' => 'object', + 'properties' => [ + 'OutputText' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"OK\\",\\n \\"Data\\": {\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"porn\\",\\n \\"Confidence\\": 81.22,\\n \\"RiskWords\\": \\"XXX\\",\\n \\"CustomizedHit\\": [\\n {\\n \\"LibName\\": \\"测试词库\\",\\n \\"KeyWords\\": \\"xxx\\"\\n }\\n ],\\n \\"Description\\": \\"未检测出风险\\",\\n \\"RiskPositions\\": [\\n {\\n \\"RiskWord\\": \\"词A\\",\\n \\"StartPos\\": 4,\\n \\"EndPos\\": 6\\n }\\n ]\\n }\\n ],\\n \\"Advice\\": [\\n {\\n \\"Answer\\": \\"XXX\\",\\n \\"HitLabel\\": \\"XXX\\",\\n \\"HitLibName\\": \\"XXX\\"\\n }\\n ],\\n \\"Score\\": 1,\\n \\"RiskLevel\\": \\"high\\",\\n \\"DataId\\": \\"text1234\\",\\n \\"SensitiveResult\\": [\\n {\\n \\"Label\\": \\"1234\\",\\n \\"SensitiveLevel\\": \\"S1\\",\\n \\"SensitiveData\\": [\\n \\"上海\\"\\n ],\\n \\"Description\\": \\"省份\\"\\n }\\n ],\\n \\"AttackResult\\": [\\n {\\n \\"Label\\": \\"safe\\",\\n \\"Confidence\\": 0,\\n \\"AttackLevel\\": \\"none\\",\\n \\"Description\\": \\"safe\\"\\n }\\n ],\\n \\"SensitiveLevel\\": \\"S0\\",\\n \\"AttackLevel\\": \\"none\\",\\n \\"ManualTaskId\\": \\"xxxxx-xxxxx\\",\\n \\"DetectedLanguage\\": \\"en\\",\\n \\"TranslatedContent\\": \\"hello\\",\\n \\"AccountId\\": \\"123456789\\",\\n \\"Ext\\": {\\n \\"LlmContent\\": {\\n \\"OutputText\\": \\"正常。文本中无风险内容。\\"\\n }\\n }\\n }\\n}","type":"json"}]', + 'title' => 'TextModerationPlus', + 'description' => 'Before you call this operation, make sure that you have [activated the Content Moderation 2.0 service](https://common-buy.aliyun.com/?commodityCode=lvwang_cip_public_cn) and are familiar with the [billing](https://help.aliyun.com/document_detail/2671445.html?#section-6od-32j-99n) of the Text Moderation 2.0 Plus service.'."\n", + ], + 'TextModeration' => [ + 'summary' => 'Provides moderation services for multiple business scenarios and identifies various violation risks.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '128601', + 'abilityTreeNodes' => [ + 'FEATURElvwang8G4HBD', + ], + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The type of the moderation service. Valid values: nickname_detection: user nickname chat_detection: chat interactions comment_detection: dynamic comments pgc_detection: professionally-generated content (PGC) teaching materials'."\n" + ."\n" + .'Valid values:'."\n" + ."\n" + .'* pgc_detection: moderation of PGC teaching materials'."\n" + .'* nickname_detection: user nickname moderation'."\n" + .'* comment_multilingual_pro: multi-language moderation in international business scenarios'."\n" + .'* chat_detection: moderation of interactive content of private chats'."\n" + .'* ad_compliance_detection: advertising law compliance identification'."\n" + .'* comment_detection: moderation of comment content of public chats'."\n" + .'* ai_art_detection: AI-generated text identfication'."\n", + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'enumValueTitles' => [ + 'pgc_detection' => 'pgc_detection', + 'nickname_detection' => 'nickname_detection', + 'comment_multilingual_pro' => 'comment_multilingual_pro', + 'chat_detection' => 'chat_detection', + 'ad_compliance_detection' => 'ad_compliance_detection', + 'comment_detection' => 'comment_detection', + 'ai_art_detection' => 'ai_art_detection', + ], + 'example' => 'nickname_detection', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The parameters required by the moderation service. The value is a JSON string.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '{"content":"Content to be moderated"}'."\n", + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'The response parameters.'."\n", + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'The message that is returned in response to the request.'."\n", + 'type' => 'string', + 'example' => 'OK', + ], + 'Data' => [ + 'description' => 'The moderation results.'."\n", + 'type' => 'object', + 'properties' => [ + 'labels' => [ + 'description' => 'The labels. Multiple labels are separated by commas (,). Valid values: ad: ad violation profanity: abuse contraband: contraband sexual_content: pornography violence: violence nonsense: irrigation spam: spam negative_content: undesirable content cyberbullying: cyberbullying C_customized: custom library that is hit'."\n", + 'type' => 'string', + 'example' => 'porn', + ], + 'reason' => [ + 'description' => 'The JSON string used to locate the cause. Valid values: riskTips: subcategory label riskWords: risk words adNums: hit advertising number customizedWords: customized words customizedLibs: customized libraries'."\n", + 'type' => 'string', + 'example' => '{\\"detectedLanguage\\":\\"ar\\",\\"riskTips\\":\\"sexuality_Suggestive\\",\\"riskWords\\":\\"pxxxxy\\",\\"translatedContent\\":\\"pxxxxy sxxxx\\"}', + ], + 'accountId' => [ + 'description' => 'The ID of the Alibaba Cloud account.'."\n", + 'type' => 'string', + 'example' => '123456', + ], + 'deviceId' => [ + 'description' => 'The device ID.'."\n", + 'type' => 'string', + 'example' => 'xxxxxx', + ], + 'dataId' => [ + 'description' => 'The ID of the moderated object.', + 'type' => 'string', + 'example' => 'text1234', + ], + 'descriptions' => [ + 'description' => 'The description of the labels.', + 'type' => 'string', + 'example' => 'no risk', + ], + 'manualTaskId' => [ + 'type' => 'string', + ], + 'ext' => [ + 'type' => 'object', + 'properties' => [ + 'llmContent' => [ + 'type' => 'object', + 'properties' => [ + 'outputText' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"OK\\",\\n \\"Data\\": {\\n \\"labels\\": \\"porn\\",\\n \\"reason\\": \\"{\\\\\\\\\\\\\\"riskLevel\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"high\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"riskTips\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"色情_低俗词\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"riskWords\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"色情服务\\\\\\\\\\\\\\"}\\",\\n \\"accountId\\": \\"123456\\",\\n \\"deviceId\\": \\"xxxxxx\\",\\n \\"dataId\\": \\"text1234\\",\\n \\"descriptions\\": \\"疑似广告内容\\",\\n \\"manualTaskId\\": \\"xxxxx-xxxxx\\",\\n \\"ext\\": {\\n \\"llmContent\\": {\\n \\"outputText\\": \\"正常。文本中无风险内容。\\"\\n }\\n }\\n }\\n}","type":"json"}]', + 'title' => 'TextModeration', + 'description' => 'Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/464388.html?#section-itm-m2s-ugq) of Text Moderation 2.0.'."\n", + ], + 'ImageModeration' => [ + 'summary' => 'Identifies whether an image contains content or elements that violate relevant regulations on network content dissemination, affect the content order of a specific platform, or affect user experience. Image Moderation 2.0 supports over 90 content risk labels and over 100 risk control items. Image Moderation 2.0 of Content Moderation allows you to develop further moderation or governance measures for specific image content based on business scenarios, platform-specific content governance rules, or rich risk labels and scores of confidence levels returned by API calls.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '142557', + 'abilityTreeNodes' => [ + 'FEATURElvwang78REFZ', + ], + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The moderation services supported by Image Moderation 2.0. Valid values:'."\n" + ."\n" + .'* baselineCheck: common baseline moderation'."\n" + .'* baselineCheck_pro: common baseline moderation_Professional'."\n" + .'* baselineCheck_cb: common baseline moderation_For regions outside the Chinese mainland'."\n" + .'* tonalityImprove: content governance moderation'."\n" + .'* aigcCheck: AI-generated image identification'."\n" + .'* profilePhotoCheck: avatar image moderation'."\n" + .'* advertisingCheck: marketing material identification'."\n" + .'* liveStreamCheck: moderation of screenshots of videos and live streams'."\n" + ."\n" + .'Valid values:'."\n" + ."\n" + .'* liveStreamCheck: moderation of screenshots of videos and live streams'."\n" + .'* baselineCheck: common baseline moderation'."\n" + .'* aigcCheck: AI-generated image identification'."\n" + .'* baselineCheck_pro: common baseline moderation_Professional'."\n" + .'* advertisingCheck: marketing material identification'."\n" + .'* baselineCheck_cb: common baseline moderation_For regions outside the Chinese mainland'."\n" + .'* tonalityImprove: content governance moderation'."\n" + .'* profilePhotoCheck: avatar image moderation'."\n", + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'liveStreamCheck' => 'liveStreamCheck', + 'generalOcr' => '', + 'postImageCheck' => '', + 'baselineCheck_pro' => 'baselineCheck_pro', + 'advertisingCheck' => 'advertisingCheck', + 'baselineCheck_cb' => 'baselineCheck_cb', + 'tonalityImprove' => 'tonalityImprove', + 'profilePhotoCheck' => 'profilePhotoCheck', + 'baselineCheck' => 'baselineCheck', + 'generalRecognition' => '', + 'aigcCheck' => 'aigcCheck', + 'aigcViolationDetection' => '', + 'aigcDetector' => '', + ], + 'example' => 'baselineCheck', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The parameters required by the moderation service. The value is a JSON string.'."\n" + ."\n" + .'* imageUrl: the URL of the object that you want to moderate. This parameter is required.'."\n" + .'* dataId: the ID of the object that you want to moderate. This parameter is optional.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '{"imageUrl":"https://www.aliyun.com/test.jpg","dataId":"img1234567"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => 'The response parameters.'."\n", + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'The request ID, which is used to locate and troubleshoot issues.'."\n", + 'type' => 'string', + 'example' => '6CF2815C-C8C7-4A01-B52E-FF6E24F53492', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code. The status code 200 indicates that the request was successful.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'The message that is returned in response to the request.'."\n", + 'type' => 'string', + 'example' => 'OK', + ], + 'Data' => [ + 'description' => 'The moderation results.'."\n", + 'type' => 'object', + 'properties' => [ + 'DataId' => [ + 'description' => 'The ID of the moderated object.'."\n" + ."\n" + .'> If you specify the dataId parameter in the request, the value of the dataId parameter is returned in the response.'."\n", + 'type' => 'string', + 'example' => 'fb5ffab1-993b-449f-b8d6-b97d5e3331f2', + ], + 'Result' => [ + 'description' => 'The results of image moderation parameters such as the label parameter and the confidence parameter, which are an array structure.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The data that is returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'The labels returned after the image moderation. Multiple risk labels and the corresponding scores of confidence levels may be returned for an image.'."\n", + 'type' => 'string', + 'example' => 'violent_explosion', + ], + 'Confidence' => [ + 'description' => 'The score of the confidence level. Valid values: 0 to 100. The value is accurate to two decimal places. Some labels do not have scores of confidence levels.'."\n", + 'type' => 'number', + 'format' => 'float', + 'example' => '81.22', + ], + 'Description' => [ + 'description' => 'The description of the result.', + 'type' => 'string', + 'example' => 'no risk', + ], + 'RiskLevel' => [ + 'description' => 'Risk Level', + 'type' => 'string', + 'example' => 'high', + ], + ], + ], + ], + 'Ext' => [ + 'description' => 'Auxiliary reference information.', + 'type' => 'object', + 'properties' => [ + 'Recognition' => [ + 'description' => 'The result of image recognition.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Classification' => [ + 'description' => 'The category of image recognition.', + 'type' => 'string', + 'example' => 'xx', + ], + 'Confidence' => [ + 'description' => 'The score of the confidence level. Valid values: 0 to 100. The value is accurate to two decimal places. Some labels do not have scores of confidence levels.', + 'type' => 'number', + 'format' => 'float', + 'example' => '99.01', + ], + ], + ], + ], + 'OcrResult' => [ + 'description' => 'Returns the text information in the recognized image.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Text' => [ + 'description' => 'The text information in the recognized image.', + 'type' => 'string', + 'example' => 'xx', + ], + 'Location' => [ + 'description' => 'Location information.', + 'type' => 'object', + 'properties' => [ + 'X' => [ + 'description' => 'The distance between the upper-left corner of the text area and the y-axis, using the upper-left corner of the image as the coordinate origin, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '11', + ], + 'Y' => [ + 'description' => 'The distance between the upper left corner of the text area and the x-axis, with the upper left corner of the image as the coordinate origin, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'W' => [ + 'description' => 'The width of the text area, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '33', + ], + 'H' => [ + 'description' => 'The height of the text area, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '44', + ], + ], + ], + ], + ], + ], + 'TextInImage' => [ + 'description' => 'Returns the text information in the hit image.', + 'type' => 'object', + 'properties' => [ + 'OcrResult' => [ + 'description' => 'Returns the text information in the recognized image.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Text' => [ + 'description' => 'The text information in the recognized image.', + 'type' => 'string', + 'example' => 'xx', + ], + 'Location' => [ + 'description' => 'Location information.', + 'type' => 'object', + 'properties' => [ + 'X' => [ + 'description' => 'The distance between the upper-left corner of the text area and the y-axis, using the upper-left corner of the image as the coordinate origin, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '11', + ], + 'Y' => [ + 'description' => 'The distance between the upper left corner of the text area and the x-axis, with the upper left corner of the image as the coordinate origin, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'H' => [ + 'description' => 'The height of the text area, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '33', + ], + 'W' => [ + 'description' => 'The width of the text area, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '44', + ], + ], + ], + ], + ], + ], + 'RiskWord' => [ + 'description' => 'The risk words that are hit. Multiple words are separated by commas (,).', + 'type' => 'array', + 'items' => [ + 'description' => 'The risk words that are hit. Multiple words are separated by commas (,).', + 'type' => 'string', + 'example' => 'abcd', + ], + ], + 'CustomText' => [ + 'description' => 'When a custom text library is hit, the custom library ID, custom library name, and custom word are returned.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'LibId' => [ + 'description' => 'Custom library ID.', + 'type' => 'string', + 'example' => '123456', + ], + 'LibName' => [ + 'description' => 'Custom library name.', + 'type' => 'string', + 'example' => 'xxxx', + ], + 'KeyWords' => [ + 'description' => 'Custom words, multiple words separated by commas.', + 'type' => 'string', + 'example' => 'aaa,bbb'."\n", + ], + ], + ], + ], + ], + ], + 'CustomImage' => [ + 'description' => 'If a custom image library is hit, information about the hit custom image library is returned.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'LibId' => [ + 'description' => 'The image library ID.', + 'type' => 'string', + 'example' => 'lib_123456', + ], + 'ImageId' => [ + 'description' => 'The image ID.', + 'type' => 'string', + 'example' => '123456', + ], + 'LibName' => [ + 'description' => 'The image library name.', + 'type' => 'string', + 'example' => 'xx', + ], + ], + ], + ], + 'PublicFigure' => [ + 'description' => 'Person information list.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'FigureName' => [ + 'description' => 'Identified person name information.', + 'type' => 'string', + 'example' => 'xx', + ], + 'FigureId' => [ + 'description' => 'Identified person coding information.', + 'type' => 'string', + 'example' => 'xx', + ], + 'Location' => [ + 'description' => 'the data array of location info', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'X' => [ + 'description' => 'X coordinate', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '11', + ], + 'Y' => [ + 'description' => 'Y coordinate', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'W' => [ + 'description' => 'The weight', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '33', + ], + 'H' => [ + 'description' => 'The height', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '44', + ], + ], + 'description' => 'the data of location info', + ], + ], + ], + ], + ], + 'LogoData' => [ + 'description' => 'Logo information.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Location' => [ + 'description' => 'Location information.', + 'type' => 'object', + 'properties' => [ + 'X' => [ + 'description' => 'The distance between the upper-left corner of the text area and the y-axis, using the upper-left corner of the image as the coordinate origin, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '11', + ], + 'Y' => [ + 'description' => 'The distance between the upper left corner of the text area and the x-axis, with the upper left corner of the image as the coordinate origin, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'W' => [ + 'description' => 'The width of the text area, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '33', + ], + 'H' => [ + 'description' => 'The height of the text area, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '44', + ], + ], + ], + 'Logo' => [ + 'description' => 'Logo information.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'Logo category.', + 'type' => 'string', + 'example' => 'xx', + ], + 'Name' => [ + 'description' => 'Logo name.', + 'type' => 'string', + 'example' => 'xx', + ], + 'Confidence' => [ + 'description' => 'The score of the confidence level. Valid values: 0 to 100. The value is accurate to two decimal places. Some labels do not have scores of confidence levels.', + 'type' => 'number', + 'format' => 'float', + 'example' => '99.01', + ], + ], + ], + ], + ], + ], + ], + 'FaceData' => [ + 'description' => 'The returned face attribute information', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Age' => [ + 'description' => 'The age recognition result.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '18', + ], + 'Bang' => [ + 'description' => 'Indicates whether the recognition result of bangs is available.', + 'type' => 'object', + 'properties' => [ + 'Value' => [ + 'description' => 'Indicates whether the recognition result of bangs is available.', + 'type' => 'string', + 'example' => 'Has', + ], + 'Confidence' => [ + 'description' => 'The confidence level of the bang recognition result. Valid values: 0 to 100. A higher value indicates a more credible result.', + 'type' => 'number', + 'format' => 'float', + 'example' => '81.88'."\n", + ], + ], + ], + 'Gender' => [ + 'description' => 'The gender recognition result.', + 'type' => 'object', + 'properties' => [ + 'Value' => [ + 'description' => 'The gender recognition result. Valid values:'."\n" + ."\n" + .'- Male'."\n" + ."\n" + .'- FeMale', + 'type' => 'string', + 'example' => 'FeMale', + ], + 'Confidence' => [ + 'description' => 'The confidence level of the gender recognition result. Valid values: 0 to 100. A higher value indicates a more credible result.', + 'type' => 'number', + 'format' => 'float', + 'example' => '81.88', + ], + ], + ], + 'Glasses' => [ + 'description' => 'The recognition result of whether to wear glasses.'."\n" + ."\n" + .'- None: No glasses.'."\n" + ."\n" + .'- Wear: Wear glasses.'."\n" + ."\n" + .'- Sunglass: Wear sunglasses.', + 'type' => 'string', + 'example' => 'Common', + ], + 'Hairstyle' => [ + 'description' => 'The hairstyle recognition result.', + 'type' => 'object', + 'properties' => [ + 'Value' => [ + 'description' => 'The hairstyle recognition result. Valid values:'."\n" + ."\n" + .'- Bald: bald head.'."\n" + ."\n" + .'- Long: Long hair.'."\n" + ."\n" + .'- Short: Short hair.', + 'type' => 'string', + 'example' => 'Short', + ], + 'Confidence' => [ + 'description' => 'The confidence level of the hairstyle recognition result. Valid values: 0 to 100. A higher value indicates a more credible result.', + 'type' => 'number', + 'format' => 'float', + 'example' => '81.88'."\n" + ."\n", + ], + ], + ], + 'Hat' => [ + 'description' => 'The recognition result of whether to wear a hat.', + 'type' => 'object', + 'properties' => [ + 'Value' => [ + 'description' => 'The recognition result of whether to wear the hat. Valid values:'."\n" + ."\n" + .'- Wear: Wear a hat.'."\n" + ."\n" + .'- None: No hat.', + 'type' => 'string', + 'example' => 'Wear', + ], + 'Confidence' => [ + 'description' => 'The confidence level of the result of wearing the hat. Valid values: 0 to 100. A higher value indicates a more credible result.', + 'type' => 'number', + 'format' => 'float', + 'example' => '88.88'."\n" + ."\n", + ], + ], + ], + 'Location' => [ + 'description' => 'The location of the face.', + 'type' => 'object', + 'properties' => [ + 'X' => [ + 'description' => 'The distance from the upper-left corner of the face area to the y-axis with the upper-left corner of the image as the coordinate origin. Unit: pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '41'."\n" + ."\n", + ], + 'Y' => [ + 'description' => 'The distance from the upper-left corner of the face area to the x-axis with the upper-left corner of the image as the coordinate origin. Unit: pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '84', + ], + 'W' => [ + 'description' => 'The width of the face area. Unit: pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '83', + ], + 'H' => [ + 'description' => 'The height of the face area. Unit: pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '26', + ], + ], + ], + 'Mask' => [ + 'description' => 'The recognition result of whether to wear a mask.', + 'type' => 'object', + 'properties' => [ + 'Value' => [ + 'description' => 'The recognition result of whether to wear a mask. Valid values:'."\n" + ."\n" + .'- Wear a mask.'."\n" + ."\n" + .' - None: No mask.', + 'type' => 'string', + 'example' => 'Wear', + ], + 'Confidence' => [ + 'description' => 'The confidence level of the result of wearing the mask. Valid values: 0 to 100. A higher value indicates a more credible result.', + 'type' => 'number', + 'format' => 'float', + 'example' => '99.99', + ], + ], + ], + 'Mustache' => [ + 'description' => 'The identification result of whether there is a beard.', + 'type' => 'object', + 'properties' => [ + 'Value' => [ + 'description' => 'The identification result of whether there is a beard.Valid values:'."\n" + ."\n" + .'- Has:have a beard.'."\n" + ."\n" + .'- None:No beard.', + 'type' => 'string', + 'example' => 'Has', + ], + 'Confidence' => [ + 'description' => 'The confidence level of the result of the beard. Valid values: 0 to 100. A higher value indicates a more credible result.', + 'type' => 'number', + 'format' => 'float', + 'example' => '99.99', + ], + ], + ], + 'Quality' => [ + 'description' => 'The quality information of the face image.', + 'type' => 'object', + 'properties' => [ + 'Blur' => [ + 'description' => 'The blur of the face image. Valid values: 0 to 100. The higher the score, the more fuzzy it is.'."\n" + .'Recommended values: 0 to 25.', + 'type' => 'number', + 'format' => 'float', + 'example' => '5.88'."\n" + ."\n", + ], + 'Integrity' => [ + 'description' => 'The integrity of the human face. Recommended values:80 to 100.', + 'type' => 'number', + 'format' => 'float', + 'example' => '100.0', + ], + 'Pitch' => [ + 'description' => 'The head-up or head-down angle of the face.'."\n" + .'Recommended values:-30 to 30.', + 'type' => 'number', + 'format' => 'float', + 'example' => '5.88', + ], + 'Roll' => [ + 'description' => 'The plane rotation angle of the face.'."\n" + .'Recommended values:-30 to 30.', + 'type' => 'number', + 'format' => 'float', + 'example' => '5.18', + ], + 'Yaw' => [ + 'description' => 'The left and right shaking angle of the human face.'."\n" + .'Recommended values:-30 to 30.', + 'type' => 'number', + 'format' => 'float', + 'example' => '5.18', + ], + ], + ], + 'Smile' => [ + 'description' => 'The smiling degree of the face.', + 'type' => 'number', + 'format' => 'float', + 'example' => '85.88'."\n" + ."\n", + ], + ], + ], + ], + 'VlContent' => [ + 'description' => 'the vl output content', + 'type' => 'object', + 'properties' => [ + 'OutputText' => [ + 'description' => 'the vl output content', + 'type' => 'string', + 'example' => 'this is a cat', + ], + ], + ], + 'AigcData' => [ + 'type' => 'object', + 'properties' => [ + 'AIGC' => [ + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'type' => 'string', + ], + 'ContentProducer' => [ + 'type' => 'string', + ], + 'ProduceID' => [ + 'type' => 'string', + ], + 'ReservedCode1' => [ + 'type' => 'string', + ], + 'ContentPropagator' => [ + 'type' => 'string', + ], + 'PropagateID' => [ + 'type' => 'string', + ], + 'ReservedCode2' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'RiskLevel' => [ + 'description' => 'Risk Level.', + 'type' => 'string', + 'example' => 'high', + ], + 'ManualTaskId' => [ + 'type' => 'string', + ], + 'AccountId' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6CF2815C-C8C7-4A01-B52E-FF6E24F53492\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"Data\\": {\\n \\"DataId\\": \\"fb5ffab1-993b-449f-b8d6-b97d5e3331f2\\",\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"violent_explosion\\",\\n \\"Confidence\\": 81.22,\\n \\"Description\\": \\"未检测出风险\\",\\n \\"RiskLevel\\": \\"high\\"\\n }\\n ],\\n \\"Ext\\": {\\n \\"Recognition\\": [\\n {\\n \\"Classification\\": \\"办公大楼\\\\n\\",\\n \\"Confidence\\": 81.22\\n }\\n ],\\n \\"OcrResult\\": [\\n {\\n \\"Text\\": \\"abcd\\",\\n \\"Location\\": {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"W\\": 33,\\n \\"H\\": 44\\n }\\n }\\n ],\\n \\"TextInImage\\": {\\n \\"OcrResult\\": [\\n {\\n \\"Text\\": \\"abcd\\",\\n \\"Location\\": {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"H\\": 33,\\n \\"W\\": 44\\n }\\n }\\n ],\\n \\"RiskWord\\": [\\n \\"abcd\\"\\n ],\\n \\"CustomText\\": [\\n {\\n \\"LibId\\": \\"123456\\\\n\\",\\n \\"LibName\\": \\"自定义库1\\\\n\\",\\n \\"KeyWords\\": \\"自定义词1,自定义词2\\\\n\\"\\n }\\n ]\\n },\\n \\"CustomImage\\": [\\n {\\n \\"LibId\\": \\"图库123\\\\n\\",\\n \\"ImageId\\": \\"123456\\",\\n \\"LibName\\": \\"图库123\\\\n\\"\\n }\\n ],\\n \\"PublicFigure\\": [\\n {\\n \\"FigureName\\": \\"yzazhzou\\",\\n \\"FigureId\\": \\"xxx001\\",\\n \\"Location\\": [\\n {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"W\\": 330,\\n \\"H\\": 440\\n }\\n ]\\n }\\n ],\\n \\"LogoData\\": [\\n {\\n \\"Location\\": {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"W\\": 330,\\n \\"H\\": 440\\n },\\n \\"Logo\\": [\\n {\\n \\"Label\\": \\"logo_sns\\",\\n \\"Name\\": \\"钉钉\\",\\n \\"Confidence\\": 99.1\\n }\\n ]\\n }\\n ],\\n \\"FaceData\\": [\\n {\\n \\"Age\\": 18,\\n \\"Bang\\": {\\n \\"Value\\": \\"Has\\",\\n \\"Confidence\\": 81.88\\n },\\n \\"Gender\\": {\\n \\"Value\\": \\"FeMale\\",\\n \\"Confidence\\": 81.88\\n },\\n \\"Glasses\\": \\"Common\\",\\n \\"Hairstyle\\": {\\n \\"Value\\": \\"Short\\",\\n \\"Confidence\\": 81.88\\n },\\n \\"Hat\\": {\\n \\"Value\\": \\"Wear\\",\\n \\"Confidence\\": 88.88\\n },\\n \\"Location\\": {\\n \\"X\\": 41,\\n \\"Y\\": 84,\\n \\"W\\": 83,\\n \\"H\\": 26\\n },\\n \\"Mask\\": {\\n \\"Value\\": \\"Wear\\",\\n \\"Confidence\\": 99.99\\n },\\n \\"Mustache\\": {\\n \\"Value\\": \\"Has\\",\\n \\"Confidence\\": 99.99\\n },\\n \\"Quality\\": {\\n \\"Blur\\": 5.88,\\n \\"Integrity\\": 100,\\n \\"Pitch\\": 5.88,\\n \\"Roll\\": 5.18,\\n \\"Yaw\\": 5.18\\n },\\n \\"Smile\\": 85.88\\n }\\n ],\\n \\"VlContent\\": {\\n \\"OutputText\\": \\"这是一段描述\\"\\n },\\n \\"AigcData\\": {\\n \\"AIGC\\": {\\n \\"Label\\": \\"1\\",\\n \\"ContentProducer\\": \\"001191******M000100Y43\\",\\n \\"ProduceID\\": \\"123******456\\\\n\\\\n\\",\\n \\"ReservedCode1\\": \\"d41d**********427e\\\\n\\",\\n \\"ContentPropagator\\": \\"001191******M000100Y43\\",\\n \\"PropagateID\\": \\"123******456\\\\n\\",\\n \\"ReservedCode2\\": \\"d41d**********427e\\"\\n }\\n }\\n },\\n \\"RiskLevel\\": \\"high\\",\\n \\"ManualTaskId\\": \\"xxxxx-xxxxx\\",\\n \\"AccountId\\": \\"testaccountid123\\"\\n }\\n}","type":"json"}]', + 'title' => 'ImageModeration', + 'description' => '**Before you call this operation, make sure that you are familiar with the [billing](~~467826~~)[](https://www.aliyun.com/price/product?#/lvwang/detail/cdibag) of Image Moderation 2.0.'."\n", + 'requestParamsDescription' => 'Sample request:'."\n" + ."\n" + .'```JSON'."\n" + .'{'."\n" + .' "service": "baselineCheck",'."\n" + .' "serviceParameters": '."\n" + .' {'."\n" + .' "imageUrl": "https://img.alicdn.com/tfs/TB1U4r9AeH2gK0jSZJnXXaT1FXa-2880-480.png",'."\n" + .' "dataId": "img1234567"'."\n" + .' }'."\n" + .'}'."\n" + .'```'."\n", + 'responseParamsDescription' => 'Sample response parameters'."\n" + ."\n" + .' {'."\n" + .' "Msg": "OK",'."\n" + .' "Code": 200,'."\n" + .' "Data": {'."\n" + .' "dataId": "img1234567",'."\n" + .' "result": ['."\n" + .' {'."\n" + .' "label": "pornographic_adultContent",'."\n" + .' "confidence": 81'."\n" + .' },'."\n" + .' {'."\n" + .' "label": "sexual_partialNudity",'."\n" + .' "confidence": 98'."\n" + .' },'."\n" + .' {'."\n" + .' "label": "violent_explosion",'."\n" + .' "confidence": 70'."\n" + .' },'."\n" + .' {'."\n" + .' "label": "violent_explosion_lib",'."\n" + .' "confidence": 81'."\n" + .' }'."\n" + .' ]'."\n" + .' },'."\n" + .' "RequestId": "ABCD1234-1234-1234-1234-1234XYZ"'."\n" + .' }'."\n", + ], + 'ImageAsyncModeration' => [ + 'summary' => 'Moderates images in asynchronous mode. An asynchronous image moderation task does not return the moderation results in real time. To obtain moderation results, you can poll the moderation results periodically or enable callback notification. The moderation results are retained for a maximum of 3 days.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '197491', + 'abilityTreeNodes' => [ + 'FEATURElvwang78REFZ', + ], + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'query', + 'schema' => [ + 'description' => 'The type of the moderation service.', + 'type' => 'string', + 'required' => false, + 'example' => 'baselineCheck', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'query', + 'schema' => [ + 'description' => 'The parameters required by the moderation service. The value is a JSON string.', + 'type' => 'string', + 'required' => false, + 'example' => '{"imageUrl":"https://img.alicdn.com/tfs/TB1U4r9AeH2gK0jSZJnXXaT1FXa-2880-480.png","dataId":"img123****"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'The request ID.', + 'type' => 'string', + 'example' => '4A926AE2-4C96-573F-824F-0532960799F8', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'The message that is returned in response to the request.', + 'type' => 'string', + 'example' => 'success', + ], + 'Data' => [ + 'description' => 'The data returned.', + 'type' => 'object', + 'properties' => [ + 'ReqId' => [ + 'description' => 'The reqId field returned by the Image Async Moderation API. You can use this field to query the detection results.', + 'type' => 'string', + 'example' => 'A07B3DB9-D762-5C56-95B1-8EC55CF176D2', + ], + 'DataId' => [ + 'description' => 'The ID of the moderated object.', + 'type' => 'string', + 'example' => 'fb5ffab1-993b-449f-b8d6-b97d5e3331f2', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"4A926AE2-4C96-573F-824F-0532960799F8\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"success\\",\\n \\"Data\\": {\\n \\"ReqId\\": \\"A07B3DB9-D762-5C56-95B1-8EC55CF176D2\\",\\n \\"DataId\\": \\"fb5ffab1-993b-449f-b8d6-b97d5e3331f2\\"\\n }\\n}","type":"json"}]', + 'title' => 'ImageAsyncModeration', + ], + 'DescribeImageModerationResult' => [ + 'summary' => 'Obtains the moderation results of an Image Moderation 2.0 task.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '198839', + 'abilityTreeNodes' => [ + 'FEATURElvwangLRLIH6', + ], + ], + 'parameters' => [ + [ + 'name' => 'ReqId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ReqId field returned by the asynchronous Image Moderation 2.0 API.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'B0963D30-BAB4-562F-9ED0-7A23AEC51C7C', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response'."\n", + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'The request ID, which is used to locate and troubleshoot issues.'."\n", + 'type' => 'string', + 'example' => '2881AD4F-638B-52A3-BA20-F74C5B1CEAE3', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'The message that is returned in response to the request.'."\n", + 'type' => 'string', + 'example' => 'success', + ], + 'Data' => [ + 'description' => 'The image moderation results.'."\n", + 'type' => 'object', + 'properties' => [ + 'DataId' => [ + 'description' => 'The value of dataId that is specified in the API request. If this parameter is not specified in the API request, this field is not available in the response.'."\n", + 'type' => 'string', + 'example' => '2a5389eb-4ff8-4584-ac99-644e2a539aa1', + ], + 'Result' => [ + 'description' => 'The results of image moderation parameters such as the label parameter and the confidence parameter.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'The labels returned after the image moderation.'."\n", + 'type' => 'string', + 'example' => 'violent_explosion', + ], + 'Confidence' => [ + 'description' => 'The score of the confidence level. Valid values: 0 to 100. The value is accurate to two decimal places.'."\n", + 'type' => 'number', + 'format' => 'float', + 'example' => '81.22', + ], + 'Description' => [ + 'description' => 'The description of the result.', + 'type' => 'string', + 'example' => 'no risk', + ], + 'RiskLevel' => [ + 'description' => 'Risk Level', + 'type' => 'string', + 'example' => 'high', + ], + ], + ], + ], + 'FrameNum' => [ + 'description' => 'The number of frames.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Frame' => [ + 'description' => 'The information about the captured frames.'."\n", + 'type' => 'string', + 'example' => '[{"result":[{"confidence":81.22,"label":"violent_explosion"}]}]', + ], + 'ReqId' => [ + 'description' => 'The reqId field returned by the Image Async Moderation API.', + 'type' => 'string', + 'example' => 'B0963D30-BAB4-562F-9ED0-7A23AEC51C7C'."\n", + ], + 'RiskLevel' => [ + 'description' => 'Risk Level.', + 'type' => 'string', + 'example' => 'high', + ], + 'ManualTaskId' => [ + 'type' => 'string', + ], + 'AccountId' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"2881AD4F-638B-52A3-BA20-F74C5B1CEAE3\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"success\\",\\n \\"Data\\": {\\n \\"DataId\\": \\"2a5389eb-4ff8-4584-ac99-644e2a539aa1\\",\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"violent_explosion\\",\\n \\"Confidence\\": 81.22,\\n \\"Description\\": \\"未检测出风险\\",\\n \\"RiskLevel\\": \\"high\\"\\n }\\n ],\\n \\"FrameNum\\": 1,\\n \\"Frame\\": \\"[{\\\\\\"result\\\\\\":[{\\\\\\"confidence\\\\\\":81.22,\\\\\\"label\\\\\\":\\\\\\"violent_explosion\\\\\\"}]}]\\",\\n \\"ReqId\\": \\"B0963D30-BAB4-562F-9ED0-7A23AEC51C7C\\\\n\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"ManualTaskId\\": \\"xxxxx-xxxxx\\",\\n \\"AccountId\\": \\"123456789\\"\\n }\\n}","type":"json"}]', + 'title' => 'DescribeImageModerationResult', + 'description' => '* Billing: This operation is free of charge.'."\n" + .'* QPS limit: You can call this operation up to 100 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.'."\n", + 'responseParamsDescription' => 'The following table describes the response codes. You are charged by using the pay-as-you-go billing method only for requests whose response code is 200.'."\n" + ."\n" + .'|**Code**|**Description**|'."\n" + .'|---|---|'."\n" + .'|200|The request is successful.|'."\n" + .'|280|The moderation is in progress.|'."\n" + .'|400|Not all request parameters are configured.|'."\n" + .'|401|The values specified for one or more request parameters are invalid.|'."\n" + .'|402|Invalid request parameters. Check and modify them and try again.|'."\n" + .'|403|The QPS of requests exceeds the upper limit. Check and modify the number of requests that are sent at a time.|'."\n" + .'|404|The specified image failed to be downloaded. Check the URL of the image or try again.|'."\n" + .'|405|Downloading the specified image timed out. The possible cause is that the image cannot be accessed. Check and adjust the image and try again.|'."\n" + .'|406|The specified image is excessively large. Check and change the image size and try again.|'."\n" + .'|407|The format of the specified image is not supported. Check and change the image format and try again.|'."\n" + .'|408|You do not have the required permissions. The possible cause is that this account is not activated, has overdue payments, or is not authorized to call this API.|'."\n" + .'|409|The specified request ID does not exist. The possible cause is that the query is performed too fast or the moderation results have exceeded the 30-day validity period.|'."\n" + .'|500|A system exception occurred.|', + ], + 'VoiceModeration' => [ + 'summary' => 'Submits a Voice Moderation 2.0 task.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '162159', + 'abilityTreeNodes' => [ + 'FEATURElvwang6QCU1H', + 'FEATURElvwangPAXR7J', + ], + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The type of the moderation service.', + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => 'nickname_detection', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The parameters required by the moderation service. The value is a JSON string.', + 'type' => 'string', + 'required' => false, + 'example' => '{"url": "http://aliyundoc.com/test.flv", "dataId": "data1234"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'The request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'The message that is returned in response to the request.', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'TaskId' => [ + 'description' => 'The task ID.'."\n", + 'type' => 'string', + 'example' => 'xxxxx-xxxxx', + ], + 'DataId' => [ + 'description' => 'The ID of the moderated object.', + 'type' => 'string', + 'example' => 'data1234', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Data\\": {\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"DataId\\": \\"data1234\\"\\n }\\n}","type":"json"}]', + 'title' => 'VoiceModeration', + ], + 'VoiceModerationResult' => [ + 'summary' => 'Obtains the moderation results of a Voice Moderation 2.0 task.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '162180', + 'abilityTreeNodes' => [ + 'FEATURElvwang6QCU1H', + 'FEATURElvwangPAXR7J', + ], + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The type of the moderation service. Valid values: nickname_detection: user nickname'."\n", + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => 'nickname_detection', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The parameters of API requests that are sent from API Gateway to the backend service.'."\n" + ."\n" + .'For more information, see [ServiceParameter](~~43988~~).'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '{"taskId":"xxxxx-xxxx"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response'."\n", + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request'."\n", + 'type' => 'string', + 'example' => '2881AD4F-638B-52A3-BA20-F74C5B1CEAE3', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'The message that is returned in response to the request.'."\n", + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'Url' => [ + 'description' => 'The URL of the moderated content.'."\n", + 'type' => 'string', + 'example' => 'https://aliyundoc.com'."\n" + ."\n", + ], + 'LiveId' => [ + 'description' => 'The unique ID of the live stream.'."\n", + 'type' => 'string', + 'example' => 'liveId', + ], + 'TaskId' => [ + 'description' => 'The task ID.'."\n", + 'type' => 'string', + 'example' => 'kw24ihd0WGkdi5nniVZM@qOj-1x5Ibb', + ], + 'SliceDetails' => [ + 'description' => 'The moderation results of audio segments.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The moderation results of the audio segment.'."\n", + 'type' => 'object', + 'properties' => [ + 'StartTime' => [ + 'description' => 'The start time of the audio segment in seconds.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '0', + ], + 'EndTime' => [ + 'description' => 'The end time of the audio segment in seconds.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'StartTimestamp' => [ + 'description' => 'The start timestamp of the segment. Unit: milliseconds.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1678854649720', + ], + 'EndTimestamp' => [ + 'description' => 'The end timestamp of the segment. Unit: milliseconds.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1678854649720', + ], + 'Url' => [ + 'description' => 'The temporary URL of the audio segment.'."\n", + 'type' => 'string', + 'example' => 'https://aliyundoc.com'."\n" + ."\n", + ], + 'Text' => [ + 'description' => 'The text converted from the audio segment.'."\n", + 'type' => 'string', + 'example' => 'Disgusting', + ], + 'Labels' => [ + 'description' => 'The details of the labels.'."\n", + 'type' => 'string', + 'example' => 'sexual_sounds', + ], + 'Score' => [ + 'description' => 'The risk score. Default range: 0 to 99.'."\n", + 'type' => 'number', + 'format' => 'float', + 'example' => '87.01', + ], + 'Extend' => [ + 'description' => 'Extended fields.'."\n", + 'type' => 'string', + 'example' => '{\\"riskTips\\":\\"sexuality_Suggestive\\",\\"riskWords\\":\\"pxxxxy\\"}'."\n" + ."\n", + ], + 'RiskTips' => [ + 'description' => 'The details of the risky content.'."\n", + 'type' => 'string', + 'example' => 'sexuality_Suggestive', + ], + 'RiskWords' => [ + 'description' => 'The term hit by the risky content.'."\n", + 'type' => 'string', + 'example' => 'AAA,BBB,CCC', + ], + 'OriginAlgoResult' => [ + 'description' => 'Reserved parameter.'."\n", + 'type' => 'object', + 'example' => '{}', + ], + 'RiskLevel' => [ + 'description' => 'Risk Level.', + 'type' => 'string', + 'example' => 'high', + ], + 'Descriptions' => [ + 'description' => 'The description of the labels.', + 'type' => 'string', + 'example' => 'no risk', + ], + ], + ], + ], + 'DataId' => [ + 'description' => 'The ID of the moderated object.', + 'type' => 'string', + 'example' => '26769ada6e264e7ba9aa048241e12be9', + ], + 'RiskLevel' => [ + 'description' => 'Risk Level.', + 'type' => 'string', + 'example' => 'high', + ], + 'ManualTaskId' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"2881AD4F-638B-52A3-BA20-F74C5B1CEAE3\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Data\\": {\\n \\"Url\\": \\"暂无\\",\\n \\"LiveId\\": \\"liveId\\",\\n \\"TaskId\\": \\"kw24ihd0WGkdi5nniVZM@qOj-1x5Ibb\\",\\n \\"SliceDetails\\": [\\n {\\n \\"StartTime\\": 0,\\n \\"EndTime\\": 10,\\n \\"StartTimestamp\\": 1678854649720,\\n \\"EndTimestamp\\": 1678854649720,\\n \\"Url\\": \\"暂无\\",\\n \\"Text\\": \\"今天天气真不错\\",\\n \\"Labels\\": \\"sexual_sounds\\",\\n \\"Score\\": 87.01,\\n \\"Extend\\": \\"{\\\\\\\\\\\\\\"riskWords\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"色情服务\\\\\\\\\\\\\\",\\\\\\"adNums\\\\\\":\\\\\\"\\\\\\\\\\\\\\",\\\\\\"riskTips\\\\\\":\\\\\\"涉政_人物,涉政_红歌\\\\\\"}\\",\\n \\"RiskTips\\": \\"涉政_人物\\",\\n \\"RiskWords\\": \\"色情服务\\",\\n \\"OriginAlgoResult\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"RiskLevel\\": \\"high\\",\\n \\"Descriptions\\": \\"疑似违禁内容\\"\\n }\\n ],\\n \\"DataId\\": \\"data1234\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"ManualTaskId\\": \\"xxxxx-xxxxx\\"\\n }\\n}","type":"json"}]', + 'title' => 'VoiceModerationResult', + ], + 'VoiceModerationCancel' => [ + 'summary' => 'Cancels a Voice Moderation 2.0 task.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '164076', + 'abilityTreeNodes' => [ + 'FEATURElvwang6QCU1H', + 'FEATURElvwangPAXR7J', + ], + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The type of the moderation service.', + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => 'nickname_detection', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The parameters required by the moderation service. The value is a JSON string.', + 'type' => 'string', + 'required' => false, + 'example' => '{"taskId":"xxxxx-xxxx"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'The request ID.', + 'type' => 'string', + 'example' => '4A926AE2-4C96-573F-824F-0532960799F8', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'The message that is returned in response to the request.', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"4A926AE2-4C96-573F-824F-0532960799F8\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"SUCCESS\\"\\n}","type":"json"}]', + 'title' => 'VoiceModerationCancel', + ], + 'VideoModeration' => [ + 'summary' => 'Identifies risky or illegal content in video files. You can call this operation to submit a moderation task.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '187556', + 'abilityTreeNodes' => [ + 'FEATURElvwang53TCRC', + ], + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The type of the moderation service.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'liveStreamDetection' => 'liveStreamDetection', + 'videoDetection' => 'videoDetection', + 'liveStreamDetection_cb' => 'liveStreamDetection_cb', + 'videoDetection_cb' => 'videoDetection_cb', + ], + 'example' => 'videoDetection', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The parameters required by the moderation service. The value is a JSON string.', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"url\\": \\"https://talesofai.oss-cn-shanghai.aliyuncs.com/xxx.mp4\\", \\"dataId\\": \\"94db0b88-f521-11ed-806e-fae21c1f239c\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'The request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Message' => [ + 'description' => 'The message that is returned in response to the request.', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'TaskId' => [ + 'description' => 'The task ID.'."\n", + 'type' => 'string', + 'example' => 'xxxxx-xxxxx', + ], + 'DataId' => [ + 'description' => 'The ID of the moderated object.', + 'type' => 'string', + 'example' => 'data1234', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Code\\": 200,\\n \\"Data\\": {\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"DataId\\": \\"data1234\\"\\n }\\n}","type":"json"}]', + 'title' => 'VideoModeration', + ], + 'VideoModerationResult' => [ + 'summary' => 'Get Video Detection Results', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '187919', + 'abilityTreeNodes' => [ + 'FEATURElvwang53TCRC', + ], + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The type of the moderation service.'."\n" + ."\n" + .'Valid values:'."\n" + ."\n" + .'* liveStreamDetection: live stream moderation'."\n" + .'* videoDetection: video file moderation'."\n" + .'* liveStreamDetection_cb: live stream moderation_For regions outside the Chinese mainland'."\n" + .'* videoDetection_cb: video file moderation_For regions outside the Chinese mainland.'."\n", + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'liveStreamDetection' => '', + 'videoDetection' => '', + 'liveStreamDetection_cb' => '', + 'videoDetection_cb' => '', + ], + 'example' => 'videoDetection', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The parameters required by the moderation service. The ID of the task that you want to query. You can specify one task ID at a time.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '{\\"taskId\\":\\"au_f_8PoWiZKoLbczp5HRn69VdT-1y8@U5\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response'."\n", + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request'."\n", + 'type' => 'string', + 'example' => '6CF2815C-C8C7-4A01-B52E-FF6E24F53492', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code. The status code 200 indicates that the request was successful.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'The message that is returned in response to the request.'."\n", + 'type' => 'string', + 'example' => 'success finished', + ], + 'Data' => [ + 'description' => 'The moderation results.'."\n", + 'type' => 'object', + 'properties' => [ + 'LiveId' => [ + 'description' => 'The unique ID of the live stream.'."\n", + 'type' => 'string', + 'example' => 'liveId', + ], + 'DataId' => [ + 'description' => 'The value of dataId that is specified in the API request. If this parameter is not specified in the API request, the dataId field is not available in the response.'."\n", + 'type' => 'string', + 'example' => 'product_content-2055763', + ], + 'AudioResult' => [ + 'description' => 'The voice moderation results. The moderation results contain a structure.'."\n", + 'type' => 'object', + 'properties' => [ + 'SliceDetails' => [ + 'description' => 'The details about the text in the moderated voice. The value is a JSON array that contains one or more elements. Each element corresponds to a text entry.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'Segment details.'."\n", + 'type' => 'object', + 'properties' => [ + 'StartTime' => [ + 'description' => 'The start time of the text after voice-to-text conversion. Unit: seconds.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '0', + ], + 'EndTime' => [ + 'description' => 'The end time of the text after voice-to-text conversion. Unit: seconds.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '30', + ], + 'StartTimestamp' => [ + 'description' => 'The start timestamp of the segment. Unit: milliseconds.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1659935002123', + ], + 'EndTimestamp' => [ + 'description' => 'The end timestamp of the segment. Unit: milliseconds.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1685245261939', + ], + 'Url' => [ + 'description' => 'If the moderation object is a voice stream, this parameter indicates the temporary access URL of the voice stream to which the text entry corresponds. The validity period of the URL is 30 minutes. You must prepare another URL to store the voice stream at the earliest opportunity.'."\n", + 'type' => 'string', + 'example' => 'http://xxxx.abc.img', + ], + 'Text' => [ + 'description' => 'The text converted from voice.'."\n", + 'type' => 'string', + 'example' => 'Disgusting', + ], + 'Labels' => [ + 'description' => 'The details of the labels.'."\n", + 'type' => 'string', + 'example' => 'porn', + ], + 'Score' => [ + 'description' => 'The risk score. Default range: 0 to 99.'."\n", + 'type' => 'number', + 'format' => 'float', + 'example' => '5', + ], + 'Extend' => [ + 'description' => 'A reserved parameter.'."\n", + 'type' => 'string', + 'example' => '{\\"consoleProduct\\":\\"slbnext\\"}', + ], + 'RiskTips' => [ + 'description' => 'Subcategory labels. Multiple labels are separated by commas (,).'."\n", + 'type' => 'string', + 'example' => '""', + ], + 'RiskWords' => [ + 'description' => 'The risk words that are hit. Multiple words are separated by commas (,).'."\n", + 'type' => 'string', + 'example' => '""', + ], + 'RiskLevel' => [ + 'description' => 'Risk Level.', + 'type' => 'string', + 'example' => 'high', + ], + 'Descriptions' => [ + 'description' => 'The description of the labels.', + 'type' => 'string', + 'example' => 'no risk', + ], + ], + ], + ], + 'AudioSummarys' => [ + 'description' => 'Summary of voice labels.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'Object'."\n", + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'The voice label.'."\n", + 'type' => 'string', + 'example' => 'profanity', + ], + 'LabelSum' => [ + 'description' => 'The number of times that the label is matched.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '8', + ], + 'Description' => [ + 'description' => 'The description of the labels.', + 'type' => 'string', + 'example' => 'no risk', + ], + ], + ], + ], + 'RiskLevel' => [ + 'description' => 'Risk Level.', + 'type' => 'string', + 'example' => 'high', + ], + ], + ], + 'FrameResult' => [ + 'description' => 'The image moderation results. If the call is successful, the HTTP status code 200 and moderation results are returned. The moderation results contain a structure.'."\n", + 'type' => 'object', + 'properties' => [ + 'FrameNum' => [ + 'description' => 'The number of captured frames that are returned for the video file.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'Frames' => [ + 'description' => 'The information about the frames that match the labels.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'Object'."\n", + 'type' => 'object', + 'properties' => [ + 'TempUrl' => [ + 'description' => 'The temporary URL of a captured frame.'."\n", + 'type' => 'string', + 'example' => 'http://xxxx.abc.jpg', + ], + 'Offset' => [ + 'description' => 'The interval between the start of the video file and the captured frame. Unit: seconds.'."\n", + 'type' => 'number', + 'format' => 'float', + 'example' => '338', + ], + 'Results' => [ + 'description' => 'The results of frame moderation parameters such as the label parameter and the confidence parameter.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'Object'."\n", + 'type' => 'object', + 'properties' => [ + 'Service' => [ + 'description' => 'The moderation service that is called.'."\n", + 'type' => 'string', + 'example' => 'tonalityImprove', + ], + 'Result' => [ + 'description' => 'The results of frame moderation parameters such as the label parameter and the confidence parameter.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'Object'."\n", + 'type' => 'object', + 'properties' => [ + 'Confidence' => [ + 'description' => 'The score of the confidence level. Valid values: 0 to 100. The value is accurate to two decimal places.'."\n", + 'type' => 'number', + 'format' => 'float', + 'example' => '50', + ], + 'Label' => [ + 'description' => 'The label returned after a frame is moderated. Multiple risk labels and the corresponding scores of confidence levels may be returned for a frame.'."\n", + 'type' => 'string', + 'example' => 'bloody', + ], + 'Description' => [ + 'description' => 'The description of the result.', + 'type' => 'string', + 'example' => 'no risk'."\n", + ], + ], + ], + ], + 'TextInImage' => [ + 'description' => 'The information about the text hit in the image is returned.'."\n", + 'type' => 'object', + ], + 'CustomImage' => [ + 'description' => 'If a custom image library is hit, information about the custom image library is returned.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'Object'."\n", + 'type' => 'object', + 'properties' => [ + 'LibId' => [ + 'description' => 'The ID of the custom image library that is hit.'."\n", + 'type' => 'string', + 'example' => '12345678', + ], + 'ImageId' => [ + 'description' => 'The ID of the custom image that is hit.'."\n", + 'type' => 'string', + 'example' => '1234', + ], + ], + ], + ], + 'PublicFigure' => [ + 'description' => 'If the video contains a specific figure, the code of the identified figure is returned.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'Object'."\n", + 'type' => 'object', + 'properties' => [ + 'FigureId' => [ + 'description' => 'The information about the code of the identified figure.'."\n", + 'type' => 'string', + 'example' => 'xxx001', + ], + 'FigureName' => [ + 'type' => 'string', + ], + 'Location' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'W' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'H' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'X' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'Y' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + ], + ], + ], + ], + ], + ], + 'LogoData' => [ + 'description' => 'Returns logo information when the video contains a logo.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Location' => [ + 'description' => 'The location of the logo.', + 'type' => 'object', + 'properties' => [ + 'X' => [ + 'description' => 'The distance from the top-left corner of the text area to the y-axis, with the top-left corner of the image as the origin. Unit: pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '111', + ], + 'Y' => [ + 'description' => 'The distance from the top-left corner of the text area to the x-axis, with the top-left corner of the image as the origin. Unit: pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '222', + ], + 'W' => [ + 'description' => 'The width of the text area. Unit: pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '111', + ], + 'H' => [ + 'description' => 'The height of the text area. Unit: pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '111', + ], + ], + ], + 'Logo' => [ + 'description' => 'Logo information.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'label' => [ + 'description' => 'label', + 'type' => 'string', + 'example' => 'pt_logotoSocialNetwork', + ], + 'name' => [ + 'description' => 'Logo name.', + 'type' => 'string', + 'example' => '**logo', + ], + 'confidence' => [ + 'description' => 'Confidence score, ranging from 0 to 100, with two decimal places.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '99.10', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'Timestamp' => [ + 'description' => 'The absolute timestamp. Unit: milliseconds.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1684559739000', + ], + 'RiskLevel' => [ + 'description' => 'Risk Level.', + 'type' => 'string', + 'example' => 'high', + ], + ], + ], + ], + 'FrameSummarys' => [ + 'description' => 'The summary of the labels against which captured frames are matched.'."\n", + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'The label against which a captured frame is matched.'."\n", + 'type' => 'string', + 'example' => 'violent_armedForces', + ], + 'LabelSum' => [ + 'description' => 'The number of times that the label is matched.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '8', + ], + 'Description' => [ + 'description' => 'The description of the result.', + 'type' => 'string', + 'example' => 'no risk'."\n", + ], + ], + 'description' => '', + ], + ], + 'RiskLevel' => [ + 'description' => 'Risk Level.', + 'type' => 'string', + 'example' => 'high', + ], + ], + ], + 'TaskId' => [ + 'description' => 'The task ID.'."\n", + 'type' => 'string', + 'example' => 'xxxxx-xxxxx', + ], + 'RiskLevel' => [ + 'description' => 'Risk Level.', + 'type' => 'string', + 'example' => 'high', + ], + 'ManualTaskId' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6CF2815C-C8C7-4A01-B52E-FF6E24F53492\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"success finished\\",\\n \\"Data\\": {\\n \\"LiveId\\": \\"liveId\\",\\n \\"DataId\\": \\"product_content-2055763\\",\\n \\"AudioResult\\": {\\n \\"SliceDetails\\": [\\n {\\n \\"StartTime\\": 0,\\n \\"EndTime\\": 30,\\n \\"StartTimestamp\\": 1659935002123,\\n \\"EndTimestamp\\": 1685245261939,\\n \\"Url\\": \\"http://xxxx.abc.img\\",\\n \\"Text\\": \\"今天天气真不错\\",\\n \\"Labels\\": \\"porn\\",\\n \\"Score\\": 5,\\n \\"Extend\\": \\"{\\\\\\\\\\\\\\"consoleProduct\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"slbnext\\\\\\\\\\\\\\"}\\",\\n \\"RiskTips\\": \\"\\\\\\"\\\\\\"\\",\\n \\"RiskWords\\": \\"\\\\\\"\\\\\\"\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"Descriptions\\": \\"疑似违禁内容\\"\\n }\\n ],\\n \\"AudioSummarys\\": [\\n {\\n \\"Label\\": \\"profanity\\",\\n \\"LabelSum\\": 8,\\n \\"Description\\": \\"疑似违禁内容\\"\\n }\\n ],\\n \\"RiskLevel\\": \\"high\\"\\n },\\n \\"FrameResult\\": {\\n \\"FrameNum\\": 10,\\n \\"Frames\\": [\\n {\\n \\"TempUrl\\": \\"http://xxxx.abc.jpg\\",\\n \\"Offset\\": 338,\\n \\"Results\\": [\\n {\\n \\"Service\\": \\"tonalityImprove\\",\\n \\"Result\\": [\\n {\\n \\"Confidence\\": 50,\\n \\"Label\\": \\"bloody\\",\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ],\\n \\"TextInImage\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"CustomImage\\": [\\n {\\n \\"LibId\\": \\"12345678\\",\\n \\"ImageId\\": \\"1234\\"\\n }\\n ],\\n \\"PublicFigure\\": [\\n {\\n \\"FigureId\\": \\"xxx001\\",\\n \\"FigureName\\": \\"张三\\",\\n \\"Location\\": [\\n {\\n \\"W\\": 111,\\n \\"H\\": 222,\\n \\"X\\": 111,\\n \\"Y\\": 222\\n }\\n ]\\n }\\n ],\\n \\"LogoData\\": [\\n {\\n \\"Location\\": {\\n \\"X\\": 111,\\n \\"Y\\": 222,\\n \\"W\\": 111,\\n \\"H\\": 111\\n },\\n \\"Logo\\": [\\n {\\n \\"label\\": \\"pt_logotoSocialNetwork\\",\\n \\"name\\": \\"**卫视\\",\\n \\"confidence\\": 99.1\\n }\\n ]\\n }\\n ]\\n }\\n ],\\n \\"Timestamp\\": 1684559739000,\\n \\"RiskLevel\\": \\"high\\"\\n }\\n ],\\n \\"FrameSummarys\\": [\\n {\\n \\"Label\\": \\"violent_armedForces\\",\\n \\"LabelSum\\": 8,\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ],\\n \\"RiskLevel\\": \\"high\\"\\n },\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"ManualTaskId\\": \\"xxxxx-xxxxx\\"\\n }\\n}","type":"json"}]', + 'title' => 'Query Video Moderation Task Results', + 'description' => 'This operation is free of charge. We recommend that you query moderation results at least 30 seconds after you send an asynchronous moderation request. Content Moderation retains moderation results for at most 24 hours. After 24 hours, the results are deleted.', + 'translator' => 'machine', + ], + 'VideoModerationCancel' => [ + 'summary' => 'Cancels a live stream moderation task.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '201471', + 'abilityTreeNodes' => [ + 'FEATURElvwang53TCRC', + ], + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The type of the moderation service.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'liveStreamDetection' => '视频直播流检测', + 'videoDetection' => '视频文件检测', + 'liveStreamDetection_cb' => '视频直播流审核_海外版', + 'videoDetection_cb' => '视频文件审核_海外版', + ], + 'example' => 'videoDetection', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The parameters required by the moderation service. The value is a JSON string.', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"taskId\\":\\"vi_s_4O9gp7GfNQdx9GOqdekFmk-1z2RJT\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'The request ID.', + 'type' => 'string', + 'example' => '6CF2815C-****-****-B52E-FF6E2****492', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'The message that is returned in response to the request.', + 'type' => 'string', + 'example' => 'OK', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6CF2815C-****-****-B52E-FF6E2****492\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"OK\\"\\n}","type":"json"}]', + 'title' => 'VideoModerationCancel', + ], + 'FileModeration' => [ + 'summary' => 'Moderates files.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '204033', + 'abilityTreeNodes' => [ + 'FEATURElvwangCXKRID', + ], + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The type of the moderation service.', + 'type' => 'string', + 'required' => false, + 'example' => 'document_detection', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The parameters required by the moderation service. The value is a JSON string.', + 'type' => 'string', + 'required' => false, + 'example' => '{"url":"https://detect-obj.oss-cn-hangzhou.aliyuncs.com/sample/xxxx.pdf"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'The request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Message' => [ + 'description' => 'The message that is returned in response to the request.', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'TaskId' => [ + 'description' => 'The task ID.'."\n", + 'type' => 'string', + 'example' => 'xxxxx-xxxxx', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Code\\": 200,\\n \\"Data\\": {\\n \\"TaskId\\": \\"xxxxx-xxxxx\\"\\n }\\n}","type":"json"}]', + 'title' => 'FileModeration', + ], + 'DescribeFileModerationResult' => [ + 'summary' => '文档审核结果', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '205895', + 'abilityTreeNodes' => [ + 'FEATURElvwang6CEZ66', + ], + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The type of the moderation service.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'document_detection', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The parameters required by the moderation service. The value is a JSON string.'."\n" + ."\n" + .'* taskId: required. The URL of the object that you want to moderate. Make sure that the URL can be accessed over the Internet.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '{\\"taskId\\":\\"vi_f_hPgx9PFIQISdlfA888hOFG-1yJq8v\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response'."\n", + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request'."\n", + 'type' => 'string', + 'example' => '6CF2815C-C8C7-4A01-B52E-FF6E24F53492', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code. The status code 200 indicates that the request was successful.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'The message that is returned in response to the request.'."\n", + 'type' => 'string', + 'example' => 'OK', + ], + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'DataId' => [ + 'description' => 'The ID of the moderated object.'."\n", + 'type' => 'string', + 'example' => '26769ada6e264e7ba9aa048241e12be9', + ], + 'Url' => [ + 'description' => 'The URL of the moderated object.'."\n", + 'type' => 'string', + 'example' => 'https://detect-obj.oss-cn-hangzhou.aliyuncs.com/sample/xxxx.pdf', + ], + 'DocType' => [ + 'description' => 'Optional. The document type.'."\n", + 'type' => 'string', + 'example' => 'doc', + ], + 'PageResult' => [ + 'description' => 'An array that consists of the moderation results.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The results.'."\n", + 'type' => 'object', + 'properties' => [ + 'PageNum' => [ + 'description' => 'The page number.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'ImageUrl' => [ + 'description' => 'The image URL.'."\n", + 'type' => 'string', + 'example' => 'https://detect-obj.oss-cn-hangzhou.aliyuncs.com/sample/xxxx.jpg', + ], + 'TextUrl' => [ + 'description' => 'The text URL.'."\n", + 'type' => 'string', + 'example' => 'https://detect-obj.oss-cn-hangzhou.aliyuncs.com/sample/xxxx.txt', + ], + 'ImageResult' => [ + 'description' => 'The image moderation results.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The results.'."\n", + 'type' => 'object', + 'properties' => [ + 'Description' => [ + 'description' => 'The description.'."\n", + 'type' => 'string', + 'example' => 'This is a title.'."\n", + ], + 'Service' => [ + 'description' => 'The moderation service.'."\n", + 'type' => 'string', + 'example' => 'baselineCheck', + ], + 'Location' => [ + 'description' => 'The location information'."\n", + 'type' => 'object', + 'properties' => [ + 'X' => [ + 'description' => 'The X value of the coordinate point.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '11', + ], + 'Y' => [ + 'description' => 'The Y value of the coordinate point.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'W' => [ + 'description' => 'The W value of the coordinate point.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '33', + ], + 'H' => [ + 'description' => 'The H value of the coordinate point.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '44', + ], + ], + ], + 'LabelResult' => [ + 'description' => 'The label information.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'The details of the labels.'."\n", + 'type' => 'string', + 'example' => 'nonlabel', + ], + 'Confidence' => [ + 'description' => 'The score of the confidence level. Valid values: 0 to 100. The value is accurate to two decimal places.'."\n", + 'type' => 'number', + 'format' => 'float', + 'example' => '25.0', + ], + 'Description' => [ + 'description' => 'The description.', + 'type' => 'string', + 'example' => 'This is a title.'."\n", + ], + ], + ], + ], + 'RiskLevel' => [ + 'description' => 'Risk Level', + 'type' => 'string', + 'example' => 'high', + ], + ], + ], + ], + 'TextResult' => [ + 'description' => 'The text moderation results.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The results.'."\n", + 'type' => 'object', + 'properties' => [ + 'Description' => [ + 'description' => 'The description.'."\n", + 'type' => 'string', + 'example' => 'This is a title.'."\n", + ], + 'Service' => [ + 'description' => 'The moderation service.'."\n", + 'type' => 'string', + 'example' => 'chat_detection', + ], + 'Text' => [ + 'description' => 'The text content.'."\n", + 'type' => 'string', + 'example' => 'This is a text.'."\n", + ], + 'TextSegment' => [ + 'description' => 'The text segmentation information.'."\n", + 'type' => 'string', + 'example' => '[0,999]', + ], + 'Labels' => [ + 'description' => 'The details of the labels.'."\n", + 'type' => 'string', + 'example' => 'porn', + ], + 'Descriptions' => [ + 'description' => 'The description of the labels.', + 'type' => 'string', + 'example' => 'no risk', + ], + 'RiskWords' => [ + 'description' => 'The risk words that are hit.'."\n", + 'type' => 'string', + 'example' => 'xxx', + ], + 'RiskTips' => [ + 'description' => 'The risk details that are hit.'."\n", + 'type' => 'string', + 'example' => 'xxx', + ], + 'RiskLevel' => [ + 'description' => 'Risk Level', + 'type' => 'string', + 'example' => 'high', + ], + ], + ], + ], + ], + ], + ], + 'PageSummary' => [ + 'description' => 'Summary of results', + 'type' => 'object', + 'properties' => [ + 'PageSum' => [ + 'description' => 'Number of pages', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'ImageSummary' => [ + 'description' => 'Image Results Summary', + 'type' => 'object', + 'properties' => [ + 'RiskLevel' => [ + 'description' => 'Risk Level', + 'type' => 'string', + 'example' => 'high', + ], + 'ImageLabels' => [ + 'description' => 'Image Label', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'The details of the labels.', + 'type' => 'string', + 'example' => 'contraband', + ], + 'LabelSum' => [ + 'description' => 'The number of times that the label is matched.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Description' => [ + 'description' => 'The description.', + 'type' => 'string', + 'example' => 'test', + ], + ], + ], + ], + ], + ], + 'TextSummary' => [ + 'description' => 'Text Results Summary', + 'type' => 'object', + 'properties' => [ + 'RiskLevel' => [ + 'description' => 'Risk Level', + 'type' => 'string', + 'example' => 'high', + ], + 'TextLabels' => [ + 'description' => 'Text Label', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'The details of the labels.', + 'type' => 'string', + 'example' => 'contraband', + ], + 'LabelSum' => [ + 'description' => 'The number of times that the label is matched.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Description' => [ + 'description' => 'The description of the labels.', + 'type' => 'string', + 'example' => 'no risk', + ], + ], + ], + ], + ], + ], + ], + ], + 'RiskLevel' => [ + 'description' => 'Risk Level', + 'type' => 'string', + 'example' => 'high', + ], + 'AccountId' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6CF2815C-C8C7-4A01-B52E-FF6E24F53492\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"OK\\",\\n \\"Data\\": {\\n \\"DataId\\": \\"26769ada6e264e7ba9aa048241e12be9\\",\\n \\"Url\\": \\"https://detect-obj.oss-cn-hangzhou.aliyuncs.com/sample/xxxx.pdf\\",\\n \\"DocType\\": \\"doc\\",\\n \\"PageResult\\": [\\n {\\n \\"PageNum\\": 1,\\n \\"ImageUrl\\": \\"https://detect-obj.oss-cn-hangzhou.aliyuncs.com/sample/xxxx.jpg\\",\\n \\"TextUrl\\": \\"https://detect-obj.oss-cn-hangzhou.aliyuncs.com/sample/xxxx.txt\\",\\n \\"ImageResult\\": [\\n {\\n \\"Description\\": \\"这个是标题\\",\\n \\"Service\\": \\"baselineCheck\\",\\n \\"Location\\": {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"W\\": 33,\\n \\"H\\": 44\\n },\\n \\"LabelResult\\": [\\n {\\n \\"Label\\": \\"nonlabel\\",\\n \\"Confidence\\": 25,\\n \\"Description\\": \\"这个是标题\\\\n\\"\\n }\\n ],\\n \\"RiskLevel\\": \\"high\\"\\n }\\n ],\\n \\"TextResult\\": [\\n {\\n \\"Description\\": \\"这是一个标题\\",\\n \\"Service\\": \\"chat_detection\\",\\n \\"Text\\": \\"吧啦吧啦\\",\\n \\"TextSegment\\": \\"[0,999]\\",\\n \\"Labels\\": \\"porn\\",\\n \\"Descriptions\\": \\"疑似广告内容\\",\\n \\"RiskWords\\": \\"xxx\\",\\n \\"RiskTips\\": \\"xxx\\",\\n \\"RiskLevel\\": \\"high\\"\\n }\\n ]\\n }\\n ],\\n \\"PageSummary\\": {\\n \\"PageSum\\": 1,\\n \\"ImageSummary\\": {\\n \\"RiskLevel\\": \\"high\\",\\n \\"ImageLabels\\": [\\n {\\n \\"Label\\": \\"contraband\\",\\n \\"LabelSum\\": 1,\\n \\"Description\\": \\"test\\"\\n }\\n ]\\n },\\n \\"TextSummary\\": {\\n \\"RiskLevel\\": \\"high\\",\\n \\"TextLabels\\": [\\n {\\n \\"Label\\": \\"contraband\\",\\n \\"LabelSum\\": 1,\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ]\\n }\\n },\\n \\"RiskLevel\\": \\"high\\",\\n \\"AccountId\\": \\"accountIdtest123\\"\\n }\\n}","type":"json"}]', + 'title' => 'Describe File Moderation Result', + ], + 'DescribeImageResultExt' => [ + 'summary' => 'Obtains more auxiliary information that is identified by calling the Image Moderation 2.0 API. The auxiliary information includes the moderation results of images and text and the hit information of custom image libraries.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '178655', + 'abilityTreeNodes' => [ + 'FEATURElvwangLRLIH6', + ], + ], + 'parameters' => [ + [ + 'name' => 'ReqId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The reqId field returned by the Url Async Moderation API.', + 'type' => 'string', + 'required' => false, + 'example' => '638EDDC65C82AB39319A9F60', + ], + ], + [ + 'name' => 'InfoType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The content of the information to be obtained. Multiple values are separated by commas.', + 'type' => 'string', + 'required' => false, + 'example' => 'customImage,textInImage', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => '6CF2815C-C8C7-4A01-B52E-FF6E24F53492', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'The message that is returned in response to the request.', + 'type' => 'string', + 'example' => 'success', + ], + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'CustomImage' => [ + 'description' => 'If a custom image library is hit, information about the hit custom image library is returned.', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'ImageId' => [ + 'description' => 'The image ID.', + 'type' => 'string', + 'example' => '123456', + ], + 'LibName' => [ + 'description' => 'The image library name.', + 'type' => 'string', + 'example' => '图库123', + ], + 'LibId' => [ + 'description' => 'The image library ID.', + 'type' => 'string', + 'example' => '123456', + ], + ], + ], + ], + 'TextInImage' => [ + 'description' => 'Returns the text information in the hit image.', + 'type' => 'object', + 'properties' => [ + 'OcrDatas' => [ + 'description' => 'Returns the text information in the recognized image.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returns the text information in the recognized image.', + 'type' => 'string', + 'example' => 'abcd', + ], + ], + 'RiskWords' => [ + 'description' => 'The risk words that are hit. Multiple words are separated by commas (,).', + 'type' => 'array', + 'items' => [ + 'description' => 'The risk words that are hit. Multiple words are separated by commas (,).', + 'type' => 'string', + 'example' => 'abcd', + ], + ], + 'CustomTexts' => [ + 'description' => 'When a custom text library is hit, the custom library ID, custom library name, and custom word are returned.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'LibId' => [ + 'description' => 'Custom library ID.', + 'type' => 'string', + 'example' => '123456', + ], + 'LibName' => [ + 'description' => 'Custom library name.', + 'type' => 'string', + 'example' => 'test', + ], + 'KeyWords' => [ + 'description' => 'Custom words, multiple words separated by commas.', + 'type' => 'string', + 'example' => 'aaa,bbb', + ], + ], + ], + ], + ], + ], + 'PublicFigure' => [ + 'description' => 'Person information list.', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'FigureId' => [ + 'description' => 'Identified person coding information.', + 'type' => 'string', + 'example' => 'yzazhzou', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6CF2815C-C8C7-4A01-B52E-FF6E24F53492\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"success\\",\\n \\"Data\\": {\\n \\"CustomImage\\": [\\n {\\n \\"ImageId\\": \\"123456\\",\\n \\"LibName\\": \\"图库123\\",\\n \\"LibId\\": \\"123456\\"\\n }\\n ],\\n \\"TextInImage\\": {\\n \\"OcrDatas\\": [\\n \\"abcd\\"\\n ],\\n \\"RiskWords\\": [\\n \\"abcd\\"\\n ],\\n \\"CustomTexts\\": [\\n {\\n \\"LibId\\": \\"123456\\",\\n \\"LibName\\": \\"自定义库1\\",\\n \\"KeyWords\\": \\"自定义词1,自定义词2\\"\\n }\\n ]\\n },\\n \\"PublicFigure\\": [\\n {\\n \\"FigureId\\": \\"yzazhzou\\"\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'DescribeImageResultExt', + ], + 'UrlAsyncModeration' => [ + 'summary' => 'Identifies whether URL links contain risks such as fraud, pornographic, and gambling content, to protect the platform content ecosystem.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '211718', + 'abilityTreeNodes' => [ + 'FEATURElvwang7UL554', + ], + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'query', + 'schema' => [ + 'description' => 'The type of the moderation service.', + 'type' => 'string', + 'required' => false, + 'example' => 'url_detection', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'query', + 'schema' => [ + 'description' => 'The parameters required by the moderation service. The value is a JSON string.', + 'type' => 'string', + 'required' => false, + 'example' => '{'."\n" + .' "url": "https://help.aliyun.com/",'."\n" + .' "dataId": "url123******"'."\n" + .'}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request', + 'type' => 'string', + 'example' => '6CF2815C-****-****-B52E-FF6E2****492', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'The message that is returned in response to the request.', + 'type' => 'string', + 'example' => 'success', + ], + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'ReqId' => [ + 'description' => 'The reqId field returned by the Url Async Moderation API.', + 'type' => 'string', + 'example' => 'A07B3DB9-D762-5C56-95B1-8EC55CF176D2', + ], + 'DataId' => [ + 'description' => 'The ID of the moderated object.', + 'type' => 'string', + 'example' => '26769ada6e264e7ba9aa048241e12be9', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6CF2815C-****-****-B52E-FF6E2****492\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"success\\",\\n \\"Data\\": {\\n \\"ReqId\\": \\"A07B3DB9-D762-5C56-95B1-8EC55CF176D2\\",\\n \\"DataId\\": \\"26769ada6e264e7ba9aa048241e12be9\\"\\n }\\n}","type":"json"}]', + 'title' => 'UrlAsyncModeration', + ], + 'DescribeUrlModerationResult' => [ + 'summary' => 'Queries the moderation results based on the ReqId returned by asynchronous URL moderation.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '211720', + 'abilityTreeNodes' => [ + 'FEATURElvwang7UL554', + ], + ], + 'parameters' => [ + [ + 'name' => 'ReqId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The ReqId field returned by an asynchronous URL moderation operation.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'B0963D30-BAB4-562F-9ED0-7A23AEC51C7C', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response'."\n", + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => '01F9144A-2088-5D87-935B-2DB865284B1A', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code. The status code 200 indicates that the request was successful.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'The message that is returned in response to the request.'."\n", + 'type' => 'string', + 'example' => 'success', + ], + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'DataId' => [ + 'description' => 'The value of dataId that is specified in the API request. If this parameter is not specified in the API request, this field is not available in the response.'."\n", + 'type' => 'string', + 'example' => '26769ada6e264e7ba9aa048241e12be9', + ], + 'ReqId' => [ + 'description' => 'The ReqId field returned by an asynchronous URL moderation operation.'."\n", + 'type' => 'string', + 'example' => 'B0963D30-BAB4-562F-9ED0-7A23AEC51C7C'."\n", + ], + 'Result' => [ + 'description' => 'The returned results.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The returned results.'."\n", + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'The labels returned after the asynchronous URL moderation.'."\n", + 'type' => 'string', + 'example' => 'sexual_url', + ], + 'Confidence' => [ + 'description' => 'The score of the confidence level. Valid values: 0 to 100. The value is accurate to two decimal places.'."\n", + 'type' => 'number', + 'format' => 'float', + 'example' => '81.22', + ], + ], + ], + ], + 'ExtraInfo' => [ + 'description' => 'The supplementary information.'."\n", + 'type' => 'object', + 'properties' => [ + 'IcpType' => [ + 'description' => 'The type of the ICP filing.'."\n", + 'type' => 'string', + 'example' => 'xx', + ], + 'IcpNo' => [ + 'description' => 'The ICP number.'."\n", + 'type' => 'string', + 'example' => 'xx', + ], + 'SiteType' => [ + 'description' => 'The type of site', + 'type' => 'string', + 'example' => 'game', + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"01F9144A-2088-5D87-935B-2DB865284B1A\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"success\\",\\n \\"Data\\": {\\n \\"DataId\\": \\"26769ada6e264e7ba9aa048241e12be9\\",\\n \\"ReqId\\": \\"B0963D30-BAB4-562F-9ED0-7A23AEC51C7C\\\\n\\",\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"sexual_url\\",\\n \\"Confidence\\": 81.22\\n }\\n ],\\n \\"ExtraInfo\\": {\\n \\"IcpType\\": \\"企业\\",\\n \\"IcpNo\\": \\"ICP备123456789\\",\\n \\"SiteType\\": \\"game\\"\\n }\\n }\\n}","type":"json"}]', + 'title' => 'DescribeUrlModerationResult', + 'description' => '* Billing: This operation is free of charge.'."\n" + .'* Query timeout: We recommend that you query moderation results at least 480 seconds after you send an asynchronous moderation request. Content Moderation retains moderation results for up to 3 days. After 3 days, the results are deleted.'."\n" + .'* You can call this operation up to 100 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.'."\n", + ], + 'DescribeUploadToken' => [ + 'summary' => 'Queries the token for uploading files.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '186981', + 'abilityTreeNodes' => [ + 'FEATURElvwang78REFZ', + ], + ], + 'parameters' => [], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Code' => [ + 'description' => 'The returned HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'The message that is returned in response to the request.', + 'type' => 'string', + 'example' => 'OK', + ], + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'AccessKeyId' => [ + 'description' => 'The AccessKey ID.'."\n", + 'type' => 'string', + 'example' => 'STS.NUEUjvDqMuvH6oQA1TXxxH4wVR', + ], + 'AccessKeySecret' => [ + 'description' => 'The AccessKey secret.'."\n", + 'type' => 'string', + 'example' => 'xxxx', + ], + 'SecurityToken' => [ + 'description' => 'The security token.'."\n", + 'type' => 'string', + 'example' => 'xxxx', + ], + 'FileNamePrefix' => [ + 'description' => 'The file prefix.', + 'type' => 'string', + 'example' => 'upload/1xxb89/', + ], + 'OssInternalEndPoint' => [ + 'description' => 'the oss intranet point.', + 'type' => 'string', + 'example' => 'https://oss-cn-shanghai-internal.aliyuncs.com', + ], + 'OssInternetEndPoint' => [ + 'description' => 'the oss internet point.', + 'type' => 'string', + 'example' => 'https://oss-cn-shanghai.aliyuncs.com', + ], + 'BucketName' => [ + 'description' => 'The bucket name.'."\n", + 'type' => 'string', + 'example' => 'oss-cip-shanghai', + ], + 'Expiration' => [ + 'description' => 'The time when the file sharing link expires.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1720577200', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"Data\\": {\\n \\"AccessKeyId\\": \\"STS.NUEUjvDqMuvH6oQA1TXxxH4wVR\\",\\n \\"AccessKeySecret\\": \\"xxxx\\",\\n \\"SecurityToken\\": \\"xxxx\\",\\n \\"FileNamePrefix\\": \\"upload/1xxb89/\\",\\n \\"OssInternalEndPoint\\": \\"https://oss-cn-shanghai-internal.aliyuncs.com\\",\\n \\"OssInternetEndPoint\\": \\"https://oss-cn-shanghai.aliyuncs.com\\",\\n \\"BucketName\\": \\"oss-cip-shanghai\\",\\n \\"Expiration\\": 1720577200\\n }\\n}","type":"json"}]', + 'title' => 'DescribeUploadToken', + ], + 'ImageBatchModeration' => [ + 'summary' => '图片批量调用', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '214644', + 'abilityTreeNodes' => [ + 'FEATURElvwang78REFZ', + 'FEATURElvwangRPPHPG', + 'FEATURElvwangRBUEEU', + 'FEATURElvwang7UTKSK', + 'FEATURElvwangYHRCHH', + 'FEATURElvwang8B97ZG', + 'FEATURElvwangT9BDZM', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'query', + 'schema' => [ + 'description' => 'The types of detection supported by the enhanced image review, separated by English commas. Values:'."\n" + ."\n" + .'- baselineCheck:General Baseline Detection'."\n" + .'- baselineCheck_pro:General Baseline Detection_Pro Edition'."\n" + .'- tonalityImprove:Content governance monitoring'."\n" + .'- aigcCheck:AIGC image detection', + 'type' => 'string', + 'required' => false, + 'example' => 'baselineCheck,tonalityImprove', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'query', + 'schema' => [ + 'description' => 'The set of relevant parameters for content detection objects.', + 'type' => 'string', + 'required' => false, + 'example' => '{'."\n" + .' "imageUrl": "https://img.alicdn.com/tfs/TB1U4r9AeH2gK0jSZJnXXaT1FXa-2880-480.png",'."\n" + .' "dataId": "img123****"'."\n" + .' }', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'The ID of this invocation request, generated by Alibaba Cloud as a unique identifier for the request, can be used for troubleshooting and pinpointing issues.', + 'type' => 'string', + 'example' => '6CF2815C-C8C7-4A01-B52E-FF6E24F53492'."\n", + ], + 'Code' => [ + 'description' => 'Return code. A return of 200 represents success.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'The response message for this request.', + 'type' => 'string', + 'example' => 'success', + ], + 'Data' => [ + 'description' => 'The result of image content detection.', + 'type' => 'object', + 'properties' => [ + 'DataId' => [ + 'description' => 'To detect the data ID corresponding to the object.', + 'type' => 'string', + 'example' => '26769ada6e264e7ba9aa048241e12be9', + ], + 'Results' => [ + 'description' => 'The risk labels, confidence scores, and other parameters for each service\'s image detection, in an array structure.', + 'type' => 'array', + 'items' => [ + 'description' => 'data structure.', + 'type' => 'object', + 'properties' => [ + 'Service' => [ + 'description' => 'The enhanced image detection service supports various detection services.', + 'type' => 'string', + 'example' => 'baselineCheck', + ], + 'Result' => [ + 'description' => 'The risk labels, confidence scores, and other parameters of image detection results, in an array structure.', + 'type' => 'array', + 'items' => [ + 'description' => 'data structure.', + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'The labels returned after image content detection. A single image may have multiple labels and corresponding scores detected.', + 'type' => 'string', + 'example' => 'violent_explosion', + ], + 'Confidence' => [ + 'description' => 'Confidence score, ranging from 0 to 100, rounded to two decimal places. Some labels do not have a confidence score.', + 'type' => 'number', + 'format' => 'float', + 'example' => '81.22', + ], + 'Description' => [ + 'description' => 'Description.', + 'type' => 'string', + 'example' => 'No risk detected', + ], + ], + ], + ], + 'Ext' => [ + 'description' => 'Image supplementary reference information.', + 'type' => 'object', + 'properties' => [ + 'TextInImage' => [ + 'description' => 'Return the text information from the recognized images.', + 'type' => 'object', + 'properties' => [ + 'OcrResult' => [ + 'description' => 'Return the text information of each line recognized in the image.', + 'type' => 'array', + 'items' => [ + 'description' => 'data structure.', + 'type' => 'object', + 'properties' => [ + 'Text' => [ + 'description' => 'Text information.', + 'type' => 'string', + 'example' => 'abcd', + ], + 'Location' => [ + 'description' => 'Text line coordinate information.', + 'type' => 'object', + 'properties' => [ + 'X' => [ + 'description' => 'The distance from the top-left corner of the text area to the y-axis, with the top-left corner of the image as the origin, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '11', + ], + 'Y' => [ + 'description' => 'The distance from the top-left corner of the text area to the x-axis, with the top-left corner of the image as the origin, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'H' => [ + 'description' => 'The height of the text area, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '33', + ], + 'W' => [ + 'description' => 'The width of the text area, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '44', + ], + ], + ], + ], + ], + ], + 'RiskWord' => [ + 'description' => 'hit risk keywords', + 'type' => 'array', + 'items' => [ + 'description' => 'Text information.', + 'type' => 'string', + 'example' => 'Rocket.', + ], + ], + 'CustomText' => [ + 'description' => 'When a custom text library is matched, return the custom library ID, custom library name, and custom words.', + 'type' => 'array', + 'items' => [ + 'description' => 'data structure.', + 'type' => 'object', + 'properties' => [ + 'LibId' => [ + 'description' => 'Custom library ID.', + 'type' => 'string', + 'example' => '123456', + ], + 'LibName' => [ + 'description' => 'Custom library name.', + 'type' => 'string', + 'example' => 'Custom Library 1', + ], + 'KeyWords' => [ + 'description' => 'Custom words, separate multiple words with commas.', + 'type' => 'string', + 'example' => 'Custom Word 1 and Custom Word 2', + ], + ], + ], + ], + ], + ], + 'CustomImage' => [ + 'description' => 'Custom image library hit information list.', + 'type' => 'array', + 'items' => [ + 'description' => 'data structure.', + 'type' => 'object', + 'properties' => [ + 'LibId' => [ + 'description' => 'Custom library ID', + 'type' => 'string', + 'example' => '1965304870002', + ], + 'ImageId' => [ + 'description' => 'The ID of the hit custom image.', + 'type' => 'string', + 'example' => '1965304870002', + ], + 'LibName' => [ + 'description' => 'The name of the hit custom gallery.', + 'type' => 'string', + 'example' => 'Whitelist', + ], + ], + ], + ], + 'PublicFigure' => [ + 'description' => 'List of character information.', + 'type' => 'array', + 'items' => [ + 'description' => 'data structure.', + 'type' => 'object', + 'properties' => [ + 'FigureName' => [ + 'description' => 'The identified person\'s name information.', + 'type' => 'string', + 'example' => 'xxxxx', + ], + 'FigureId' => [ + 'description' => 'Identify the encoded information of the person.', + 'type' => 'string', + 'example' => '12324222', + ], + 'Location' => [ + 'description' => 'The location information of the identifier.', + 'type' => 'array', + 'items' => [ + 'description' => 'data structure.', + 'type' => 'object', + 'properties' => [ + 'X' => [ + 'description' => 'The distance from the top-left corner of the text area to the y-axis, with the top-left corner of the image as the origin, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '11', + ], + 'Y' => [ + 'description' => 'The distance from the top-left corner of the text area to the x-axis, with the top-left corner of the image as the origin, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'W' => [ + 'description' => 'The height of the text area, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '330', + ], + 'H' => [ + 'description' => 'The width of the text area, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '440', + ], + ], + ], + ], + ], + ], + ], + 'LogoData' => [ + 'description' => 'Logo identification information.', + 'type' => 'object', + 'properties' => [ + 'Location' => [ + 'description' => 'The location information of the identifier.', + 'type' => 'object', + 'properties' => [ + 'X' => [ + 'description' => 'The distance from the top-left corner of the text area to the y-axis, with the top-left corner of the image as the origin, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '11', + ], + 'Y' => [ + 'description' => 'The distance from the top-left corner of the text area to the x-axis, with the top-left corner of the image as the origin, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'W' => [ + 'description' => 'The height of the text area, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '330', + ], + 'H' => [ + 'description' => 'The width of the text area, in pixels.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '440', + ], + ], + ], + 'Logo' => [ + 'description' => 'identification information', + 'type' => 'array', + 'items' => [ + 'description' => 'data structure.', + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'Identify the category.', + 'type' => 'string', + 'example' => 'logo_sns', + ], + 'Name' => [ + 'description' => 'identifier name.', + 'type' => 'string', + 'example' => 'Alibaba Cloud', + ], + 'Confidence' => [ + 'description' => 'Confidence score, from 0 to 100, rounded to two decimal places.', + 'type' => 'number', + 'format' => 'float', + 'example' => '99.1', + ], + ], + ], + ], + ], + ], + ], + ], + 'RiskLevel' => [ + 'description' => 'Risk level.', + 'type' => 'string', + 'example' => 'high', + ], + ], + ], + ], + 'Result' => [ + 'description' => 'The risk labels, confidence scores, and other parameters of image detection results, in an array structure.', + 'type' => 'array', + 'items' => [ + 'description' => 'data structure.', + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'The labels returned after image content detection. A single image may be associated with multiple labels and corresponding scores.', + 'type' => 'string', + 'example' => 'violent_explosion', + ], + 'Confidence' => [ + 'description' => 'Confidence score, ranging from 0 to 100, retained to two decimal places. Some labels do not have a confidence score.', + 'type' => 'number', + 'format' => 'float', + 'example' => '81.22', + ], + 'Description' => [ + 'description' => 'Description.', + 'type' => 'string', + 'example' => 'No risk detected', + ], + ], + ], + ], + 'RiskLevel' => [ + 'description' => 'Risk level.', + 'type' => 'string', + 'example' => 'high', + ], + 'ManualTaskId' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6CF2815C-C8C7-4A01-B52E-FF6E24F53492\\\\n\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"success\\",\\n \\"Data\\": {\\n \\"DataId\\": \\"26769ada6e264e7ba9aa048241e12be9\\",\\n \\"Results\\": [\\n {\\n \\"Service\\": \\"baselineCheck\\",\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"violent_explosion\\",\\n \\"Confidence\\": 81.22,\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ],\\n \\"Ext\\": {\\n \\"TextInImage\\": {\\n \\"OcrResult\\": [\\n {\\n \\"Text\\": \\"abcd\\",\\n \\"Location\\": {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"H\\": 33,\\n \\"W\\": 44\\n }\\n }\\n ],\\n \\"RiskWord\\": [\\n \\"火箭\\"\\n ],\\n \\"CustomText\\": [\\n {\\n \\"LibId\\": \\"123456\\",\\n \\"LibName\\": \\"自定义库1\\",\\n \\"KeyWords\\": \\"自定义词1,自定义词2\\"\\n }\\n ]\\n },\\n \\"CustomImage\\": [\\n {\\n \\"LibId\\": \\"1965304870002\\",\\n \\"ImageId\\": \\"1965304870002\\",\\n \\"LibName\\": \\"白名单\\"\\n }\\n ],\\n \\"PublicFigure\\": [\\n {\\n \\"FigureName\\": \\"xxxxx\\",\\n \\"FigureId\\": \\"12324222\\",\\n \\"Location\\": [\\n {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"W\\": 330,\\n \\"H\\": 440\\n }\\n ]\\n }\\n ],\\n \\"LogoData\\": {\\n \\"Location\\": {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"W\\": 330,\\n \\"H\\": 440\\n },\\n \\"Logo\\": [\\n {\\n \\"Label\\": \\"logo_sns\\",\\n \\"Name\\": \\"阿里云\\",\\n \\"Confidence\\": 99.1\\n }\\n ]\\n }\\n },\\n \\"RiskLevel\\": \\"high\\"\\n }\\n ],\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"violent_explosion\\",\\n \\"Confidence\\": 81.22,\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ],\\n \\"RiskLevel\\": \\"high\\",\\n \\"ManualTaskId\\": \\"xxxxx-xxxxx\\"\\n }\\n}","type":"json"}]', + 'title' => '图片批量检测', + 'requestParamsDescription' => '```'."\n" + .'{'."\n" + .' "Services": "baselineCheck,tonalityImprove",'."\n" + .' "ServiceParameters": {'."\n" + .' "imageUrl": "https://img.alicdn.com/tfs/TB1U4r9AeH2gK0jSZJnXXaT1FXa-2880-480.png",'."\n" + .' "dataId": "img123****"'."\n" + .' }'."\n" + .'}'."\n" + ."\n" + .'```', + ], + 'ManualCallback' => [ + 'summary' => 'Content Security Manual Review Result Callback Interface', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '264346', + 'abilityTreeNodes' => [ + 'FEATURElvwangIBEW89', + 'FEATURElvwangU90H4V', + 'FEATURElvwangBBY7QM', + 'FEATURElvwang870NMI', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Code', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Code value', + 'type' => 'string', + 'required' => false, + 'example' => '200', + ], + ], + [ + 'name' => 'Msg', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Message information', + 'type' => 'string', + 'required' => false, + 'example' => 'OK', + ], + ], + [ + 'name' => 'Checksum', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Checksum.', + 'type' => 'string', + 'required' => false, + 'example' => 'abc', + ], + ], + [ + 'name' => 'ReqId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Platform request ID, used for troubleshooting assistance', + 'type' => 'string', + 'required' => false, + 'example' => 'B0963D30-BAB4-562F-9ED0-7A23AEC51C7C', + ], + ], + [ + 'name' => 'Data', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Returned data.', + 'type' => 'string', + 'required' => false, + 'example' => '{\'Result\': [{\'Confidence\': 100.0, \'CustomizedHit\': [{\'KeyWords\': u\'\\u4fdd\\u969c,\\u6700\\u5927,\\u9ad8\\u7ea7\', \'LibName\': u\'\\u4f18\\u8def\\u654f\\u611f\\u8bcd\'}], \'Label\': \'customized\'}]}', + ], + ], + [ + 'name' => 'Channel', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Channel field', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'ant' => 'ant', + ], + 'example' => 'ant', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Response Schema', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'ID of the request', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + 'Message' => [ + 'description' => 'Message information', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'Code' => [ + 'description' => 'Error code', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Code\\": 200\\n}","type":"json"}]', + 'title' => 'Manual Review Channel Callback Interface', + 'extraInfo' => '无', + 'translator' => 'machine', + ], + 'ManualModeration' => [ + 'summary' => 'Content Security Manual Review Request Interface', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '264342', + 'abilityTreeNodes' => [ + 'FEATURElvwangIBEW89', + 'FEATURElvwangU90H4V', + 'FEATURElvwangBBY7QM', + 'FEATURElvwang870NMI', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Service.', + 'type' => 'string', + 'required' => false, + 'example' => 'imageManualCheck', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Parameter set required for the review service, in JSON string format.'."\n" + .'- url: The URL of the object to be checked. Please ensure that this URL is publicly accessible.'."\n" + .'- dataId: Optional, the data ID corresponding to the object being checked.', + 'type' => 'string', + 'required' => false, + 'example' => '{"url": "https://talesofai.oss-cn-shanghai.aliyuncs.com/xxx.mp4", "dataId": "data1234"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Response Schema', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'ID of the request', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Message' => [ + 'description' => 'Error message', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'Code' => [ + 'description' => 'Status code', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'DataId' => [ + 'description' => 'The value of dataId passed during the API request. This field will not be present if it was not provided during the request.', + 'type' => 'string', + 'example' => '2a5389eb-4ff8-4584-ac99-644e2a539aa1', + ], + 'TaskId' => [ + 'description' => 'Task ID', + 'type' => 'string', + 'example' => 'xxxxx-xxxxx', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Code\\": 200,\\n \\"Data\\": {\\n \\"DataId\\": \\"2a5389eb-4ff8-4584-ac99-644e2a539aa1\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\"\\n }\\n}","type":"json"}]', + 'title' => 'ManualModeration', + 'translator' => 'machine', + ], + 'ManualModerationResult' => [ + 'summary' => 'Retrieve manual review results', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '264414', + 'abilityTreeNodes' => [ + 'FEATURElvwangIBEW89', + 'FEATURElvwangU90H4V', + 'FEATURElvwangBBY7QM', + 'FEATURElvwang870NMI', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Set of parameters required by the service, in JSON string format.'."\n" + .'- TaskId: The task ID returned when the task was submitted.', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"TaskId\\":\\"e5f2d886-4c23-440d-999c-bd98acde11b6\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'ID of the request', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Message' => [ + 'description' => 'Error message', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'Code' => [ + 'description' => 'Error code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'RiskLevel' => [ + 'description' => 'Risk level, returned based on the set high and low risk scores. Possible values include:'."\n" + ."\n" + .'- high: High risk'."\n" + .' '."\n" + .'- low: Low risk'."\n" + ."\n" + .' - none: No risk detected', + 'type' => 'string', + 'example' => 'high', + ], + 'DataId' => [ + 'description' => 'The value of dataId passed during the API request. This field will not be present if it was not provided during the request.', + 'type' => 'string', + 'example' => 'data1234', + ], + 'TaskId' => [ + 'description' => 'Task ID', + 'type' => 'string', + 'example' => 'xxxxx-xxxxx', + ], + 'Result' => [ + 'description' => 'Detailed label results.', + 'type' => 'array', + 'items' => [ + 'description' => 'Label item structure.', + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'Risk label', + 'type' => 'string', + 'example' => 'violent_explosion', + ], + 'Description' => [ + 'description' => 'Label description', + 'type' => 'string', + 'example' => 'no risk', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Code\\": 200,\\n \\"Data\\": {\\n \\"RiskLevel\\": \\"high\\",\\n \\"DataId\\": \\"data1234\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"violent_explosion\\",\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Content Security Manual Review Result Retrieval Interface', + 'translator' => 'machine', + ], + 'MultiModalGuard' => [ + 'summary' => '同步检测接口', + 'path' => '', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeNodes' => [ + 'FEATURElvwang828K27', + ], + ], + 'parameters' => [ + [ + 'name' => 'Service', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'query_security_check', + ], + ], + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Code' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Message' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'OK', + ], + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Detail' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Suggestion' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'pass', + ], + 'Type' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'contentModeration', + ], + 'Level' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'none', + ], + 'Result' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Ext' => [ + 'description' => '', + 'type' => 'any', + 'example' => '{}', + ], + 'Description' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'Confidence' => [ + 'description' => '', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + ], + 'Label' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'contraband_act', + ], + 'Level' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'none', + ], + ], + ], + ], + ], + ], + ], + 'Suggestion' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'pass', + ], + 'DataId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'data1234', + ], + ], + ], + ], + ], + ], + ], + 'errorCodes' => [ + 403 => [ + [ + 'errorCode' => 'NoPermission', + 'errorMessage' => 'You don\'t have permission.', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"OK\\",\\n \\"Data\\": {\\n \\"Detail\\": [\\n {\\n \\"Suggestion\\": \\"pass\\",\\n \\"Type\\": \\"contentModeration\\",\\n \\"Level\\": \\"none\\",\\n \\"Result\\": [\\n {\\n \\"Ext\\": \\"{}\\",\\n \\"Description\\": \\"疑似违禁行为\\",\\n \\"Confidence\\": 0,\\n \\"Label\\": \\"contraband_act\\",\\n \\"Level\\": \\"none\\"\\n }\\n ]\\n }\\n ],\\n \\"Suggestion\\": \\"pass\\",\\n \\"DataId\\": \\"data1234\\"\\n }\\n}","type":"json"}]', + ], + 'MultiModalAgent' => [ + 'summary' => '多模态AgentAPI同步检测接口', + 'path' => '', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeNodes' => [ + 'FEATURElvwang828K27', + ], + ], + 'parameters' => [ + [ + 'name' => 'ServiceParameters', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + [ + 'name' => 'AppID', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'txt_check_agent_01', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Code' => [ + 'description' => '', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'DataId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '26769ada6e264e7ba9aa048241e12be9', + ], + 'RiskLevel' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'high', + ], + 'Result' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'violent_explosion', + ], + 'Description' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'Reason' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'TRACER_SLB_ALL_DEST_WEIGHT_0', + ], + ], + ], + ], + 'Usage' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'PromptLength' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'ContentLength' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'AgentDetail' => [ + 'description' => '', + 'type' => 'object', + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'errorCodes' => [ + 403 => [ + [ + 'errorCode' => 'NoPermission', + 'errorMessage' => 'You don\'t have permission.', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Code\\": \\"200\\",\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Data\\": {\\n \\"DataId\\": \\"26769ada6e264e7ba9aa048241e12be9\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"violent_explosion\\",\\n \\"Description\\": \\"未检测出风险\\",\\n \\"Reason\\": \\"TRACER_SLB_ALL_DEST_WEIGHT_0\\"\\n }\\n ],\\n \\"Usage\\": {\\n \\"PromptLength\\": 100,\\n \\"ContentLength\\": 10,\\n \\"AgentDetail\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n }\\n }\\n}","type":"json"}]', + ], + ], + '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', + ], + ], +]; diff --git a/data/en_us/green/2022-09-26/api-docs.php b/data/en_us/green/2022-09-26/api-docs.php new file mode 100644 index 0000000..5eddcae --- /dev/null +++ b/data/en_us/green/2022-09-26/api-docs.php @@ -0,0 +1,13204 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'Green', + 'version' => '2022-09-26', + ], + 'directories' => [ + 'AddKeywordLib', + 'DeleteFeatureConfig', + 'ExportCipStats', + 'ExportOssCheckStat', + 'GetCipStats', + 'GetFeatureConfig', + 'GetOssCheckResultDetail', + 'GetOssCheckStat', + 'GetScanResult', + 'GetServiceConf', + 'GetServiceConfig', + 'GetUserBuyStatus', + 'ListKeywordLibs', + 'ListOssCheckResult', + 'ModifyFeatureConfig', + 'QueryCallback', + 'UpdateScanResultFeedback', + 'UpdateServiceConfig', + [ + 'id' => 0, + 'title' => '其它', + 'type' => 'directory', + 'children' => [ + 'GetKeywordImportResult', + 'UpdateKeywordLib', + 'GetKeywordLib', + 'GetUploadInfo', + 'ListServiceConfigs', + 'GetTextScanResult', + 'AddKeywords', + 'ListKeywords', + 'DeleteKeyword', + 'ExportKeyword', + 'ExportTextScanResult', + 'DeleteKeywordLib', + 'UpdateImageLibFreeInspection', + 'AddImages2Lib', + 'ListImagesFromLib', + 'AddImageLib', + 'ExportScanResult', + 'ListImageLib', + 'DeleteImagesFromLib', + 'GetImageSceneLabelConf', + 'UpdateImageLib', + 'GetImageSceneLabelListConf', + 'GetScanNum', + 'CancelStockOssCheckTask', + 'CreatePreCheck', + 'GetBucketsList', + 'GetOssCheckStatus', + 'ExportResult', + 'GetStockOssCheckTasksList', + 'OssCheckResultList', + 'CreatStockOssCheckTask', + 'AddKeywordsToLib', + 'GetServiceLabelConfig', + 'ModifyServiceInfo', + 'CopyServiceConfig', + 'GetExecuteTime', + 'GetJobNameList', + 'GetBackupConfig', + 'GetBackupBucketsList', + 'GetBackupStatus', + 'UpdateBackupConfig', + 'ListCallback', + 'QueryCallbackByPage', + 'CreateCallback', + 'DeleteCallback', + 'ModifyCallback', + 'AddAnswerSample', + 'CreateAnswerLib', + 'ExportAnswerSample', + 'QueryAnswerSampleByPage', + 'DeleteAnswerSample', + 'ListAnswerLib', + 'ModifyAnswerLib', + 'DeleteAnswerLib', + 'GetAnswerImportProgress', + 'UpdateOssCheckResultsFeedBack', + 'UpdateOssCheckResultsFreeze', + 'GetOssCheckFreezeResult', + 'UpdateOssCheckResultsUnfreeze', + 'DeleteOnlineTest', + 'CreateOnlineTest', + 'StopOnlineTest', + 'DescribeOnlineTestResult', + 'GetUploadLink', + 'LlmStreamChat', + 'GetOssCheckTaskInfo', + 'UpdateOssCheckResultsBatchFeedback', + ], + ], + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'AddKeywordLib' => [ + 'summary' => 'Create keyword library', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '157041', + 'abilityTreeNodes' => [ + 'FEATURElvwangGBPV1P', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibName', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The name of the keyword library.', + 'type' => 'string', + 'required' => false, + 'example' => 'test_keyword_lib', + ], + ], + [ + 'name' => 'Keywords', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Keywords, with multiple keywords separated by \\n.', + 'type' => 'string', + 'required' => false, + 'example' => 'keywords1\\nkeywords2', + ], + ], + [ + 'name' => 'KeywordsObject', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The name of the keywords file.', + 'type' => 'string', + 'required' => false, + 'example' => 'upload/1e5353c0-0d91-40ba-9d41-ae7abd3fe561.txt', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<AddKeywordLibResult>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'LibId' => [ + 'description' => 'The id of the keyword library.', + 'type' => 'string', + 'example' => 'customxx_xxxx', + ], + 'TaskId' => [ + 'description' => 'The task ID.'."\n", + 'type' => 'string', + 'example' => 'xxxxx-xxxxx', + ], + 'KeywordsResult' => [ + 'description' => 'Result.', + 'type' => 'object', + 'properties' => [ + 'LibId' => [ + 'description' => 'The id of the keyword library.', + 'type' => 'string', + 'example' => 'customxx_xxxx', + ], + 'I18nKey' => [ + 'description' => 'Internationalization key.', + 'type' => 'string', + 'example' => 'xxx', + ], + 'Tips' => [ + 'description' => 'The tips.', + 'type' => 'string', + 'example' => 'xxx', + ], + 'TotalCount' => [ + 'description' => 'The total number of keywords.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '529', + ], + 'SuccessCount' => [ + 'description' => 'Successful keyword count', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '278', + ], + 'RepeatCount' => [ + 'description' => 'Duplicate keyword count', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '118', + ], + 'InvalidCount' => [ + 'description' => 'Invalid keyword count', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '133', + ], + 'RepeatKeywords' => [ + 'description' => 'List of duplicate keywords', + 'type' => 'array', + 'items' => [ + 'description' => 'Duplicate keywords', + 'type' => 'string', + 'example' => 'duplicate_keywords', + ], + ], + 'InvalidKeywords' => [ + 'description' => 'List of invalid keywords', + 'type' => 'array', + 'items' => [ + 'description' => 'Invalid keywords', + 'type' => 'string', + 'example' => 'invalid_keywords', + ], + ], + 'IllegalLengthKeywords' => [ + 'description' => 'List of keywords that are too long or too short.', + 'type' => 'array', + 'items' => [ + 'description' => 'Keywords that are too long or too short.', + 'type' => 'string', + 'example' => 'keywords', + ], + ], + ], + ], + ], + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Status code', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'The message that is returned in response to the request.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"LibId\\": \\"customxx_xxxx\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"KeywordsResult\\": {\\n \\"LibId\\": \\"customxx_xxxx\\",\\n \\"I18nKey\\": \\"xxx\\",\\n \\"Tips\\": \\"xxx\\",\\n \\"TotalCount\\": 529,\\n \\"SuccessCount\\": 278,\\n \\"RepeatCount\\": 118,\\n \\"InvalidCount\\": 133,\\n \\"RepeatKeywords\\": [\\n \\"重复关键词\\"\\n ],\\n \\"InvalidKeywords\\": [\\n \\"非法关键词\\"\\n ],\\n \\"IllegalLengthKeywords\\": [\\n \\"过短关键词\\"\\n ]\\n }\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Create keyword lib', + ], + 'DeleteFeatureConfig' => [ + 'summary' => 'Delete feature configuration', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '266680', + 'abilityTreeNodes' => [ + 'FEATURElvwangXKZ6SI', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ServiceCode', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => false, + 'example' => 'llm_query_moderation', + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'example' => 'text', + ], + ], + [ + 'name' => 'Type', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Type', + 'type' => 'string', + 'required' => false, + 'example' => 'custom_llm_template', + ], + ], + [ + 'name' => 'Field', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Label value, customer-defined', + 'type' => 'string', + 'required' => false, + 'example' => '__config__', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse}', + 'description' => '{@link PortalResponse}', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Return result.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Response message of this request.', + 'type' => 'string', + 'example' => 'success', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"success\\",\\n \\"HttpStatusCode\\": 200\\n}","type":"json"}]', + 'title' => 'Delete feature configuration', + 'translator' => 'machine', + ], + 'ExportCipStats' => [ + 'summary' => 'Export Call Volume', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '157301', + 'abilityTreeNodes' => [ + 'FEATURElvwangMSWOCX', + ], + ], + 'parameters' => [ + [ + 'name' => 'StartDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The start time of the query, in the format yyyy-MM-dd HH:mm:ss.', + 'type' => 'string', + 'required' => false, + 'example' => '2024-04-15 09:00:00', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The end time of the query, in the format yyyy-MM-dd HH:mm:ss.', + 'type' => 'string', + 'required' => false, + 'example' => '2024-04-16 09:00:00', + ], + ], + [ + 'name' => 'Label', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The label of the task to be exported.', + 'type' => 'string', + 'required' => false, + 'example' => 'xx', + ], + ], + [ + 'name' => 'ByMonth', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Whether to support monthly indexing. Values: -**true**: Supported. -**false**: Not supported.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'voice' => '音频', + 'image' => '图片', + 'file' => '文档', + 'text' => '文本', + 'video' => '视频', + ], + 'example' => 'text', + 'default' => 'text', + ], + ], + [ + 'name' => 'SubUid', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Sub-account UID.', + 'type' => 'string', + 'required' => false, + 'example' => '268220485413130979', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'Type', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Type, values: -**cip**: Content Security Invocation Count Statistics. -**risk_level**: Content Security Risk Level Statistics. -**content_moderation**: AI Safety Guardrail Content Compliance Risk Level and Label Statistics. -**sensitive_data**: AI Safety Guardrail Sensitive Data Risk Level and Label Statistics. -**prompt_attack**: AI Safety Guardrail Prompt Word Risk Level and Label Statistics.', + 'type' => 'string', + 'required' => false, + 'example' => 'risk_level', + ], + ], + [ + 'name' => 'ExportType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Export type. Values: -**level**: Export by risk level. -**label**: Export by label.', + 'type' => 'string', + 'required' => false, + 'example' => 'label', + ], + ], + [ + 'name' => 'ServiceCode', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => false, + 'example' => 'baselineCheck', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<String>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Export result.', + 'type' => 'string', + 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/portal_data/production/cipStat/text/statistics1720597246783.xlsx', + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => 'Error code, consistent with HTTP status.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'HttpStatusCode' => [ + 'title' => 'http状态码', + 'description' => 'HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/portal_data/production/cipStat/text/statistics1720597246783.xlsx\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Export Usage', + 'translator' => 'machine', + ], + 'ExportOssCheckStat' => [ + 'summary' => 'OSS Usage Statistics Export', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '218756', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'StartDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Start time of the query, in the format yyyy-MM-dd HH:mm:ss.', + 'type' => 'string', + 'required' => false, + 'example' => '2024-03-10 10:00:00', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'End time of the query, in the format yyyy-MM-dd HH:mm:ss.', + 'type' => 'string', + 'required' => false, + 'example' => '2024-03-11 10:00:00', + ], + ], + [ + 'name' => 'ByMonth', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Whether to support monthly indexing. Values: -true: supported. -false: not supported.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'ParentTaskId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'OSS detection task ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'P_UX0K5X', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse<OssCheckStatResultVO>}', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Export result.', + 'type' => 'string', + 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/console_data/production/scanResult/osscheck/ossCheckStat_aliUf5B3lJfOkLpqozLIn94Uy-1XxKyX.xlsx', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. It can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/console_data/production/scanResult/osscheck/ossCheckStat_aliUf5B3lJfOkLpqozLIn94Uy-1XxKyX.xlsx\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'OSS Detection Task Usage Statistics Export', + 'translator' => 'machine', + ], + 'GetCipStats' => [ + 'summary' => 'Query Call Volume', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '157300', + 'abilityTreeNodes' => [ + 'FEATURElvwangMSWOCX', + ], + ], + 'parameters' => [ + [ + 'name' => 'StartDate', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '2024-03-10 10:00:00', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '2024-03-11 10:00:00', + ], + ], + [ + 'name' => 'Label', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'xx', + ], + ], + [ + 'name' => 'ByMonth', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'voice' => '', + 'image' => '', + 'file' => '', + 'text' => '', + 'video' => '', + ], + 'example' => 'text', + 'default' => 'text', + ], + ], + [ + 'name' => 'SubUid', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '253552244990701265', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + ], + ], + [ + 'name' => 'ServiceCode', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + ], + ], + [ + 'name' => 'Query', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<CipStatisticsChartVO>', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'X' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => '["06-10", "06-11", "06-12", "06-13"]', + ], + ], + 'Y' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Name' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'nickNameDetection', + ], + 'Data' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '[0, 0, 26, 1, 0, 0, 0, 0, 0]', + ], + ], + ], + ], + ], + 'Uids' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => '["15220*****63446"]', + ], + ], + 'LabelStatChart' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'ServiceCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'nickNameDetection', + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '117', + ], + 'X' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => '["06-10", "06-11", "06-12", "06-13"]'."\n", + ], + ], + 'Y' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Name' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'nickNameDetection', + ], + 'Data' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '[0, 0, 26, 1, 0, 0, 0, 0, 0]', + ], + ], + ], + ], + ], + 'TreeChart' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Name' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'nickNameDetection', + ], + 'Value' => [ + 'description' => '', + 'type' => 'string', + 'example' => '99.91', + ], + 'Description' => [ + 'type' => 'string', + ], + ], + ], + ], + 'VoiceTreeChart' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Name' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'nickNameDetection', + ], + 'Value' => [ + 'description' => '', + 'type' => 'string', + 'example' => '99.91', + ], + 'Description' => [ + 'type' => 'string', + ], + ], + ], + ], + 'ImageTreeChar' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Name' => [ + 'type' => 'string', + ], + 'Value' => [ + 'type' => 'string', + ], + 'Description' => [ + 'type' => 'string', + ], + ], + ], + ], + 'TextTreeChart' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Name' => [ + 'type' => 'string', + ], + 'Value' => [ + 'type' => 'string', + ], + 'Description' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'Z' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Name' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'nickNameDetection', + ], + 'Data' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '[0, 0, 26, 1, 0, 0, 0, 0, 0]', + ], + ], + ], + ], + ], + 'TotalStat' => [ + 'type' => 'object', + 'additionalProperties' => [ + 'type' => 'object', + ], + ], + ], + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => '', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => '', + 'type' => 'string', + 'example' => 'OK', + ], + 'HttpStatusCode' => [ + 'title' => 'http状态码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"X\\": [\\n \\"[\\\\\\"06-10\\\\\\", \\\\\\"06-11\\\\\\", \\\\\\"06-12\\\\\\", \\\\\\"06-13\\\\\\"]\\"\\n ],\\n \\"Y\\": [\\n {\\n \\"Name\\": \\"nickNameDetection\\",\\n \\"Data\\": [\\n 0\\n ]\\n }\\n ],\\n \\"Uids\\": [\\n \\"[\\\\\\"15220*****63446\\\\\\"]\\"\\n ],\\n \\"LabelStatChart\\": [\\n {\\n \\"ServiceCode\\": \\"nickNameDetection\\",\\n \\"TotalCount\\": 117,\\n \\"X\\": [\\n \\"[\\\\\\"06-10\\\\\\", \\\\\\"06-11\\\\\\", \\\\\\"06-12\\\\\\", \\\\\\"06-13\\\\\\"]\\\\n\\"\\n ],\\n \\"Y\\": [\\n {\\n \\"Name\\": \\"nickNameDetection\\",\\n \\"Data\\": [\\n 0\\n ]\\n }\\n ],\\n \\"TreeChart\\": [\\n {\\n \\"Name\\": \\"nickNameDetection\\",\\n \\"Value\\": \\"99.91\\",\\n \\"Description\\": \\"疑似政治人物\\"\\n }\\n ],\\n \\"VoiceTreeChart\\": [\\n {\\n \\"Name\\": \\"nickNameDetection\\",\\n \\"Value\\": \\"99.91\\",\\n \\"Description\\": \\"疑似特定歌曲\\\\n\\"\\n }\\n ],\\n \\"ImageTreeChar\\": [\\n {\\n \\"Name\\": \\"nonLabel\\",\\n \\"Value\\": \\"0.0274\\",\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ],\\n \\"TextTreeChart\\": [\\n {\\n \\"Name\\": \\"nonLabel\\",\\n \\"Value\\": \\"0.0274\\",\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ]\\n }\\n ],\\n \\"Z\\": [\\n {\\n \\"Name\\": \\"nickNameDetection\\",\\n \\"Data\\": [\\n 0\\n ]\\n }\\n ],\\n \\"TotalStat\\": {\\n \\"key\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n }\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Query Usage Statistics', + 'translator' => 'machine', + ], + 'GetFeatureConfig' => [ + 'summary' => 'Get Feature Configuration', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '266679', + 'abilityTreeNodes' => [ + 'FEATURElvwangXKZ6SI', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'example' => 'text', + ], + ], + [ + 'name' => 'ServiceCode', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => false, + 'example' => 'llm_query_moderation', + ], + ], + [ + 'name' => 'Type', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Type', + 'type' => 'string', + 'required' => false, + 'example' => 'custom_llm_template', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'Query', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Query conditions.', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"Lang\\":\\"zh\\",\\"CategoryType\\":1,\\"Default\\":false,\\"ParentCategoryId\\":1720}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse}', + 'description' => '{@link PortalResponse}', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'Uid' => [ + 'description' => 'UID.', + 'type' => 'string', + 'example' => '1643953****74290', + ], + 'ServiceCode' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'example' => 'llm_query_moderation', + ], + 'ResourceType' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'example' => 'text', + ], + 'Type' => [ + 'description' => 'Type', + 'type' => 'string', + 'example' => 'custom_llm_template', + ], + 'FeatureConf' => [ + 'description' => 'List of feature configurations', + 'type' => 'array', + 'items' => [ + 'description' => 'Feature configuration object', + 'type' => 'object', + 'example' => '{}', + ], + ], + ], + ], + 'Msg' => [ + 'description' => 'Response message for this request.', + 'type' => 'string', + 'example' => 'success'."\n", + ], + 'Success' => [ + 'description' => 'Success indicator', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Code' => [ + 'description' => 'Status code', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Data\\": {\\n \\"Uid\\": \\"1643953****74290\\",\\n \\"ServiceCode\\": \\"llm_query_moderation\\",\\n \\"ResourceType\\": \\"text\\",\\n \\"Type\\": \\"custom_llm_template\\",\\n \\"FeatureConf\\": [\\n {}\\n ]\\n },\\n \\"Msg\\": \\"success\\\\n\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"HttpStatusCode\\": 200\\n}","type":"json"}]', + 'title' => 'Query Feature Configuration', + 'translator' => 'machine', + ], + 'GetOssCheckResultDetail' => [ + 'summary' => 'OSS result details', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '233378', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'Bucket', + 'in' => 'query', + 'schema' => [ + 'description' => 'Bucket name.', + 'type' => 'string', + 'required' => false, + 'example' => 'oss-tmp', + ], + ], + [ + 'name' => 'Object', + 'in' => 'query', + 'schema' => [ + 'description' => 'Object name.', + 'type' => 'string', + 'required' => false, + 'example' => '1748396909030.jpg', + ], + ], + [ + 'name' => 'ServiceCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => false, + 'example' => 'audio_media_detection_01', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'QueryRequestId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query request ID.', + 'type' => 'string', + 'required' => false, + 'example' => '62E97001-1255-50A9-8E1E-4FD05473D952', + ], + ], + [ + 'name' => 'MediaType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Media type.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'ParentTaskId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Parent task ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'P_RZQ66T', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<PageResponse<OssStockResultVO>>', + 'description' => 'PortalResponse<PageResponse<OssStockResultVO>>', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'Backend-assigned ID used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => '62E97001-1255-50A9-8E1E-4FD05473D952', + ], + 'Data' => [ + 'description' => 'Detailed data.', + 'type' => 'object', + 'properties' => [ + 'Bucket' => [ + 'description' => 'Bucket name.', + 'type' => 'string', + 'example' => 'oss-tmp', + ], + 'JobName' => [ + 'description' => 'Job name.', + 'type' => 'string', + 'example' => 'dhT20X2310', + ], + 'Object' => [ + 'description' => 'Object name.', + 'type' => 'string', + 'example' => '1748396909030.jpg', + ], + 'Md5' => [ + 'description' => 'File MD5.', + 'type' => 'string', + 'example' => 'f6e2e1946f06310c8a0cc443a05819f3', + ], + 'ServiceCode' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'example' => 'audio_media_detection_01', + ], + 'Code' => [ + 'description' => 'Error code, consistent with HTTP status.', + 'type' => 'string', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'success', + ], + 'Labels' => [ + 'description' => 'Image labels.', + 'type' => 'array', + 'items' => [ + 'description' => 'Image labels.', + 'type' => 'string', + 'example' => 'nonLabel', + ], + ], + 'Labels2' => [ + 'description' => 'Text labels.', + 'type' => 'array', + 'items' => [ + 'description' => 'Text labels.', + 'type' => 'string', + 'example' => 'nonLabel', + ], + ], + 'ScanResult' => [ + 'description' => 'Detailed scan results.', + 'type' => 'string', + 'example' => '{}', + ], + 'ImageUrl' => [ + 'description' => 'Image URL.', + 'type' => 'string', + 'example' => 'http://www.aliyuncs.com/test.jpg', + ], + 'Url' => [ + 'description' => 'Task URL.', + 'type' => 'string', + 'example' => 'http://www.aliyuncs.com/test.mp3', + ], + 'TaskId' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'example' => 'P_Z7OLMN', + ], + 'ServiceName' => [ + 'description' => 'Service name.', + 'type' => 'string', + 'example' => '服务名称', + ], + 'IsCopy' => [ + 'description' => 'Whether to copy.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'CopyFrom' => [ + 'description' => 'Primary service.', + 'type' => 'string', + 'example' => 'audio_media_detection', + ], + 'ContentType' => [ + 'description' => 'Audio and video detection type.', + 'type' => 'string', + 'example' => 'audio', + ], + 'RiskLevel0' => [ + 'description' => 'Overall risk level.', + 'type' => 'string', + 'example' => 'low', + ], + 'RiskLevel' => [ + 'description' => 'Image risk level', + 'type' => 'string', + 'example' => 'high', + ], + 'RiskLevel2' => [ + 'description' => 'Text risk level', + 'type' => 'string', + 'example' => 'medium', + ], + 'FreezeType' => [ + 'description' => 'Freeze type.', + 'type' => 'string', + 'example' => 'COPY', + ], + 'FreezeStatus' => [ + 'description' => 'Freeze status.', + 'type' => 'string', + 'example' => 'UNFREEZED', + ], + 'ScanServiceInfos' => [ + 'description' => 'Detection service information', + 'type' => 'array', + 'items' => [ + 'description' => 'Detection service information', + 'type' => 'object', + 'properties' => [ + 'IsCopy' => [ + 'description' => 'Whether to copy.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ServiceCode' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'example' => 'audio_media_detection_01', + ], + 'ServiceName' => [ + 'description' => 'Service name.', + 'type' => 'string', + 'example' => '服务名称', + ], + 'CopyFrom' => [ + 'description' => 'Main service.', + 'type' => 'string', + 'example' => 'audio_media_detection', + ], + ], + ], + ], + 'LabelDetails' => [ + 'description' => 'Labels.', + 'type' => 'array', + 'items' => [ + 'description' => 'Labels.', + 'type' => 'object', + 'properties' => [ + 'Description' => [ + 'description' => 'Label description.', + 'type' => 'string', + 'example' => '涉政', + ], + 'Confidence' => [ + 'description' => 'Confidence score, 0 to 100, retained to two decimal places.', + 'type' => 'number', + 'format' => 'float', + 'example' => '50', + ], + 'Label' => [ + 'description' => 'Label.', + 'type' => 'string', + 'example' => 'politics', + ], + ], + ], + ], + 'LabelDetails2' => [ + 'description' => 'Labels.', + 'type' => 'array', + 'items' => [ + 'description' => 'Labels.', + 'type' => 'object', + 'properties' => [ + 'Description' => [ + 'description' => 'Label description.', + 'type' => 'string', + 'example' => '涉政', + ], + 'Confidence' => [ + 'description' => 'Confidence score, 0 to 100, retained to two decimal places.', + 'type' => 'number', + 'format' => 'float', + 'example' => '50', + ], + 'Label' => [ + 'description' => 'Label.', + 'type' => 'string', + 'example' => 'politics', + ], + ], + ], + ], + 'ManualFreezeAction' => [ + 'description' => 'Manual handling status.', + 'type' => 'string', + 'example' => 'FREEZE', + ], + 'ManualOperateTime' => [ + 'description' => 'Handling time.', + 'type' => 'string', + 'example' => '2025-08-09 12:00:00', + ], + 'ManualOperator' => [ + 'description' => 'Handler.', + 'type' => 'string', + 'example' => 'xx', + ], + ], + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'success', + ], + 'Code' => [ + 'description' => 'Error code, consistent with HTTP status.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"62E97001-1255-50A9-8E1E-4FD05473D952\\",\\n \\"Data\\": {\\n \\"Bucket\\": \\"oss-tmp\\",\\n \\"JobName\\": \\"dhT20X2310\\",\\n \\"Object\\": \\"1748396909030.jpg\\",\\n \\"Md5\\": \\"f6e2e1946f06310c8a0cc443a05819f3\\",\\n \\"ServiceCode\\": \\"audio_media_detection_01\\",\\n \\"Code\\": \\"200\\",\\n \\"Msg\\": \\"success\\",\\n \\"Labels\\": [\\n \\"nonLabel\\"\\n ],\\n \\"Labels2\\": [\\n \\"nonLabel\\"\\n ],\\n \\"ScanResult\\": \\"{}\\",\\n \\"ImageUrl\\": \\"http://www.aliyuncs.com/test.jpg\\",\\n \\"Url\\": \\"http://www.aliyuncs.com/test.mp3\\",\\n \\"TaskId\\": \\"P_Z7OLMN\\",\\n \\"ServiceName\\": \\"服务名称\\",\\n \\"IsCopy\\": true,\\n \\"CopyFrom\\": \\"audio_media_detection\\",\\n \\"ContentType\\": \\"audio\\",\\n \\"RiskLevel0\\": \\"low\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"RiskLevel2\\": \\"medium\\",\\n \\"FreezeType\\": \\"COPY\\",\\n \\"FreezeStatus\\": \\"UNFREEZED\\",\\n \\"ScanServiceInfos\\": [\\n {\\n \\"IsCopy\\": true,\\n \\"ServiceCode\\": \\"audio_media_detection_01\\",\\n \\"ServiceName\\": \\"服务名称\\",\\n \\"CopyFrom\\": \\"audio_media_detection\\"\\n }\\n ],\\n \\"LabelDetails\\": [\\n {\\n \\"Description\\": \\"涉政\\",\\n \\"Confidence\\": 50,\\n \\"Label\\": \\"politics\\"\\n }\\n ],\\n \\"LabelDetails2\\": [\\n {\\n \\"Description\\": \\"涉政\\",\\n \\"Confidence\\": 50,\\n \\"Label\\": \\"politics\\"\\n }\\n ],\\n \\"ManualFreezeAction\\": \\"FREEZE\\",\\n \\"ManualOperateTime\\": \\"2025-08-09 12:00:00\\",\\n \\"ManualOperator\\": \\"xx\\"\\n },\\n \\"Success\\": true,\\n \\"Msg\\": \\"success\\",\\n \\"Code\\": 200\\n}","type":"json"}]', + 'title' => 'Query OSS Detection Result Details', + 'translator' => 'machine', + ], + 'GetOssCheckStat' => [ + 'summary' => 'OSS Check Usage Statistics', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '218755', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'StartDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Start date.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-11 09:00:19', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'End date.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-24 10:01:55', + ], + ], + [ + 'name' => 'ByMonth', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Whether to query by month.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'ParentTaskId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Parent task ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'P_UNHBH', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse<OssCheckStatResultVO>}', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'BarChart' => [ + 'description' => 'Bar chart', + 'type' => 'object', + 'properties' => [ + 'X' => [ + 'description' => 'X values of the coordinates.', + 'type' => 'array', + 'items' => [ + 'description' => 'X values of the coordinates.', + 'type' => 'string', + 'example' => '["06-11", "06-12", "06-13", "06-14", "06-15"]', + ], + ], + 'Y' => [ + 'description' => 'Y values of the coordinates.', + 'type' => 'array', + 'items' => [ + 'description' => 'Y values of the coordinates.', + 'type' => 'object', + 'properties' => [ + 'Name' => [ + 'description' => 'Name.', + 'type' => 'string', + 'example' => 'document_detection', + ], + 'Data' => [ + 'description' => 'Data.', + 'type' => 'array', + 'items' => [ + 'description' => 'Data.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '[0, 0, 0, 0, 0, 0, 34]', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"BarChart\\": {\\n \\"X\\": [\\n \\"[\\\\\\"06-11\\\\\\", \\\\\\"06-12\\\\\\", \\\\\\"06-13\\\\\\", \\\\\\"06-14\\\\\\", \\\\\\"06-15\\\\\\"]\\"\\n ],\\n \\"Y\\": [\\n {\\n \\"Name\\": \\"document_detection\\",\\n \\"Data\\": [\\n 0\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'OSS Check Usage Statistics', + 'translator' => 'machine', + ], + 'GetScanResult' => [ + 'summary' => 'Query the Scan results', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '160495', + 'abilityTreeNodes' => [ + 'FEATURElvwang6CEZ66', + 'FEATURElvwang5MWEHW', + 'FEATURElvwangLRLIH6', + ], + 'autoTest' => true, + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'StartDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Start time.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-11 09:00:19', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'End time.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-24 10:01:55', + ], + ], + [ + 'name' => 'Query', + 'in' => 'formData', + 'style' => 'json', + 'schema' => [ + 'description' => 'Search criteria.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'example' => '{"RequestId":"xxx"}', + 'description' => '搜索条件。', + ], + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'example' => 'image', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Current page.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'Sort', + 'in' => 'formData', + 'style' => 'json', + 'schema' => [ + 'description' => 'Sort fields.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'description' => '排序字段。', + 'example' => '{"RequestTime":"desc"}', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<PortalPageResponse<ImageScanResultVO>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'TotalCount' => [ + 'description' => 'Total number of records.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'PageSize' => [ + 'description' => 'Number of items per page.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'CurrentPage' => [ + 'description' => 'Current page.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Items' => [ + 'description' => 'Data for the current page.', + 'type' => 'array', + 'items' => [ + 'description' => 'Data for the current page.', + 'type' => 'object', + 'properties' => [ + 'GmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'string', + 'example' => '2023-08-11 09:00:19'."\n", + ], + 'RequestTime' => [ + 'description' => 'Request time.', + 'type' => 'string', + 'example' => '2023-08-11 09:00:19'."\n", + ], + 'DataId' => [ + 'title' => 'dataId', + 'description' => 'Data Id', + 'type' => 'string', + 'example' => '4f27b8cc7c4544cb90b41882a5b36326', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'ServiceCode' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'example' => 'baselineCheck', + ], + 'ScanResult' => [ + 'description' => 'Details of the result.', + 'type' => 'string', + 'example' => '{}', + ], + 'Labels' => [ + 'description' => 'Labels.', + 'type' => 'string', + 'example' => 'nonLabel', + ], + 'NoLabels' => [ + 'title' => '无标签', + 'description' => 'No labels', + 'type' => 'array', + 'items' => [ + 'description' => 'Labels.', + 'type' => 'string', + 'example' => 'nonLabel', + ], + ], + 'ImageUrl' => [ + 'title' => 'url', + 'description' => 'URL', + 'type' => 'string', + 'example' => 'https://www.aliyuncs.com/xxx.png'."\n", + ], + 'Content' => [ + 'description' => 'Content.', + 'type' => 'string', + 'example' => 'xxx', + ], + 'TaskId' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'example' => 'vi_s_EbrXb716LyBpkfwxyX5xyh-1A6RY9', + ], + 'Score' => [ + 'description' => 'Score.', + 'type' => 'number', + 'format' => 'float', + 'example' => '25', + ], + 'Suggestion' => [ + 'description' => 'Suggestion.', + 'type' => 'string', + 'example' => 'review', + ], + 'ExtFeedback' => [ + 'description' => 'Feedback information.', + 'type' => 'string', + 'example' => 'xxx', + ], + 'Url' => [ + 'description' => 'Task URL', + 'type' => 'string', + 'example' => 'https://www.aliyuncs.com/xxx.png'."\n", + ], + 'TimeStamp' => [ + 'description' => 'Timestamp.', + 'type' => 'string', + 'example' => '00:00:40-00:00:42', + ], + 'FrameCount' => [ + 'description' => 'Frame count.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '20', + ], + 'ImageService' => [ + 'description' => 'Image service.', + 'type' => 'string', + 'example' => 'baselineCheck', + ], + 'VoiceService' => [ + 'description' => 'Voice service.', + 'type' => 'string', + 'example' => 'live_stream_detection', + ], + 'ImageLabels' => [ + 'description' => 'Image labels.', + 'type' => 'array', + 'items' => [ + 'description' => 'Image label.', + 'type' => 'object', + 'example' => '[{nonLabel: 17}]', + ], + ], + 'VoiceLabels' => [ + 'description' => 'Voice labels.', + 'type' => 'array', + 'items' => [ + 'description' => 'Voice label.', + 'type' => 'object', + 'example' => '[{political_content: 11}]', + ], + ], + 'TextLabels' => [ + 'description' => 'Text labels.', + 'type' => 'array', + 'items' => [ + 'description' => 'Text label.', + 'type' => 'object', + 'example' => '[{nonLabel: 17}]', + ], + ], + 'VoiceScanOpened' => [ + 'description' => 'Whether audio detection is enabled.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Result' => [ + 'description' => 'Return collection.', + 'type' => 'array', + 'items' => [ + 'description' => 'Return collection.', + 'type' => 'object', + 'properties' => [ + 'Confidence' => [ + 'description' => 'Confidence score, ranging from 0 to 100, with two decimal places.', + 'type' => 'string', + 'example' => '50.0', + ], + 'Label' => [ + 'description' => 'Label.', + 'type' => 'string', + 'example' => 'politics', + ], + 'Description' => [ + 'description' => 'Description of the Label field.', + 'type' => 'string', + 'example' => '疑似色情内容', + ], + ], + ], + ], + 'Offset' => [ + 'description' => 'Frame offset value.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'StartTime' => [ + 'description' => 'Segment start time (in seconds).', + 'type' => 'string', + 'example' => '11', + ], + 'EndTime' => [ + 'description' => 'Segment end time (in seconds).', + 'type' => 'string', + 'example' => '22', + ], + 'RiskTips' => [ + 'description' => 'Details of the detected risk.', + 'type' => 'string', + 'example' => '色情服务', + ], + 'RiskWords' => [ + 'description' => 'Keywords of the detected risk.', + 'type' => 'string', + 'example' => '色情_低俗词', + ], + 'Thumbnail' => [ + 'description' => 'Thumbnail URL.', + 'type' => 'string', + 'example' => 'https://www.aliyuncs.com/xxx.png', + ], + 'Extra' => [ + 'description' => 'Additional parameters.', + 'type' => 'object', + 'example' => '{}', + ], + 'PageNum' => [ + 'description' => 'Page number.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'RiskLevel' => [ + 'description' => 'Risk level, returned based on the set high and low risk scores. The return values include:'."\n" + ."\n" + .'- high: High risk'."\n" + ."\n" + .'- medium: Medium risk'."\n" + ."\n" + .'- low: Low risk'."\n" + ."\n" + .'- none: No risk detected', + 'type' => 'string', + 'example' => 'none', + ], + 'SensitiveLevel' => [ + 'description' => 'Sensitive level, returned based on the set high and low risk scores. The return values include:'."\n" + .'- **S1**: Indicates low sensitivity.'."\n" + .'- **S2**: Indicates medium sensitivity.'."\n" + .'- **S3**: Indicates high sensitivity.'."\n" + .'- **S4**: Indicates very high sensitivity.'."\n" + .'- **S0**: Indicates no sensitivity.', + 'type' => 'string', + 'example' => 'S0', + ], + 'AttackLevel' => [ + 'description' => 'Attack level, returned based on the set high and low risk scores. The return values include:'."\n" + ."\n" + .'- high: High risk'."\n" + ."\n" + .'- medium: Medium risk'."\n" + ."\n" + .'- low: Low risk'."\n" + ."\n" + .'- none: No risk detected', + 'type' => 'string', + 'example' => 'none', + ], + 'RequestFrom' => [ + 'description' => 'Request source.', + 'type' => 'string', + 'example' => 'online_test', + ], + 'ApiRequestTime' => [ + 'description' => 'Machine review time.', + 'type' => 'string', + 'example' => '1755501226', + ], + 'ReviewTime' => [ + 'description' => 'Review time.', + 'type' => 'string', + 'example' => '1755501226', + ], + 'ResourceType' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'example' => 'text', + ], + 'ApiTaskId' => [ + 'description' => 'Automated review task ID.', + 'type' => 'string', + 'example' => 'xxx', + ], + 'ReviewLabels' => [ + 'description' => 'Review labels.', + 'type' => 'string', + 'example' => 'porn', + ], + 'ReviewRiskLevel' => [ + 'description' => 'Review status.', + 'type' => 'string', + 'example' => 'high', + ], + 'ReviewUid' => [ + 'description' => 'Reviewer.', + 'type' => 'string', + 'example' => 'xx', + ], + 'ApiLabels' => [ + 'description' => 'Automated review labels.', + 'type' => 'string', + 'example' => 'porn', + ], + 'ApiRiskLevel' => [ + 'description' => 'Automated review risk level.', + 'type' => 'string', + 'example' => 'high', + ], + 'ApiService' => [ + 'description' => 'Automated review service', + 'type' => 'string', + 'example' => 'basecheckLine', + ], + 'ManualOnly' => [ + 'description' => 'Whether it is a pure manual review.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'Reviewed' => [ + 'description' => 'Whether it has been reviewed.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'MaliciousFileLevel' => [ + 'description' => 'Malicious file risk level.', + 'type' => 'string', + 'example' => 'high', + ], + 'MaliciousUrlLevel' => [ + 'description' => 'Malicious URL risk level.', + 'type' => 'string', + 'example' => 'high', + ], + 'AppId' => [ + 'title' => 'appId', + 'type' => 'string', + 'example' => 'agent_01', + ], + 'GuardImageUrls' => [ + 'description' => 'Multimodal image URLs.', + 'type' => 'array', + 'items' => [ + 'description' => 'Multimodal image URLs.', + 'type' => 'string', + 'example' => 'https://xxx.jpg', + ], + ], + 'GuardFileUrls' => [ + 'description' => 'Multimodal file URLs.', + 'type' => 'array', + 'items' => [ + 'description' => 'Multimodal file URLs.', + 'type' => 'string', + 'example' => 'http://xxx.docx', + ], + ], + 'AccountId' => [ + 'type' => 'string', + ], + 'LiveId' => [ + 'type' => 'string', + ], + 'ImageUrls' => [ + 'title' => 'imageUrls', + 'type' => 'array', + 'items' => [ + 'title' => 'url', + 'type' => 'string', + 'example' => 'https://xxxx.001.jpg', + ], + ], + ], + ], + ], + ], + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => 'Success indicator', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => 'Error code, consistent with HTTP status.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'HttpStatusCode' => [ + 'title' => 'http状态码', + 'description' => 'HTTP status code', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"TotalCount\\": 1,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"GmtCreate\\": \\"2023-08-11 09:00:19\\\\n\\",\\n \\"RequestTime\\": \\"2023-08-11 09:00:19\\\\n\\",\\n \\"DataId\\": \\"4f27b8cc7c4544cb90b41882a5b36326\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"ServiceCode\\": \\"baselineCheck\\",\\n \\"ScanResult\\": \\"{}\\",\\n \\"Labels\\": \\"nonLabel\\",\\n \\"NoLabels\\": [\\n \\"nonLabel\\"\\n ],\\n \\"ImageUrl\\": \\"https://www.aliyuncs.com/xxx.png\\\\n\\",\\n \\"Content\\": \\"xxx\\",\\n \\"TaskId\\": \\"vi_s_EbrXb716LyBpkfwxyX5xyh-1A6RY9\\",\\n \\"Score\\": 25,\\n \\"Suggestion\\": \\"review\\",\\n \\"ExtFeedback\\": \\"xxx\\",\\n \\"Url\\": \\"https://www.aliyuncs.com/xxx.png\\\\n\\",\\n \\"TimeStamp\\": \\"00:00:40-00:00:42\\",\\n \\"FrameCount\\": 20,\\n \\"ImageService\\": \\"baselineCheck\\",\\n \\"VoiceService\\": \\"live_stream_detection\\",\\n \\"ImageLabels\\": [\\n {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n ],\\n \\"VoiceLabels\\": [\\n {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n ],\\n \\"TextLabels\\": [\\n {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n ],\\n \\"VoiceScanOpened\\": true,\\n \\"Result\\": [\\n {\\n \\"Confidence\\": \\"50.0\\",\\n \\"Label\\": \\"politics\\",\\n \\"Description\\": \\"疑似色情内容\\"\\n }\\n ],\\n \\"Offset\\": 1,\\n \\"StartTime\\": \\"11\\",\\n \\"EndTime\\": \\"22\\",\\n \\"RiskTips\\": \\"色情服务\\",\\n \\"RiskWords\\": \\"色情_低俗词\\",\\n \\"Thumbnail\\": \\"https://www.aliyuncs.com/xxx.png\\",\\n \\"Extra\\": {},\\n \\"PageNum\\": 1,\\n \\"RiskLevel\\": \\"none\\",\\n \\"SensitiveLevel\\": \\"S0\\",\\n \\"AttackLevel\\": \\"none\\",\\n \\"RequestFrom\\": \\"online_test\\",\\n \\"ApiRequestTime\\": \\"1755501226\\",\\n \\"ReviewTime\\": \\"1755501226\\",\\n \\"ResourceType\\": \\"text\\",\\n \\"ApiTaskId\\": \\"xxx\\",\\n \\"ReviewLabels\\": \\"porn\\",\\n \\"ReviewRiskLevel\\": \\"high\\",\\n \\"ReviewUid\\": \\"xx\\",\\n \\"ApiLabels\\": \\"porn\\",\\n \\"ApiRiskLevel\\": \\"high\\",\\n \\"ApiService\\": \\"basecheckLine\\",\\n \\"ManualOnly\\": false,\\n \\"Reviewed\\": false,\\n \\"MaliciousFileLevel\\": \\"high\\",\\n \\"MaliciousUrlLevel\\": \\"high\\",\\n \\"AppId\\": \\"agent_01\\",\\n \\"GuardImageUrls\\": [\\n \\"https://xxx.jpg\\"\\n ],\\n \\"GuardFileUrls\\": [\\n \\"http://xxx.docx\\"\\n ],\\n \\"AccountId\\": \\"accountIdtest123\\",\\n \\"LiveId\\": \\"liveIdtest123\\",\\n \\"ImageUrls\\": [\\n \\"https://xxxx.001.jpg\\"\\n ]\\n }\\n ]\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Query Scan Results', + 'translator' => 'machine', + ], + 'GetServiceConf' => [ + 'summary' => 'Get a Single Service Configuration', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '161934', + 'abilityTreeNodes' => [ + 'FEATURElvwang78REFZ', + ], + 'autoTest' => true, + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ServiceCode', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => false, + 'example' => 'baselineCheck', + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'example' => 'image', + ], + ], + [ + 'name' => 'Scene', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Audit scenario.', + 'type' => 'string', + 'required' => false, + 'example' => 'pornographic', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ByDefault', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Query default configuration', + 'type' => 'boolean', + 'required' => false, + 'example' => 'False', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<CustomServiceConfigDTO<JSONObject>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Uid' => [ + 'description' => 'UID.', + 'type' => 'string', + 'example' => '17726*****370735', + ], + 'ResourceType' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'example' => 'image', + ], + 'ServiceCode' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'example' => 'baselineCheck', + ], + 'GmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'string', + 'example' => '2023-01-17 12:29:56', + ], + 'CustomServiceConf' => [ + 'description' => 'Service details', + 'type' => 'object', + 'example' => '{}', + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => 'Success indicator', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => 'Error code, consistent with HTTP status.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => '6CF2815C-****-****-B52E-FF6E2****492', + ], + 'Option' => [ + 'description' => 'Options.', + 'type' => 'object', + 'example' => '{}', + ], + 'Classify' => [ + 'description' => 'Classification.', + 'type' => 'string', + 'example' => 'guard-scene', + ], + 'ServiceType' => [ + 'description' => 'Service type.', + 'type' => 'string', + 'example' => 'plus', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Uid\\": \\"17726*****370735\\",\\n \\"ResourceType\\": \\"image\\",\\n \\"ServiceCode\\": \\"baselineCheck\\",\\n \\"GmtModified\\": \\"2023-01-17 12:29:56\\",\\n \\"CustomServiceConf\\": {},\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"6CF2815C-****-****-B52E-FF6E2****492\\",\\n \\"Option\\": {},\\n \\"Classify\\": \\"guard-scene\\",\\n \\"ServiceType\\": \\"plus\\"\\n}","type":"json"}]', + 'title' => 'Get Service Configuration', + 'translator' => 'machine', + ], + 'GetServiceConfig' => [ + 'summary' => 'Get a Single Service Configuration', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATURElvwang9SVL0Q', + 'FEATURElvwangL7LL9G', + ], + ], + 'parameters' => [ + [ + 'name' => 'ServiceCode', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => false, + 'example' => 'nickname_detection', + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'example' => 'text', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<CustomServiceConfigDTO>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'Uid' => [ + 'description' => 'UID.', + 'type' => 'string', + 'example' => '165379****31937', + ], + 'ResourceType' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'example' => 'text', + ], + 'ServiceCode' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'example' => 'nickname_detection', + ], + 'GmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'string', + 'example' => '2024-05-06 03:07:44', + ], + 'CustomServiceConf' => [ + 'description' => 'Custom service details', + 'type' => 'object', + 'properties' => [ + 'KeywordFilterLibs' => [ + 'description' => 'Ignore word libraries.', + 'type' => 'array', + 'items' => [ + 'description' => 'Ignore word libraries.', + 'type' => 'string', + 'example' => '["kwxxx"]', + ], + ], + 'KeywordHitLibs' => [ + 'description' => 'Hit word libraries.', + 'type' => 'array', + 'items' => [ + 'description' => 'Hit word libraries.', + 'type' => 'string', + 'example' => '["kwxxx1"]', + ], + ], + 'SimilarTextHitLibs' => [ + 'description' => 'Hit similar text libraries.', + 'type' => 'array', + 'items' => [ + 'description' => 'Hit similar text libraries.', + 'type' => 'string', + 'example' => '["stxxx"]', + ], + ], + 'ManualMachineConfig' => [ + 'description' => 'Human-machine review configuration.', + 'type' => 'object', + 'properties' => [ + 'Enable' => [ + 'description' => 'Whether to enable. Values:'."\n" + .'- **true**: Enabled'."\n" + .'- **false**: Disabled', + 'type' => 'boolean', + 'example' => 'true', + ], + 'AuditRiskLevels' => [ + 'description' => 'Risk levels.', + 'type' => 'array', + 'items' => [ + 'description' => 'Risk levels.', + 'type' => 'string', + 'example' => 'high', + ], + ], + 'ManualService' => [ + 'description' => 'Manual review service', + 'type' => 'string', + 'example' => 'imageManualCheck', + ], + 'CallbackId' => [ + 'description' => 'Callback notification ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '123', + ], + ], + ], + ], + ], + ], + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Error code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"Uid\\": \\"165379****31937\\",\\n \\"ResourceType\\": \\"text\\",\\n \\"ServiceCode\\": \\"nickname_detection\\",\\n \\"GmtModified\\": \\"2024-05-06 03:07:44\\",\\n \\"CustomServiceConf\\": {\\n \\"KeywordFilterLibs\\": [\\n \\"[\\\\\\"kwxxx\\\\\\"]\\"\\n ],\\n \\"KeywordHitLibs\\": [\\n \\"[\\\\\\"kwxxx1\\\\\\"]\\"\\n ],\\n \\"SimilarTextHitLibs\\": [\\n \\"[\\\\\\"stxxx\\\\\\"]\\"\\n ],\\n \\"ManualMachineConfig\\": {\\n \\"Enable\\": true,\\n \\"AuditRiskLevels\\": [\\n \\"high\\"\\n ],\\n \\"ManualService\\": \\"imageManualCheck\\",\\n \\"CallbackId\\": 123\\n }\\n }\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Get Service Configuration', + 'translator' => 'machine', + ], + 'GetUserBuyStatus' => [ + 'summary' => 'Get User Purchase Status', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '158310', + 'abilityTreeNodes' => [ + 'FEATURElvwangMSWOCX', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'CommodityCode', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Commodity code.', + 'type' => 'string', + 'required' => false, + 'example' => 'lvwang_public_cn', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<BuyStatusDTO>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'Buy' => [ + 'description' => 'Indicates whether the product has been activated on Alibaba Cloud.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Indebt' => [ + 'description' => 'Indicates whether there is an outstanding payment.', + 'type' => 'boolean', + 'example' => 'False', + ], + 'Bid' => [ + 'description' => 'Bid.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '26842', + ], + 'Tag' => [ + 'description' => 'Tag.', + 'type' => 'string', + 'example' => 'bailian', + ], + 'InstanceId' => [ + 'type' => 'string', + ], + ], + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Error code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'ID assigned by the backend to uniquely identify a request. It can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"Buy\\": true,\\n \\"Indebt\\": true,\\n \\"Bid\\": 26842,\\n \\"Tag\\": \\"bailian\\",\\n \\"InstanceId\\": \\"xxx-xxx-xxx\\"\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Get User Purchase Status', + 'translator' => 'machine', + ], + 'ListKeywordLibs' => [ + 'summary' => 'Keyword Library List', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '157043', + 'abilityTreeNodes' => [ + 'FEATURElvwangGBPV1P', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<List<KeywordLibVO>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'Uid' => [ + 'description' => 'UID.', + 'type' => 'string', + 'example' => '19964*****086772', + ], + 'LibId' => [ + 'description' => 'Library ID.', + 'type' => 'string', + 'example' => 'custom_xxxxx', + ], + 'LibName' => [ + 'description' => 'Library name.', + 'type' => 'string', + 'example' => '测试', + ], + 'KeywordCount' => [ + 'description' => 'Number of keywords.', + 'type' => 'string', + 'example' => '10', + ], + 'GmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'string', + 'example' => '2022-11-30 16:30:29', + ], + 'ServiceCodes' => [ + 'description' => 'Service codes.', + 'type' => 'string', + 'example' => 'service1,service2', + ], + ], + ], + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Error code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {\\n \\"Uid\\": \\"19964*****086772\\",\\n \\"LibId\\": \\"custom_xxxxx\\",\\n \\"LibName\\": \\"测试\\",\\n \\"KeywordCount\\": \\"10\\",\\n \\"GmtModified\\": \\"2022-11-30 16:30:29\\",\\n \\"ServiceCodes\\": \\"service1,service2\\"\\n }\\n ],\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Keyword Library List', + 'translator' => 'machine', + ], + 'ListOssCheckResult' => [ + 'summary' => 'query OSS scan result list', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '197375', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'StartDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start date.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-11 09:00:19', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'End date.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-24 10:01:55', + ], + ], + [ + 'name' => 'Status', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task status.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '4', + ], + ], + [ + 'name' => 'FinishNum', + 'in' => 'query', + 'schema' => [ + 'description' => 'Number of completed tasks.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '2', + ], + ], + [ + 'name' => 'Query', + 'in' => 'query', + 'schema' => [ + 'description' => 'Search condition.', + 'type' => 'string', + 'required' => false, + 'example' => '{"TaskId":"P_11TL5T"}', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'Sort', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'description' => 'Sort field.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'description' => '排序字段。', + 'example' => '{}', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<PageResponse<OssStockResultVO>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'TotalCount' => [ + 'description' => 'Total number of records.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '13', + ], + 'PageSize' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'CurrentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Items' => [ + 'description' => 'Data of the current page.', + 'type' => 'array', + 'items' => [ + 'description' => 'Data of the current page.', + 'type' => 'object', + 'properties' => [ + 'Bucket' => [ + 'description' => 'Storage space.', + 'type' => 'string', + 'example' => 'tmp', + ], + 'JobName' => [ + 'description' => 'Job name.', + 'type' => 'string', + 'example' => 'dhT20X2310', + ], + 'Object' => [ + 'description' => 'Object name.', + 'type' => 'string', + 'example' => '1713014531569_958.png.jpeg', + ], + 'Md5' => [ + 'description' => 'File MD5.', + 'type' => 'string', + 'example' => '54416c9b159df4a60ae03c04ccb94cb5', + ], + 'ServiceCode' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'example' => 'audio_media_detection_01', + ], + 'Code' => [ + 'description' => 'Error code, consistent with HTTP status.', + 'type' => 'string', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'Labels' => [ + 'description' => 'Image labels.', + 'type' => 'array', + 'items' => [ + 'description' => 'Image labels.', + 'type' => 'string', + 'example' => 'nonLabel', + ], + ], + 'Labels2' => [ + 'description' => 'Text labels.', + 'type' => 'array', + 'items' => [ + 'description' => 'Text labels.', + 'type' => 'string', + 'example' => 'nonLabel', + ], + ], + 'ScanResult' => [ + 'description' => 'Details of the result.', + 'type' => 'string', + 'example' => '{}', + ], + 'ImageUrl' => [ + 'description' => 'Image URL address.', + 'type' => 'string', + 'example' => 'http://www.aliyuncs.com/test.jpg', + ], + 'Url' => [ + 'description' => 'Task URL.', + 'type' => 'string', + 'example' => 'http://www.aliyuncs.com/test.mp3', + ], + 'TaskId' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'example' => 'EP6TI7_au_Zo25ITvCbkocNuF801QOQX', + ], + 'ServiceName' => [ + 'description' => 'Service name.', + 'type' => 'string', + 'example' => '服务名称', + ], + 'IsCopy' => [ + 'description' => 'Whether to copy.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'CopyFrom' => [ + 'description' => 'Primary service.', + 'type' => 'string', + 'example' => 'audio_media_detection', + ], + 'ContentType' => [ + 'description' => 'Audio and video detection type.', + 'type' => 'string', + 'example' => 'audio', + ], + 'RiskLevel0' => [ + 'description' => 'Overall risk level', + 'type' => 'string', + 'example' => 'low', + ], + 'RiskLevel' => [ + 'description' => 'Image risk level', + 'type' => 'string', + 'example' => 'high', + ], + 'RiskLevel2' => [ + 'description' => 'Text risk level', + 'type' => 'string', + 'example' => 'none', + ], + 'FreezeType' => [ + 'description' => 'Freeze type.', + 'type' => 'string', + 'example' => 'ACL', + ], + 'FreezeStatus' => [ + 'description' => 'Freeze status.', + 'type' => 'string', + 'example' => 'FREEZED', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"TotalCount\\": 13,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"Bucket\\": \\"tmp\\",\\n \\"JobName\\": \\"dhT20X2310\\",\\n \\"Object\\": \\"1713014531569_958.png.jpeg\\",\\n \\"Md5\\": \\"54416c9b159df4a60ae03c04ccb94cb5\\",\\n \\"ServiceCode\\": \\"audio_media_detection_01\\",\\n \\"Code\\": \\"200\\",\\n \\"Msg\\": \\"OK\\",\\n \\"Labels\\": [\\n \\"nonLabel\\"\\n ],\\n \\"Labels2\\": [\\n \\"nonLabel\\"\\n ],\\n \\"ScanResult\\": \\"{}\\",\\n \\"ImageUrl\\": \\"http://www.aliyuncs.com/test.jpg\\",\\n \\"Url\\": \\"http://www.aliyuncs.com/test.mp3\\",\\n \\"TaskId\\": \\"EP6TI7_au_Zo25ITvCbkocNuF801QOQX\\",\\n \\"ServiceName\\": \\"服务名称\\",\\n \\"IsCopy\\": true,\\n \\"CopyFrom\\": \\"audio_media_detection\\",\\n \\"ContentType\\": \\"audio\\",\\n \\"RiskLevel0\\": \\"low\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"RiskLevel2\\": \\"none\\",\\n \\"FreezeType\\": \\"ACL\\",\\n \\"FreezeStatus\\": \\"FREEZED\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query OSS Scan Result List', + 'translator' => 'machine', + ], + 'ModifyFeatureConfig' => [ + 'summary' => 'Save Feature Configuration', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '266678', + 'abilityTreeNodes' => [ + 'FEATURElvwangXKZ6SI', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ServiceCode', + 'in' => 'formData', + 'schema' => [ + 'description' => 'System-defined parameter. Value: **ModifyFeatureConfig**.', + 'type' => 'string', + 'required' => false, + 'example' => 'llm_query_moderation', + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'query', + 'type' => 'string', + 'required' => false, + 'example' => 'text', + ], + ], + [ + 'name' => 'Type', + 'in' => 'formData', + 'schema' => [ + 'description' => 'query', + 'type' => 'string', + 'required' => false, + 'example' => 'custom_llm_template', + ], + ], + [ + 'name' => 'Field', + 'in' => 'formData', + 'schema' => [ + 'description' => 'query', + 'type' => 'string', + 'required' => false, + 'example' => '__config__', + ], + ], + [ + 'name' => 'Config', + 'in' => 'formData', + 'schema' => [ + 'description' => 'query', + 'type' => 'string', + 'required' => false, + 'example' => '{}', + ], + ], + [ + 'name' => 'Description', + 'in' => 'formData', + 'schema' => [ + 'description' => 'query', + 'type' => 'string', + 'required' => false, + 'example' => '标签2', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'query', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse}', + 'description' => '{@link PortalResponse}', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'query', + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'Returned data', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Msg' => [ + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'success', + ], + 'Success' => [ + 'description' => 'Response message of this request.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Success indicator.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'Status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Msg\\": \\"success\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"HttpStatusCode\\": 200\\n}","type":"json"}]', + 'title' => 'Modify Feature Configuration', + 'translator' => 'machine', + ], + 'QueryCallback' => [ + 'summary' => 'Query a Single Callback Configuration', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '221459', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'Id', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '11234', + ], + ], + [ + 'name' => 'CheckForOss', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Query data under the OSS detection task.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse}', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Id' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '11234', + ], + 'GmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'string', + 'example' => '2022-11-30 16:30:29', + ], + 'GmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'string', + 'example' => '2024-06-03 15:20:14', + ], + 'Uid' => [ + 'description' => 'UID.', + 'type' => 'string', + 'example' => '19964*****086772', + ], + 'Name' => [ + 'description' => 'Name.', + 'type' => 'string', + 'example' => '回调通知', + ], + 'Url' => [ + 'description' => 'Callback URL.', + 'type' => 'string', + 'example' => 'https://www.aliyuncs.com', + ], + 'Seed' => [ + 'description' => 'Seed.', + 'type' => 'string', + 'example' => 'cb2MysbJTAAIf6gB3u4vpIEU-1ySnnf', + ], + 'CryptType' => [ + 'description' => 'Encryption algorithm.', + 'type' => 'string', + 'example' => 'SHA256', + ], + 'Scope' => [ + 'description' => 'Result scope.', + 'type' => 'string', + 'example' => 'all', + ], + 'ExistsOssCheckTask' => [ + 'description' => 'Whether there is an OSS detection task.', + 'type' => 'boolean', + 'example' => 'false', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Id\\": 11234,\\n \\"GmtCreate\\": \\"2022-11-30 16:30:29\\",\\n \\"GmtModified\\": \\"2024-06-03 15:20:14\\",\\n \\"Uid\\": \\"19964*****086772\\",\\n \\"Name\\": \\"回调通知\\",\\n \\"Url\\": \\"https://www.aliyuncs.com\\",\\n \\"Seed\\": \\"cb2MysbJTAAIf6gB3u4vpIEU-1ySnnf\\",\\n \\"CryptType\\": \\"SHA256\\",\\n \\"Scope\\": \\"all\\",\\n \\"ExistsOssCheckTask\\": false\\n}","type":"json"}]', + 'title' => 'Query Callback', + 'translator' => 'machine', + ], + 'UpdateScanResultFeedback' => [ + 'summary' => 'Feedback on Scan Results', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '169771', + 'abilityTreeNodes' => [ + 'FEATURElvwang78REFZ', + ], + ], + 'parameters' => [ + [ + 'name' => 'QueryRequestId', + 'in' => 'formData', + 'schema' => [ + 'title' => '请求ID', + 'description' => 'Request ID', + 'type' => 'string', + 'required' => false, + 'example' => '46232656-984E-****-A648-B1D0667B6C3E', + ], + ], + [ + 'name' => 'Feedback', + 'in' => 'formData', + 'schema' => [ + 'title' => '反馈', + 'description' => 'Feedback', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'missOut' => '违规漏过', + 'misreport' => '未违规误报', + ], + 'example' => 'missOut', + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'title' => '资源类型', + 'description' => 'Resource Type', + 'type' => 'string', + 'required' => false, + 'example' => 'text', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'RiskLevel', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Risk Level', + 'type' => 'string', + 'required' => false, + 'example' => 'high', + ], + ], + [ + 'name' => 'Labels', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Labels.', + 'type' => 'string', + 'required' => false, + 'example' => 'abuse', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Feedback on Scan Results', + 'translator' => 'machine', + ], + 'UpdateServiceConfig' => [ + 'summary' => '更新服务', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '157299', + 'abilityTreeNodes' => [ + 'FEATURElvwangXKZ6SI', + ], + 'autoTest' => true, + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ServiceCode', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'baselineCheck', + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'image', + ], + ], + [ + 'name' => 'KeywordFilterLibs', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '[]', + ], + ], + [ + 'name' => 'KeywordHitLibs', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '[]', + ], + ], + [ + 'name' => 'Scene', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'pornographic', + ], + ], + [ + 'name' => 'SceneConfig', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{}', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'VideoConfig', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{}', + ], + ], + [ + 'name' => 'FileConfig', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{}', + ], + ], + [ + 'name' => 'ManualMachineConfig', + 'in' => 'formData', + 'schema' => [ + 'type' => 'string', + ], + ], + [ + 'name' => 'ServiceConfig', + 'in' => 'formData', + 'schema' => [ + 'type' => 'string', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => '', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => '', + 'type' => 'string', + 'example' => 'OK', + ], + 'HttpStatusCode' => [ + 'title' => 'http状态码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'GetKeywordImportResult' => [ + 'summary' => 'Query the result of keyword import', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + ], + 'parameters' => [ + [ + 'name' => 'TaskId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'xxx-xxx', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<AddKeywordsResultVO>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'Progress' => [ + 'description' => 'Task progress percentage.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'LibId' => [ + 'description' => 'Keyword library ID.', + 'type' => 'string', + 'example' => 'customxx_xxx', + ], + 'I18nKey' => [ + 'description' => 'Internationalization key.', + 'type' => 'string', + 'example' => 'xxx', + ], + 'Tips' => [ + 'description' => 'Tips message.', + 'type' => 'string', + 'example' => 'xxx', + ], + 'TotalCount' => [ + 'description' => 'Total count.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'SuccessCount' => [ + 'description' => 'Success count.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '8', + ], + 'RepeatCount' => [ + 'description' => 'Repeat count.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'InvalidCount' => [ + 'description' => 'Invalid count.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'RepeatKeywords' => [ + 'description' => 'List of repeated keywords.', + 'type' => 'array', + 'items' => [ + 'description' => 'List of repeated keywords.', + 'type' => 'string', + 'example' => '重复关键词', + ], + ], + 'InvalidKeywords' => [ + 'description' => 'List of invalid keywords.', + 'type' => 'array', + 'items' => [ + 'description' => 'List of invalid keywords.', + 'type' => 'string', + 'example' => '不合法关键词', + ], + ], + 'IllegalLengthKeywords' => [ + 'description' => 'List of keywords with illegal length (too long or too short).', + 'type' => 'array', + 'items' => [ + 'description' => 'List of keywords with illegal length (too long or too short).', + 'type' => 'string', + 'example' => '过短关键词', + ], + ], + ], + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Error code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'ID assigned by the backend to uniquely identify a request, which can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"Progress\\": 100,\\n \\"LibId\\": \\"customxx_xxx\\",\\n \\"I18nKey\\": \\"xxx\\",\\n \\"Tips\\": \\"xxx\\",\\n \\"TotalCount\\": 10,\\n \\"SuccessCount\\": 8,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1,\\n \\"RepeatKeywords\\": [\\n \\"重复关键词\\"\\n ],\\n \\"InvalidKeywords\\": [\\n \\"不合法关键词\\"\\n ],\\n \\"IllegalLengthKeywords\\": [\\n \\"过短关键词\\"\\n ]\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Query Keyword Import Result', + 'translator' => 'machine', + ], + 'UpdateKeywordLib' => [ + 'summary' => 'Edit Keyword Library', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '157975', + 'abilityTreeNodes' => [ + 'FEATURElvwangGBPV1P', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Library ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'custom_xxxx', + ], + ], + [ + 'name' => 'LibName', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Keyword library name.', + 'type' => 'string', + 'required' => false, + 'example' => '测试库', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Error code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Edit Keyword Library', + 'translator' => 'machine', + ], + 'GetKeywordLib' => [ + 'summary' => 'Keyword Library Information', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '157047', + 'abilityTreeNodes' => [ + 'FEATURElvwangGBPV1P', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Keyword library ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'customxx_xxx', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<KeywordLibVO>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data content.', + 'type' => 'object', + 'properties' => [ + 'Uid' => [ + 'description' => 'Primary account ID', + 'type' => 'string', + 'example' => '1825457112123838', + ], + 'LibId' => [ + 'description' => 'Keyword library ID.', + 'type' => 'string', + 'example' => 'customxx_xxx', + ], + 'LibName' => [ + 'description' => 'Library name', + 'type' => 'string', + 'example' => '测试词库', + ], + 'KeywordCount' => [ + 'description' => 'Number of keywords.', + 'type' => 'string', + 'example' => '100', + ], + 'GmtModified' => [ + 'description' => 'Last modified time.', + 'type' => 'string', + 'example' => '2024-01-29 10:26:00', + ], + ], + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Error code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"Uid\\": \\"1825457112123838\\",\\n \\"LibId\\": \\"customxx_xxx\\",\\n \\"LibName\\": \\"测试词库\\",\\n \\"KeywordCount\\": \\"100\\",\\n \\"GmtModified\\": \\"2024-01-29 10:26:00\\"\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Get Keyword Library Information', + 'translator' => 'machine', + ], + 'GetUploadInfo' => [ + 'summary' => 'Get the corresponding information for file upload', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '158637', + 'abilityTreeNodes' => [ + 'FEATURElvwang78REFZ', + ], + ], + 'parameters' => [ + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'example' => 'image', + 'default' => 'text', + ], + ], + [ + 'name' => 'Name', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Upload name.', + 'type' => 'string', + 'required' => false, + 'example' => '测试', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'UploadFileSettingResponse', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'AccessId' => [ + 'description' => 'Upload authorization ID.', + 'type' => 'string', + 'example' => 'LTAI5t9HM*****EXQmw3DVH', + ], + 'Policy' => [ + 'description' => 'OSS upload file Policy.', + 'type' => 'string', + 'example' => 'xxxx', + ], + 'Signature' => [ + 'description' => 'Upload signature information.', + 'type' => 'string', + 'example' => 'iyu7VHblYj+mEF9p46cdGOlNPAw=', + ], + 'Folder' => [ + 'title' => '最好含有用户ID', + 'description' => 'Folder name.', + 'type' => 'string', + 'example' => 'image/upload/xxx'."\n", + ], + 'Key' => [ + 'description' => 'Key used for uploading files.', + 'type' => 'string', + 'example' => 'image/upload/xxx', + ], + 'Host' => [ + 'description' => 'Upload host.', + 'type' => 'string', + 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com', + ], + 'Name' => [ + 'title' => '前端上传图片使用', + 'description' => 'Used for front-end image upload.', + 'type' => 'string', + 'example' => '测试', + ], + 'Expire' => [ + 'title' => '单位秒', + 'description' => 'In seconds.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '900', + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => 'Error code, consistent with HTTP status.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'HttpStatusCode' => [ + 'title' => 'http状态码', + 'description' => 'HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessId\\": \\"LTAI5t9HM*****EXQmw3DVH\\",\\n \\"Policy\\": \\"xxxx\\",\\n \\"Signature\\": \\"iyu7VHblYj+mEF9p46cdGOlNPAw=\\",\\n \\"Folder\\": \\"image/upload/xxx\\\\n\\",\\n \\"Key\\": \\"image/upload/xxx\\",\\n \\"Host\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com\\",\\n \\"Name\\": \\"测试\\",\\n \\"Expire\\": 900,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Get the corresponding information for file upload', + 'translator' => 'machine', + ], + 'ListServiceConfigs' => [ + 'summary' => 'Get Service List', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '157042', + 'abilityTreeNodes' => [ + 'FEATURElvwang8G4HBD', + ], + ], + 'parameters' => [ + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'voice' => '音频', + 'image' => '图片', + 'file' => '文档', + 'text' => '文本', + 'video' => '视频', + ], + 'example' => 'text', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'Classify', + 'in' => 'query', + 'schema' => [ + 'description' => 'Category.', + 'type' => 'string', + 'required' => false, + 'example' => 'guard-scene', + ], + ], + [ + 'name' => 'UseStatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Usage status.', + 'type' => 'string', + 'required' => false, + 'example' => 'in', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<List<CustomServiceConfigDTO>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'Uid' => [ + 'description' => 'UID.', + 'type' => 'string', + 'example' => '1674*****0071291', + ], + 'ResourceType' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'example' => 'text', + ], + 'ServiceCode' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'example' => 'nickname_detection', + ], + 'GmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'string', + 'example' => '2023-07-11 15:40:04', + ], + 'CopyFrom' => [ + 'description' => 'Main service.', + 'type' => 'string', + 'example' => 'nickname_detection', + ], + 'CustomServiceConf' => [ + 'description' => 'Service configuration.', + 'type' => 'object', + 'properties' => [ + 'KeywordFilterLibs' => [ + 'description' => 'Ignored word libraries.', + 'type' => 'array', + 'items' => [ + 'description' => 'Ignored word libraries.', + 'type' => 'string', + 'example' => '[]', + ], + ], + 'KeywordHitLibs' => [ + 'description' => 'Hit word libraries.', + 'type' => 'array', + 'items' => [ + 'description' => 'Hit word libraries.', + 'type' => 'string', + 'example' => '[]', + ], + ], + 'SimilarTextHitLibs' => [ + 'description' => 'Hit similar text libraries.', + 'type' => 'array', + 'items' => [ + 'description' => 'Hit similar text libraries.', + 'type' => 'string', + 'example' => '[]', + ], + ], + 'ImageService' => [ + 'description' => 'Image services.', + 'type' => 'array', + 'items' => [ + 'description' => 'Image services.', + 'type' => 'string', + 'example' => 'baselineCheck', + ], + ], + 'AudioService' => [ + 'description' => 'Audio service.', + 'type' => 'string', + 'example' => 'audio_media_detection', + ], + 'Rules' => [ + 'description' => 'Service rules', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Index' => [ + 'description' => 'Index.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'ImageScanRule' => [ + 'description' => 'Image review rule.', + 'type' => 'object', + 'properties' => [ + 'Services' => [ + 'description' => 'Image services.', + 'type' => 'array', + 'items' => [ + 'description' => 'Image services.', + 'type' => 'string', + 'example' => 'baselineCheck', + ], + ], + ], + ], + 'TextScanRule' => [ + 'description' => 'Text review rule.', + 'type' => 'object', + 'properties' => [ + 'Services' => [ + 'description' => 'Text services.', + 'type' => 'array', + 'items' => [ + 'description' => 'Text services.', + 'type' => 'string', + 'example' => 'nickname_detection', + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'ServiceName' => [ + 'description' => 'Service name.', + 'type' => 'string', + 'example' => '服务名称', + ], + 'ServiceDesc' => [ + 'description' => 'Service description.', + 'type' => 'string', + 'example' => '服务描述', + ], + 'Option' => [ + 'description' => 'Options.', + 'type' => 'object', + 'example' => '{}', + ], + 'ServiceType' => [ + 'description' => 'Service type.', + 'type' => 'string', + 'example' => 'plus', + ], + 'Classify' => [ + 'description' => 'Category.', + 'type' => 'string', + 'example' => 'guard-scene', + ], + 'UseStatus' => [ + 'description' => 'Usage status', + 'type' => 'string', + 'example' => 'in', + ], + ], + ], + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Error code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '400', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {\\n \\"Uid\\": \\"1674*****0071291\\",\\n \\"ResourceType\\": \\"text\\",\\n \\"ServiceCode\\": \\"nickname_detection\\",\\n \\"GmtModified\\": \\"2023-07-11 15:40:04\\",\\n \\"CopyFrom\\": \\"nickname_detection\\",\\n \\"CustomServiceConf\\": {\\n \\"KeywordFilterLibs\\": [\\n \\"[]\\"\\n ],\\n \\"KeywordHitLibs\\": [\\n \\"[]\\"\\n ],\\n \\"SimilarTextHitLibs\\": [\\n \\"[]\\"\\n ],\\n \\"ImageService\\": [\\n \\"baselineCheck\\"\\n ],\\n \\"AudioService\\": \\"audio_media_detection\\",\\n \\"Rules\\": [\\n {\\n \\"Index\\": 1,\\n \\"ImageScanRule\\": {\\n \\"Services\\": [\\n \\"baselineCheck\\"\\n ]\\n },\\n \\"TextScanRule\\": {\\n \\"Services\\": [\\n \\"nickname_detection\\"\\n ]\\n }\\n }\\n ]\\n },\\n \\"ServiceName\\": \\"服务名称\\",\\n \\"ServiceDesc\\": \\"服务描述\\",\\n \\"Option\\": {},\\n \\"ServiceType\\": \\"plus\\",\\n \\"Classify\\": \\"guard-scene\\",\\n \\"UseStatus\\": \\"in\\"\\n }\\n ],\\n \\"Success\\": true,\\n \\"Code\\": 400,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Get Rule Configuration List', + 'translator' => 'machine', + ], + 'GetTextScanResult' => [ + 'summary' => 'Query the invocation result', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '157044', + 'abilityTreeNodes' => [ + 'FEATURElvwangL296SE', + ], + ], + 'parameters' => [ + [ + 'name' => 'StartDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Start date and time.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-11 09:00:19', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'End date and time.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-24 10:01:55', + ], + ], + [ + 'name' => 'Query', + 'in' => 'formData', + 'style' => 'json', + 'schema' => [ + 'description' => 'Search criteria.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'example' => '{}', + 'description' => '搜索条件。', + ], + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'Sort', + 'in' => 'formData', + 'style' => 'json', + 'schema' => [ + 'description' => 'Sort fields.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'example' => '{}', + 'description' => '排序字段。', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<PortalPageResponse<TextScanResultVO>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'TotalCount' => [ + 'description' => 'Total number of records.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '5', + ], + 'PageSize' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '20', + ], + 'CurrentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Items' => [ + 'description' => 'Data for the current page.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'GmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'string', + 'example' => '2023-07-11 14:21:36', + ], + 'Content' => [ + 'description' => 'Content.', + 'type' => 'string', + 'example' => '测试内容', + ], + 'TaskId' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'example' => 'txtwkgb******AsYNXoJswy-1Aa1Qk', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'RequestTime' => [ + 'description' => 'Request time.', + 'type' => 'string', + 'example' => '2023-07-11 14:21:36'."\n", + ], + 'ServiceCode' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'example' => 'nickname_detection', + ], + 'ScanResult' => [ + 'description' => 'Details of the result.', + 'type' => 'string', + 'example' => '{}', + ], + 'Labels' => [ + 'description' => 'Labels.', + 'type' => 'string', + 'example' => 'nonLabel', + ], + 'Score' => [ + 'description' => 'Score.', + 'type' => 'number', + 'format' => 'float', + 'example' => '20', + ], + 'Suggestion' => [ + 'description' => 'Suggestion for handling.', + 'type' => 'string', + 'example' => 'review', + ], + 'ExtFeedback' => [ + 'description' => 'Feedback information.', + 'type' => 'string', + 'example' => 'miss', + ], + 'Extra' => [ + 'description' => 'Spare parameters.', + 'type' => 'object', + 'example' => '{}', + ], + 'Result' => [ + 'description' => 'Detection results.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'Label.', + 'type' => 'string', + 'example' => 'political_n', + ], + 'Confidence' => [ + 'description' => 'Confidence score, ranging from 0 to 100, with two decimal places retained.', + 'type' => 'number', + 'format' => 'float', + 'example' => '25.0', + ], + 'Description' => [ + 'description' => 'Description.', + 'type' => 'string', + 'example' => '疑似色情内容', + ], + ], + ], + ], + 'BailianRequestId' => [ + 'description' => 'Bailian Request ID', + 'type' => 'string', + 'example' => 'xxx', + ], + 'RiskLevel' => [ + 'description' => 'Risk level, returned based on the set high and low risk scores. The return values include:'."\n" + ."\n" + .'- high: High risk'."\n" + ."\n" + .'- medium: Medium risk'."\n" + .' '."\n" + .'- low: Low risk'."\n" + ."\n" + .'- none: No risk detected', + 'type' => 'string', + 'example' => 'none', + ], + 'AccountId' => [ + 'title' => '客户入参AccountId', + 'type' => 'string', + ], + 'DataId' => [ + 'title' => '客户入参DataId', + 'type' => 'string', + ], + ], + ], + ], + ], + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Error code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'ID assigned by the backend to uniquely identify a request. It can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"TotalCount\\": 5,\\n \\"PageSize\\": 20,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"GmtCreate\\": \\"2023-07-11 14:21:36\\",\\n \\"Content\\": \\"测试内容\\",\\n \\"TaskId\\": \\"txtwkgb******AsYNXoJswy-1Aa1Qk\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"RequestTime\\": \\"2023-07-11 14:21:36\\\\n\\",\\n \\"ServiceCode\\": \\"nickname_detection\\",\\n \\"ScanResult\\": \\"{}\\",\\n \\"Labels\\": \\"nonLabel\\",\\n \\"Score\\": 20,\\n \\"Suggestion\\": \\"review\\",\\n \\"ExtFeedback\\": \\"miss\\",\\n \\"Extra\\": {},\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"political_n\\",\\n \\"Confidence\\": 25,\\n \\"Description\\": \\"疑似色情内容\\"\\n }\\n ],\\n \\"BailianRequestId\\": \\"xxx\\",\\n \\"RiskLevel\\": \\"none\\",\\n \\"AccountId\\": \\"accountIdtest123\\",\\n \\"DataId\\": \\"xxxx\\"\\n }\\n ]\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Query Text Detection Results', + 'translator' => 'machine', + ], + 'AddKeywords' => [ + 'summary' => 'Add keywords', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '157048', + 'abilityTreeNodes' => [ + 'FEATURElvwangGBPV1P', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The id of keyword library.', + 'type' => 'string', + 'required' => false, + 'example' => 'customxx_xxxx', + ], + ], + [ + 'name' => 'Keywords', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The keywords to be added.', + 'type' => 'string', + 'required' => false, + 'example' => 'keywords', + ], + ], + [ + 'name' => 'KeywordsObject', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The name of the keyword file.', + 'type' => 'string', + 'required' => false, + 'example' => 'upload/1e5353c0-0d91-40ba-9d41-ae7abd3fe561.txt'."\n", + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<AddKeywordsResult>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'LibId' => [ + 'description' => 'The ID of the keyword library.', + 'type' => 'string', + 'example' => 'customxx_xxxx', + ], + 'TaskId' => [ + 'description' => 'The task ID.'."\n", + 'type' => 'string', + 'example' => 'xxxxx-xxxxx', + ], + 'KeywordsResult' => [ + 'description' => 'Result.', + 'type' => 'object', + 'properties' => [ + 'Progress' => [ + 'description' => 'The progress percentage of the task.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'LibId' => [ + 'description' => 'The keyword library ID.', + 'type' => 'string', + 'example' => 'customxx_xxxx', + ], + 'I18nKey' => [ + 'description' => 'Internationalization key.', + 'type' => 'string', + 'example' => 'xxx', + ], + 'Tips' => [ + 'description' => 'The tips.', + 'type' => 'string', + 'example' => 'xxxxx', + ], + 'TotalCount' => [ + 'description' => 'The total count of the keywords.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '8', + ], + 'SuccessCount' => [ + 'description' => 'The success count of the keywords.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'RepeatCount' => [ + 'description' => 'Duplicate keyword count', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'InvalidCount' => [ + 'description' => 'Invalid keyword count', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'RepeatKeywords' => [ + 'description' => 'List of duplicate keywords', + 'type' => 'array', + 'items' => [ + 'description' => 'Duplicate keywords', + 'type' => 'string', + 'example' => 'duplicate_keyword', + ], + ], + 'InvalidKeywords' => [ + 'description' => 'List of invalid keywords', + 'type' => 'array', + 'items' => [ + 'description' => 'Invalid keywords', + 'type' => 'string', + 'example' => 'invalid_keyword', + ], + ], + 'IllegalLengthKeywords' => [ + 'description' => 'List of keywords that are too long or too short.', + 'type' => 'array', + 'items' => [ + 'description' => 'Keywords that are too long or too short.', + 'type' => 'string', + 'example' => 'keyword', + ], + ], + ], + ], + ], + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Return code. A return of 200 represents success.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'The message that is returned in response to the request.'."\n", + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"LibId\\": \\"customxx_xxxx\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"KeywordsResult\\": {\\n \\"Progress\\": 100,\\n \\"LibId\\": \\"customxx_xxxx\\",\\n \\"I18nKey\\": \\"xxx\\",\\n \\"Tips\\": \\"xxxxx\\",\\n \\"TotalCount\\": 8,\\n \\"SuccessCount\\": 6,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1,\\n \\"RepeatKeywords\\": [\\n \\"重复关键词\\\\n\\"\\n ],\\n \\"InvalidKeywords\\": [\\n \\"非法关键词\\\\n\\"\\n ],\\n \\"IllegalLengthKeywords\\": [\\n \\"过短关键词\\\\n\\"\\n ]\\n }\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Add keywords', + ], + 'ListKeywords' => [ + 'summary' => 'Query Keyword List', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Library ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'custom_xxxx', + ], + ], + [ + 'name' => 'Word', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Keyword.', + 'type' => 'string', + 'required' => false, + 'example' => '测试词', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'Sort', + 'in' => 'formData', + 'style' => 'json', + 'schema' => [ + 'description' => 'Sort field.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'example' => '{}', + 'description' => '排序字段。', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<PortalPageResponse<KeywordSampleVO>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'TotalCount' => [ + 'description' => 'Total count.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '23', + ], + 'PageSize' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '20', + ], + 'CurrentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Items' => [ + 'description' => 'Data of the current page.', + 'type' => 'array', + 'items' => [ + 'description' => 'Data of the current page.', + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '112', + ], + 'GmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'string', + 'example' => '2023-06-03 14:43:03', + ], + 'GmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'string', + 'example' => '2023-06-03 14:43:03', + ], + 'KeywordLibId' => [ + 'description' => 'Keyword library ID.', + 'type' => 'string', + 'example' => 'custom_xxxx', + ], + 'KeywordMd5Id' => [ + 'description' => 'Keyword data ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '4205334', + ], + 'Word' => [ + 'description' => 'Keyword.', + 'type' => 'string', + 'example' => '测试词', + ], + ], + ], + ], + ], + ], + 'Success' => [ + 'description' => 'Success flag.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Error code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"TotalCount\\": 23,\\n \\"PageSize\\": 20,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"Id\\": 112,\\n \\"GmtCreate\\": \\"2023-06-03 14:43:03\\",\\n \\"GmtModified\\": \\"2023-06-03 14:43:03\\",\\n \\"KeywordLibId\\": \\"custom_xxxx\\",\\n \\"KeywordMd5Id\\": 4205334,\\n \\"Word\\": \\"测试词\\"\\n }\\n ]\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Query Keyword List', + 'translator' => 'machine', + ], + 'DeleteKeyword' => [ + 'summary' => 'Delete keyword', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '157037', + 'abilityTreeNodes' => [ + 'FEATURElvwangGBPV1P', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Library id', + 'type' => 'string', + 'required' => false, + 'example' => 'customxx_xxxx', + ], + ], + [ + 'name' => 'KeywordIds', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The ids of keywords.', + 'type' => 'string', + 'required' => false, + 'example' => '[16754493]', + ], + ], + [ + 'name' => 'KeywordIdList', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The ids\' list of keywords.', + 'type' => 'string', + 'required' => false, + 'example' => '[6715465]', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'boolean', + 'example' => 'True', + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'The returned status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Response message for this request.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'The request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Delete keyword', + ], + 'ExportKeyword' => [ + 'summary' => 'Export Keywords', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '158882', + 'abilityTreeNodes' => [ + 'FEATURElvwangGBPV1P', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Keyword library ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'customxx_xxxx', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<String>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Export result.', + 'type' => 'string', + 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/console_data/export/production/keyword/export_keywordO4ee1Bok1R8IIDVpcT9viU-1xxWr', + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Error code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/console_data/export/production/keyword/export_keywordO4ee1Bok1R8IIDVpcT9viU-1xxWr\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Export Keywords', + 'translator' => 'machine', + ], + 'ExportTextScanResult' => [ + 'summary' => 'Export text scan results, Excel file', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '157038', + 'abilityTreeNodes' => [ + 'FEATURElvwangL296SE', + ], + ], + 'parameters' => [ + [ + 'name' => 'StartDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Start time of the query, in the format yyyy-MM-dd HH:mm:ss.', + 'type' => 'string', + 'required' => false, + 'example' => '2024-03-10 10:00:00', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'End time of the query, in the format yyyy-MM-dd HH:mm:ss.', + 'type' => 'string', + 'required' => false, + 'example' => '2024-03-11 10:00:00', + ], + ], + [ + 'name' => 'Query', + 'in' => 'formData', + 'style' => 'json', + 'schema' => [ + 'description' => 'Query conditions.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'description' => '', + 'example' => '{"RequestId":"8488665D-32D3-5DD6-8BF1-B4DE2******"}', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'oss链接', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Exported results.', + 'type' => 'string', + 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/portal_data/production/scanResult/text/textScanResult_aliow2MAdWXCakCxlitVY8Lnn-1A9KEw.xlsx', + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Error code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/portal_data/production/scanResult/text/textScanResult_aliow2MAdWXCakCxlitVY8Lnn-1A9KEw.xlsx\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Export Text Detection Results', + 'translator' => 'machine', + ], + 'DeleteKeywordLib' => [ + 'summary' => 'Delete Keyword Library', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '157040', + 'abilityTreeNodes' => [ + 'FEATURElvwangGBPV1P', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Keyword library ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'customxx_xxxx', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Success' => [ + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Error code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Delete Keyword Library', + 'translator' => 'machine', + ], + 'UpdateImageLibFreeInspection' => [ + 'summary' => 'Edit Image Library Free Inspection Configuration', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '159537', + 'abilityTreeNodes' => [ + 'FEATURElvwang7CSAZW', + ], + ], + 'parameters' => [ + [ + 'name' => 'Config', + 'in' => 'formData', + 'style' => 'json', + 'schema' => [ + 'description' => 'Configuration.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'integer', + 'format' => 'int32', + 'description' => '配置。', + 'example' => '{}', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Return result.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => 'Error code, consistent with the HTTP status.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'HttpStatusCode' => [ + 'title' => 'http状态码', + 'description' => 'HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Edit Image Library Free Inspection Configuration', + 'translator' => 'machine', + ], + 'AddImages2Lib' => [ + 'summary' => 'Add image to image lib', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '159538', + 'abilityTreeNodes' => [ + 'FEATURElvwangYDUT0K', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The ID of image library.', + 'type' => 'string', + 'required' => false, + 'example' => 'xxx', + ], + ], + [ + 'name' => 'ImgUrl', + 'in' => 'formData', + 'schema' => [ + 'description' => 'URL of the image to be uploaded.', + 'type' => 'string', + 'required' => false, + 'example' => 'upload/ea7a98f9-f8bd-4905-a79b-963c9da419c5.jpg', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'ImgId' => [ + 'description' => 'The id of the uploaded image.', + 'type' => 'string', + 'example' => '100001', + ], + ], + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => 'Status code', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => 'The message that is returned in response to the request.', + 'type' => 'string', + 'example' => 'OK', + ], + 'HttpStatusCode' => [ + 'title' => 'http状态码', + 'description' => 'HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'The request ID, which is used to locate and troubleshoot issues.'."\n", + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"ImgId\\": \\"100001\\"\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Add image to image lib', + ], + 'ListImagesFromLib' => [ + 'summary' => 'Paged Image List', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '159539', + 'abilityTreeNodes' => [ + 'FEATURElvwangYDUT0K', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Gallery ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'custom_xxxx', + ], + ], + [ + 'name' => 'ImgId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Image ID.', + 'type' => 'string', + 'required' => false, + 'example' => '112', + ], + ], + [ + 'name' => 'StartDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Start date.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-11 09:00:19', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'End date.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-24 10:01:55', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'Sort', + 'in' => 'formData', + 'style' => 'json', + 'schema' => [ + 'description' => 'Sort field.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'description' => '排序字段。', + 'example' => '{}', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<PortalPageResponse<SimilarImageSampleVO>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'TotalCount' => [ + 'description' => 'Total number of images.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'PageSize' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'CurrentPage' => [ + 'description' => 'Current page.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Items' => [ + 'description' => 'Data of the current page.', + 'type' => 'array', + 'items' => [ + 'description' => 'Data of the current page.', + 'type' => 'object', + 'properties' => [ + 'GmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'string', + 'example' => '2022-11-30 16:30:29', + ], + 'ImageId' => [ + 'description' => 'Image ID.', + 'type' => 'string', + 'example' => '112', + ], + 'ImageUrl' => [ + 'description' => 'Image URL.', + 'type' => 'string', + 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/image/upload/IMG_2123.jpg', + ], + 'ThumbnailUrl' => [ + 'description' => 'Thumbnail URL.', + 'type' => 'string', + 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/image/upload/IMG_2123.jpg', + ], + ], + ], + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => 'Error code, consistent with HTTP status.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'HttpStatusCode' => [ + 'title' => 'http状态码', + 'description' => 'HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 10,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"GmtCreate\\": \\"2022-11-30 16:30:29\\",\\n \\"ImageId\\": \\"112\\",\\n \\"ImageUrl\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/image/upload/IMG_2123.jpg\\",\\n \\"ThumbnailUrl\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/image/upload/IMG_2123.jpg\\"\\n }\\n ],\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'List of Images in the Library', + 'translator' => 'machine', + ], + 'AddImageLib' => [ + 'summary' => 'Create Image Library', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '159536', + 'abilityTreeNodes' => [ + 'FEATURElvwangYDUT0K', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibName', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The name of image library', + 'type' => 'string', + 'required' => false, + 'example' => 'test_image_lib', + ], + ], + [ + 'name' => 'Comment', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The remarks of the image library.', + 'type' => 'string', + 'required' => false, + 'example' => 'Explicit_Content_Blacklist_Image_lib', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The region ID.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'boolean', + 'example' => 'True', + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => 'Success indicator', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => 'Return code. A return of 200 represents success.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => 'The message that is returned in response to the request.'."\n", + 'type' => 'string', + 'example' => 'OK', + ], + 'HttpStatusCode' => [ + 'title' => 'http状态码', + 'description' => 'HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Create Image Lib', + ], + 'ExportScanResult' => [ + 'summary' => 'Export scan results, Excel file', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '160496', + 'abilityTreeNodes' => [ + 'FEATURElvwangL296SE', + ], + ], + 'parameters' => [ + [ + 'name' => 'StartDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Start time of the query, in the format yyyy-MM-dd HH:mm:ss.', + 'type' => 'string', + 'required' => false, + 'example' => '2024-03-10 10:00:00', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'End time of the query, in the format yyyy-MM-dd HH:mm:ss.', + 'type' => 'string', + 'required' => false, + 'example' => '2024-03-11 10:00:00', + ], + ], + [ + 'name' => 'Query', + 'in' => 'formData', + 'style' => 'json', + 'schema' => [ + 'description' => 'Query content.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'description' => '查询条件。', + 'example' => '{"RequestId":"D83A46FF-9EA6-1477-A0C3-C8XXXXX****"}', + ], + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'voice' => '音频', + 'image' => '图片', + 'file' => '文档', + 'text' => '文本', + 'video' => '视频', + ], + 'example' => 'text', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '20', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'Sort', + 'in' => 'formData', + 'style' => 'json', + 'schema' => [ + 'description' => 'Sort fields.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'example' => '{"RequestTime":"desc"}', + 'description' => '排序字段。', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'oss链接', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Exported result.', + 'type' => 'string', + 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/portal_data/production/scanResult/text/textScanResult_aliow2MAdWXCakCxlitVY8Lnn-1A9KEw.xlsx', + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => 'Success indicator', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => 'Error code, consistent with HTTP status.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'HttpStatusCode' => [ + 'title' => 'http状态码', + 'description' => 'HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/portal_data/production/scanResult/text/textScanResult_aliow2MAdWXCakCxlitVY8Lnn-1A9KEw.xlsx\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Export Scan Results', + 'translator' => 'machine', + ], + 'ListImageLib' => [ + 'summary' => 'Image Library List', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '159540', + 'abilityTreeNodes' => [ + 'FEATURElvwangYDUT0K', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<ListImageLibResult>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'LibList' => [ + 'description' => 'List of image library information.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'LibId' => [ + 'description' => 'Library ID.', + 'type' => 'string', + 'example' => 'custom_xxxx', + ], + 'LibName' => [ + 'description' => 'Library name.', + 'type' => 'string', + 'example' => '测试', + ], + 'ImageNum' => [ + 'description' => 'Number of images in the library.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'FreeInspection' => [ + 'description' => 'Exempt from inspection configuration.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Comment' => [ + 'description' => 'Comment.', + 'type' => 'string', + 'example' => '备注', + ], + 'GmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'string', + 'example' => '2024-06-03 15:20:14', + ], + 'GmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'string', + 'example' => '2024-06-03 15:20:14', + ], + ], + ], + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => 'Error code, consistent with HTTP status.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'HttpStatusCode' => [ + 'title' => 'http状态码', + 'description' => 'HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"LibList\\": [\\n {\\n \\"LibId\\": \\"custom_xxxx\\",\\n \\"LibName\\": \\"测试\\",\\n \\"ImageNum\\": 1,\\n \\"FreeInspection\\": 1,\\n \\"Comment\\": \\"备注\\",\\n \\"GmtCreate\\": \\"2024-06-03 15:20:14\\",\\n \\"GmtModified\\": \\"2024-06-03 15:20:14\\"\\n }\\n ],\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Image Library List', + 'translator' => 'machine', + ], + 'DeleteImagesFromLib' => [ + 'summary' => 'Delete images from library.', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Library ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'customxx_xxxx', + ], + ], + [ + 'name' => 'ImageIds', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The IDs of the images.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '[158794]', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'boolean', + 'example' => 'True', + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => 'Success indicator.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => 'Status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => 'The message that is returned in response to the request.'."\n", + 'type' => 'string', + 'example' => 'OK', + ], + 'HttpStatusCode' => [ + 'title' => 'http状态码', + 'description' => 'HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'The request ID, which is used to locate and troubleshoot issues.'."\n", + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Delete images from library', + ], + 'GetImageSceneLabelConf' => [ + 'summary' => 'Get Image Rule Label Information', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '160095', + 'abilityTreeNodes' => [ + 'FEATURElvwangE704W7', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<List<Pair<String, Object>>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'example' => '{}', + ], + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => 'Success indicator', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => 'Error code, consistent with the HTTP status.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'HttpStatusCode' => [ + 'title' => 'http状态码', + 'description' => 'HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {}\\n ],\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Get Image Rule Label Information', + 'translator' => 'machine', + ], + 'UpdateImageLib' => [ + 'summary' => 'Edit Image Library', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '159534', + 'abilityTreeNodes' => [ + 'FEATURElvwangYDUT0K', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Library ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'custom_xxxx', + ], + ], + [ + 'name' => 'LibName', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Library name.', + 'type' => 'string', + 'required' => false, + 'example' => '测试图库', + ], + ], + [ + 'name' => 'Comment', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Comment information for the library.', + 'type' => 'string', + 'required' => false, + 'example' => '备注', + ], + ], + [ + 'name' => 'FreeInspection', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Exemption from review configuration.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '0', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Success' => [ + 'title' => '成功标志', + 'description' => 'Success indicator', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'title' => '错误码,和http status一致', + 'description' => 'Error code, consistent with HTTP status.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Msg' => [ + 'title' => '错误码的进一步描述', + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'HttpStatusCode' => [ + 'title' => 'http状态码', + 'description' => 'HTTP status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Edit Image Library', + 'translator' => 'machine', + ], + 'GetImageSceneLabelListConf' => [ + 'summary' => 'Get Image Rule Label Information', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '163937', + 'abilityTreeNodes' => [ + 'FEATURElvwangE704W7', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'ImageServiceCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => false, + 'example' => 'baselineCheck', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<List<?>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data.', + 'type' => 'any', + 'example' => '{}', + ], + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n \\"{}\\"\\n ],\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Get Image Rule Label Information', + 'translator' => 'machine', + ], + 'GetScanNum' => [ + 'summary' => 'User OSS Check Task Pending Inspection Information', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '179486', + 'abilityTreeNodes' => [ + 'FEATURElvwangJF4QIZ', + ], + ], + 'parameters' => [ + [ + 'name' => 'Buckets', + 'in' => 'query', + 'schema' => [ + 'description' => 'Storage space.', + 'type' => 'string', + 'required' => false, + 'example' => 'tmpsample', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'MediaType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Media type.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => 'image', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<ScanInfoVO>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'ScanNumber' => [ + 'description' => 'Total number of files pending inspection.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'SumNumber' => [ + 'description' => 'Total number of files.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'LimitNumber' => [ + 'description' => 'Upper limit of the quantity.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'Tag' => [ + 'description' => 'Whether it is a whitelist user.', + 'type' => 'boolean', + 'example' => 'True', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"ScanNumber\\": 10,\\n \\"SumNumber\\": 10,\\n \\"LimitNumber\\": 10,\\n \\"Tag\\": true\\n}","type":"json"}]', + 'title' => 'Get User Pending Inspection Information', + 'translator' => 'machine', + ], + 'CancelStockOssCheckTask' => [ + 'summary' => 'Cancel OSS detection task', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '179017', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The task ID.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'P_UNYVB', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'The request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Cancel OSS detection task', + ], + 'CreatePreCheck' => [ + 'summary' => 'Check before creating an OSS scan task', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '179987', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'TaskName', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Task name.', + 'type' => 'string', + 'required' => false, + 'example' => '图片任务 20240709101602004'."\n", + ], + ], + [ + 'name' => 'Buckets', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Buckets.', + 'type' => 'string', + 'required' => false, + 'example' => '[{\\"Bucket\\":\\"bucket01-test\\",\\"Region\\":\\"cn-beijing\\"}]', + ], + ], + [ + 'name' => 'IsInc', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Whether it is a scheduled scan task.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'false', + ], + ], + [ + 'name' => 'MediaType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Media type.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'Priority', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Priority.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '0', + ], + ], + [ + 'name' => 'ScanNoFileType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Whether to scan images without file extensions.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'ScanService', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Scan service code.', + 'type' => 'string', + 'required' => false, + 'example' => 'baselineCheck', + ], + ], + [ + 'name' => 'DistinctHistoryTasks', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Whether to deduplicate historical detected tasks.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'StartTime', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Task start time.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-12-17 10:08:00'."\n", + ], + ], + [ + 'name' => 'EndTime', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Task end time.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-12-18 10:08:00'."\n", + ], + ], + [ + 'name' => 'ScanLimit', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Scan limit count.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'PrefixFilterType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Prefix filter type.', + 'type' => 'string', + 'required' => false, + 'example' => 'all', + ], + ], + [ + 'name' => 'PrefixFilters', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Prefixes.', + 'type' => 'string', + 'required' => false, + 'example' => 'dir1,dir2', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'BucketPrefixFilterConfig', + 'in' => 'formData', + 'schema' => [ + 'type' => 'string', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Map<String, Boolean>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'additionalProperties' => [ + 'type' => 'boolean', + 'description' => 'Returned data.', + 'example' => 'True', + ], + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. It can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"key\\": true\\n },\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Pre-check before creating OSS scan task', + 'translator' => 'machine', + ], + 'GetBucketsList' => [ + 'summary' => 'Get User OSS Scan Bucket List', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '176578', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<List<BucketInfo>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'Bucket' => [ + 'description' => 'OSS file storage bucket name.', + 'type' => 'string', + 'example' => 'bucket_test', + ], + 'Region' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'example' => 'cn-hangzhou', + ], + ], + ], + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'Backend-assigned ID, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {\\n \\"Bucket\\": \\"bucket_test\\",\\n \\"Region\\": \\"cn-hangzhou\\"\\n }\\n ],\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Get OSS Scan Bucket List', + 'translator' => 'machine', + ], + 'GetOssCheckStatus' => [ + 'summary' => 'Get User OSS check user status', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '179436', + 'abilityTreeNodes' => [ + 'FEATURElvwangL1O89D', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<OssCheckStatusDTO>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'SlsStatus' => [ + 'description' => 'Whether log analysis function is authorized.', + 'type' => 'string', + 'example' => 'True', + ], + 'RamStatus' => [ + 'description' => 'Whether internal security is authorized.', + 'type' => 'string', + 'example' => 'True', + ], + 'Buy' => [ + 'description' => 'Whether a product has been activated on Alibaba Cloud.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Indebt' => [ + 'description' => 'Whether there is an outstanding payment.', + 'type' => 'boolean', + 'example' => 'False', + ], + 'Bid' => [ + 'description' => 'Bid.', + 'type' => 'string', + 'example' => '26842', + ], + 'CommodityCode' => [ + 'description' => 'Commodity code.', + 'type' => 'string', + 'example' => 'xxx', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"SlsStatus\\": \\"True\\",\\n \\"RamStatus\\": \\"True\\",\\n \\"Buy\\": true,\\n \\"Indebt\\": true,\\n \\"Bid\\": \\"26842\\",\\n \\"CommodityCode\\": \\"xxx\\"\\n}","type":"json"}]', + 'title' => 'Get User OSS Check Status', + 'translator' => 'machine', + ], + 'ExportResult' => [ + 'summary' => 'Export OSS scan results', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '179021', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'StartDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Start date.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-11 09:00:19', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'End date.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-24 10:01:55', + ], + ], + [ + 'name' => 'Query', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Query condition.', + 'type' => 'string', + 'required' => false, + 'example' => '{"TaskId":"P_11TL5T"}', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Number of items per page in the query result.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '20', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Page number of the query result. Default is 1.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'Sort', + 'in' => 'formData', + 'style' => 'json', + 'schema' => [ + 'description' => 'Sort field.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'example' => 'desc', + 'description' => 'Sort field.', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'Source', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Operation source.', + 'type' => 'string', + 'required' => false, + 'example' => 'disposal', + 'enum' => [ + 'default', + 'disposal', + ], + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<String>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'string', + 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/console_data/production/scanResult/osscheck/ossCheckResult_aliiGGXhSMvmIvsS7Lrl3LaUZ-1A9%24oZ.xlsx', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Success' => [ + 'description' => 'Success flag.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'OK', + ], + 'Code' => [ + 'description' => 'Error code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/console_data/production/scanResult/osscheck/ossCheckResult_aliiGGXhSMvmIvsS7Lrl3LaUZ-1A9%24oZ.xlsx\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Success\\": true,\\n \\"Msg\\": \\"OK\\",\\n \\"Code\\": 200\\n}","type":"json"}]', + 'title' => 'Export Detection Results', + 'translator' => 'machine', + ], + 'GetStockOssCheckTasksList' => [ + 'summary' => 'Query OSS Scan Task List', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '179018', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'StartTime', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Start time.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-06-17 02:08:00', + ], + ], + [ + 'name' => 'EndTime', + 'in' => 'formData', + 'schema' => [ + 'description' => 'End time.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-06-18 02:08:00'."\n", + ], + ], + [ + 'name' => 'MediaType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Media type.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => 'image', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'Sort', + 'in' => 'formData', + 'style' => 'json', + 'schema' => [ + 'description' => 'Sort field.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'example' => '{}', + 'description' => '排序字段。', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'IsInc', + 'in' => 'query', + 'schema' => [ + 'description' => 'Whether it is a scheduled scan task.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'false', + ], + ], + [ + 'name' => 'TaskType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task type.', + 'type' => 'string', + 'required' => false, + 'example' => 'batch', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<PageResponse<StockOssCheckTaskVO>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'Backend-assigned ID used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'TotalCount' => [ + 'description' => 'Total number of records.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'PageSize' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'CurrentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Items' => [ + 'description' => 'Data of the current page.', + 'type' => 'array', + 'items' => [ + 'description' => 'Data of the current page.', + 'type' => 'object', + 'properties' => [ + 'TaskId' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'example' => 'P_XHDUS', + ], + 'TaskName' => [ + 'description' => 'Task name.', + 'type' => 'string', + 'example' => '图片定时任务20231205135716797'."\n", + ], + 'Buckets' => [ + 'description' => 'Storage space.', + 'type' => 'string', + 'example' => 'tmp', + ], + 'Status' => [ + 'description' => 'Task status.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '4', + ], + 'StartTime' => [ + 'description' => 'Start time.', + 'type' => 'string', + 'example' => '2023-12-21 15:30:19', + ], + 'EndTime' => [ + 'description' => 'End time.', + 'type' => 'string', + 'example' => '2024-01-10 11:42:31', + ], + 'SearchNum' => [ + 'description' => 'Number of scan tasks.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'FinishNum' => [ + 'description' => 'Number of completed tasks.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2', + ], + 'MediaType' => [ + 'description' => 'Media type.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => 'video', + ], + 'Config' => [ + 'description' => 'Configuration items.', + 'type' => 'object', + 'properties' => [ + 'ScanNoFileType' => [ + 'description' => 'Whether to scan images without file extensions.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ScanService' => [ + 'description' => 'Scan service code', + 'type' => 'array', + 'items' => [ + 'description' => 'Scan service code', + 'type' => 'string', + 'example' => 'baselineCheck', + ], + ], + 'DistinctHistoryTasks' => [ + 'description' => 'Whether to deduplicate historical detected tasks.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'StartTime' => [ + 'description' => 'Start time.', + 'type' => 'string', + 'example' => '2023-12-21 15:30:19', + ], + 'EndTime' => [ + 'description' => 'End time.', + 'type' => 'string', + 'example' => '2024-01-10 11:42:31', + ], + 'ScanLimit' => [ + 'description' => 'Scan limit quantity.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'PrefixFilterType' => [ + 'description' => 'Prefix filter type.', + 'type' => 'string', + 'example' => 'all', + ], + 'PrefixFilters' => [ + 'description' => 'Prefixes.', + 'type' => 'array', + 'items' => [ + 'description' => 'Prefixes.', + 'type' => 'string', + 'example' => 'dir1,dir2', + ], + ], + 'Priority' => [ + 'description' => 'Priority.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'TaskCycle' => [ + 'description' => 'Scheduling date.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'ExecuteTime' => [ + 'description' => 'Scheduled task expected execution time.', + 'type' => 'string', + 'example' => '02:00:00', + ], + 'ExecuteDate' => [ + 'description' => 'Scheduled task execution date.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'ScanResourceType' => [ + 'description' => 'Scanned file type.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'ScanServiceInfos' => [ + 'description' => 'Scan service information', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'IsCopy' => [ + 'description' => 'Whether to copy.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'ServiceCode' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'example' => 'baselineCheck_01', + ], + 'ServiceName' => [ + 'description' => 'Service name.', + 'type' => 'string', + 'example' => '通用基线检测'."\n", + ], + 'CopyFrom' => [ + 'description' => 'Primary service.', + 'type' => 'string', + 'example' => 'baselineCheck', + ], + ], + ], + ], + 'CallbackId' => [ + 'description' => 'Callback notification ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3942', + ], + 'Freeze' => [ + 'description' => 'Whether to freeze', + 'type' => 'boolean', + 'example' => 'false', + ], + 'FreezeType' => [ + 'description' => 'Freeze type', + 'type' => 'string', + 'example' => 'ACL', + ], + 'FreezeHighRisk1' => [ + 'description' => 'Freeze high-risk images', + 'type' => 'boolean', + 'example' => 'true', + ], + 'FreezeMediumRisk1' => [ + 'description' => 'Freeze medium-risk images', + 'type' => 'boolean', + 'example' => 'true', + ], + 'FreezeHighRisk2' => [ + 'description' => 'Freeze high-risk audio and text', + 'type' => 'boolean', + 'example' => 'true', + ], + 'FreezeMediumRisk2' => [ + 'description' => 'Freeze medium-risk audio and text', + 'type' => 'boolean', + 'example' => 'true', + ], + 'FreezeRestorePath' => [ + 'description' => 'Storage path for transfer', + 'type' => 'string', + 'example' => '/backup', + ], + 'UserFreezeConfig' => [ + 'description' => 'Manual freeze configuration', + 'type' => 'object', + 'properties' => [ + 'FreezeType' => [ + 'description' => 'Freeze type', + 'type' => 'string', + 'example' => 'ACL', + ], + 'FreezeRestorePath' => [ + 'description' => 'Storage path for transfer', + 'type' => 'string', + 'example' => '/backup'."\n", + ], + ], + ], + 'Referer' => [ + 'description' => 'Referer', + 'type' => 'string', + 'example' => '*', + ], + ], + ], + 'ObjectNum' => [ + 'description' => 'Total number of files in the bucket', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'NextExecuteDate' => [ + 'description' => 'Last execution time of the scheduled task', + 'type' => 'string', + 'example' => '02:00:00'."\n", + ], + 'LastExecuteDate' => [ + 'description' => 'Next execution time of the scheduled task', + 'type' => 'string', + 'example' => '02:00:00'."\n", + ], + 'IsInc' => [ + 'description' => 'Whether it is a scheduled scan task', + 'type' => 'boolean', + 'example' => 'false', + ], + 'TaskType' => [ + 'description' => 'Task type', + 'type' => 'string', + 'example' => 'batch', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"TotalCount\\": 10,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"TaskId\\": \\"P_XHDUS\\",\\n \\"TaskName\\": \\"图片定时任务20231205135716797\\\\n\\",\\n \\"Buckets\\": \\"tmp\\",\\n \\"Status\\": 4,\\n \\"StartTime\\": \\"2023-12-21 15:30:19\\",\\n \\"EndTime\\": \\"2024-01-10 11:42:31\\",\\n \\"SearchNum\\": 10,\\n \\"FinishNum\\": 2,\\n \\"MediaType\\": 0,\\n \\"Config\\": {\\n \\"ScanNoFileType\\": true,\\n \\"ScanService\\": [\\n \\"baselineCheck\\"\\n ],\\n \\"DistinctHistoryTasks\\": false,\\n \\"StartTime\\": \\"2023-12-21 15:30:19\\",\\n \\"EndTime\\": \\"2024-01-10 11:42:31\\",\\n \\"ScanLimit\\": 10,\\n \\"PrefixFilterType\\": \\"all\\",\\n \\"PrefixFilters\\": [\\n \\"dir1,dir2\\"\\n ],\\n \\"Priority\\": 1,\\n \\"TaskCycle\\": 0,\\n \\"ExecuteTime\\": \\"02:00:00\\",\\n \\"ExecuteDate\\": 1,\\n \\"ScanResourceType\\": 0,\\n \\"ScanServiceInfos\\": [\\n {\\n \\"IsCopy\\": false,\\n \\"ServiceCode\\": \\"baselineCheck_01\\",\\n \\"ServiceName\\": \\"通用基线检测\\\\n\\",\\n \\"CopyFrom\\": \\"baselineCheck\\"\\n }\\n ],\\n \\"CallbackId\\": 3942,\\n \\"Freeze\\": false,\\n \\"FreezeType\\": \\"ACL\\",\\n \\"FreezeHighRisk1\\": true,\\n \\"FreezeMediumRisk1\\": true,\\n \\"FreezeHighRisk2\\": true,\\n \\"FreezeMediumRisk2\\": true,\\n \\"FreezeRestorePath\\": \\"/backup\\",\\n \\"UserFreezeConfig\\": {\\n \\"FreezeType\\": \\"ACL\\",\\n \\"FreezeRestorePath\\": \\"/backup\\\\n\\"\\n },\\n \\"Referer\\": \\"*\\"\\n },\\n \\"ObjectNum\\": 10,\\n \\"NextExecuteDate\\": \\"02:00:00\\\\n\\",\\n \\"LastExecuteDate\\": \\"02:00:00\\\\n\\",\\n \\"IsInc\\": false,\\n \\"TaskType\\": \\"batch\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query OSS Scan Task List', + 'translator' => 'machine', + ], + 'OssCheckResultList' => [ + 'summary' => 'OSS scan result query', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '179020', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'StartDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'System-defined parameter. Value: **OssCheckResultList**.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-21 16:08:38'."\n", + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start date.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-10-21 16:08:38'."\n", + ], + ], + [ + 'name' => 'Query', + 'in' => 'query', + 'schema' => [ + 'description' => 'End date.', + 'type' => 'string', + 'required' => false, + 'example' => '{}', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query condition.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'Sort', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'example' => '{\\"GmtCreate\\":\\"desc\\"}', + 'description' => '排序字段。', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sort field.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'FinishNum', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '55', + ], + ], + [ + 'name' => 'Status', + 'in' => 'query', + 'schema' => [ + 'description' => 'Number of completed items.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<SlsPageResponseVO<OssStockResultVO>>', + 'description' => 'PortalResponse<SlsPageResponseVO<OssStockResultVO>>', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'Task status.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'AuthStatus' => [ + 'description' => 'Backend-assigned ID, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'OK', + ], + 'TotalCount' => [ + 'description' => 'Authorization status.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'PageSize' => [ + 'description' => 'Total number of records.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'CurrentPage' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Items' => [ + 'description' => 'Current page number.', + 'type' => 'array', + 'items' => [ + 'description' => 'Data of the current page.', + 'type' => 'object', + 'properties' => [ + 'Bucket' => [ + 'description' => 'Data of the current page.', + 'type' => 'string', + 'example' => 'tmp', + ], + 'Object' => [ + 'description' => 'OSS Bucket name.', + 'type' => 'string', + 'example' => '1713014531569_958.png.jpeg', + ], + 'Md5' => [ + 'description' => 'Object name.', + 'type' => 'string', + 'example' => '54416c9b159df4a60ae03c04ccb94cb5', + ], + 'ServiceCode' => [ + 'description' => 'File MD5.', + 'type' => 'string', + 'example' => 'audio_media_detection_01', + ], + 'Code' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Status code. 200 indicates success.', + 'type' => 'string', + 'example' => 'success', + ], + 'Labels' => [ + 'description' => 'Further description of the error code.', + 'type' => 'array', + 'items' => [ + 'description' => 'Image labels.', + 'type' => 'string', + 'example' => 'nonLabel', + ], + ], + 'ScanResult' => [ + 'description' => 'Image labels.', + 'type' => 'string', + 'example' => '{}', + ], + 'ImageUrl' => [ + 'description' => 'Details of the result.', + 'type' => 'string', + 'example' => 'http://www.aliyuncs.com/test.jpg', + ], + 'JobName' => [ + 'description' => 'Image URL.', + 'type' => 'string', + 'example' => 'dhT20X2310', + ], + 'Labels2' => [ + 'description' => 'Job name.', + 'type' => 'array', + 'items' => [ + 'description' => 'Text labels.', + 'type' => 'string', + 'example' => 'nonLabel', + ], + ], + 'Url' => [ + 'description' => 'Text labels.', + 'type' => 'string', + 'example' => 'http://www.aliyuncs.com/test.mp3', + ], + 'TaskId' => [ + 'description' => 'Task URL.', + 'type' => 'string', + 'example' => 'P_XHDUS', + ], + 'ServiceName' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'example' => '服务名称', + ], + 'IsCopy' => [ + 'description' => 'Service name.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'CopyFrom' => [ + 'description' => 'Whether to copy.', + 'type' => 'string', + 'example' => 'audio_media_detection', + ], + 'ContentType' => [ + 'description' => 'Primary service.', + 'type' => 'string', + 'example' => 'audio', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"AuthStatus\\": \\"OK\\",\\n \\"TotalCount\\": 10,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"Bucket\\": \\"tmp\\",\\n \\"Object\\": \\"1713014531569_958.png.jpeg\\",\\n \\"Md5\\": \\"54416c9b159df4a60ae03c04ccb94cb5\\",\\n \\"ServiceCode\\": \\"audio_media_detection_01\\",\\n \\"Code\\": \\"200\\",\\n \\"Msg\\": \\"success\\",\\n \\"Labels\\": [\\n \\"nonLabel\\"\\n ],\\n \\"ScanResult\\": \\"{}\\",\\n \\"ImageUrl\\": \\"http://www.aliyuncs.com/test.jpg\\",\\n \\"JobName\\": \\"dhT20X2310\\",\\n \\"Labels2\\": [\\n \\"nonLabel\\"\\n ],\\n \\"Url\\": \\"http://www.aliyuncs.com/test.mp3\\",\\n \\"TaskId\\": \\"P_XHDUS\\",\\n \\"ServiceName\\": \\"服务名称\\",\\n \\"IsCopy\\": true,\\n \\"CopyFrom\\": \\"audio_media_detection\\",\\n \\"ContentType\\": \\"audio\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query OSS Detection Result List', + 'translator' => 'machine', + ], + 'CreatStockOssCheckTask' => [ + 'summary' => 'Create stock oss check task', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '179014', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'TaskName', + 'in' => 'query', + 'schema' => [ + 'description' => 'The name of the task.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'image task 20240709101602004', + ], + ], + [ + 'name' => 'Buckets', + 'in' => 'query', + 'schema' => [ + 'description' => 'OSS buckets', + 'type' => 'string', + 'required' => false, + 'example' => '[{\\"Bucket\\":\\"bucket01-test\\",\\"Region\\":\\"cn-beijing\\"}]'."\n", + ], + ], + [ + 'name' => 'IsInc', + 'in' => 'query', + 'schema' => [ + 'description' => 'Indicator for scheduled task.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'false', + ], + ], + [ + 'name' => 'MediaType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Media type.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'enumValueTitles' => [ + 1 => '', + '', + '', + ], + 'example' => '1', + ], + ], + [ + 'name' => 'Priority', + 'in' => 'query', + 'schema' => [ + 'description' => 'The priority of the task.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'enumValueTitles' => [ + '', + '', + ], + 'example' => '0', + ], + ], + [ + 'name' => 'ScanNoFileType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Indicator for scanning files without file type.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'ScanService', + 'in' => 'query', + 'schema' => [ + 'description' => 'The code of scan service.', + 'type' => 'string', + 'required' => false, + 'example' => 'baselineCheck', + ], + ], + [ + 'name' => 'DistinctHistoryTasks', + 'in' => 'query', + 'schema' => [ + 'description' => 'Flag for deduplicating against previously detected tasks.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'StartTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'The start time of the task.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-12-17 10:08:00'."\n", + ], + ], + [ + 'name' => 'EndTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'The end time of the task.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-12-18 10:08:00', + ], + ], + [ + 'name' => 'ScanLimit', + 'in' => 'query', + 'schema' => [ + 'description' => 'The scan limit of the task.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'PrefixFilterType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Prefix filter type.', + 'type' => 'string', + 'required' => false, + 'example' => 'all', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'PrefixFilters', + 'in' => 'query', + 'schema' => [ + 'description' => 'Prefix filters', + 'type' => 'string', + 'required' => false, + 'example' => 'dir1,dir2'."\n", + ], + ], + [ + 'name' => 'BucketPrefixFilterConfig', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + ], + ], + [ + 'name' => 'TaskCycle', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task Cycle', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'enumValueTitles' => [ + '', + '', + '', + ], + 'example' => '0', + ], + ], + [ + 'name' => 'ExecuteDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Execute date of scheduled task.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'ExecuteTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Execute time of scheduled task.', + 'type' => 'string', + 'required' => false, + 'example' => '01:09:30-01:19:30', + ], + ], + [ + 'name' => 'ScanResourceType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scan resource type.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + '', + '', + '', + ], + 'example' => '0', + ], + ], + [ + 'name' => 'TaskType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task type.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'timing' => '', + 'batch' => '', + 'increment' => '', + ], + 'example' => 'batch', + ], + ], + [ + 'name' => 'CallbackId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Callback ID', + 'type' => 'string', + 'required' => false, + 'example' => '1751', + ], + ], + [ + 'name' => 'Freeze', + 'in' => 'query', + 'schema' => [ + 'description' => 'Freeze indicator', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'FreezeType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Freeze type', + 'type' => 'string', + 'required' => false, + 'example' => 'ACL', + ], + ], + [ + 'name' => 'FreezeHighRisk1', + 'in' => 'query', + 'schema' => [ + 'description' => 'Freeze High-Risk Images', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'FreezeMediumRisk1', + 'in' => 'query', + 'schema' => [ + 'description' => 'Freeze Medium-Risk Images', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'FreezeHighRisk2', + 'in' => 'query', + 'schema' => [ + 'description' => 'Freeze High-Risk Audio and Text', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'FreezeMediumRisk2', + 'in' => 'query', + 'schema' => [ + 'description' => 'Freeze Medium-Risk Audio and Text', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'FreezeRestorePath', + 'in' => 'query', + 'schema' => [ + 'description' => 'Freeze Restore Path', + 'type' => 'string', + 'required' => false, + 'example' => 'test', + ], + ], + [ + 'name' => 'Referer', + 'in' => 'query', + 'schema' => [ + 'description' => 'Referer.', + 'type' => 'string', + 'required' => false, + 'example' => 'https://www.aliyun.com', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data', + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'The request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Create stock oss check task', + ], + 'AddKeywordsToLib' => [ + 'summary' => 'Add keywords to keyword library.', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '180474', + 'abilityTreeNodes' => [ + 'FEATURElvwangGBPV1P', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The id of the keyword library.', + 'type' => 'string', + 'required' => false, + 'example' => 'customxx_xxxx', + ], + ], + [ + 'name' => 'Keywords', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The keyword to be added.', + 'type' => 'string', + 'required' => false, + 'example' => 'keyword', + ], + ], + [ + 'name' => 'KeywordsObject', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The name of the keyword file.', + 'type' => 'string', + 'required' => false, + 'example' => 'upload/1e5353c0-0d91-40ba-9d41-ae7abd3fe561.txt'."\n", + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<AddKeywordsResult>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'object', + 'properties' => [ + 'LibId' => [ + 'description' => 'The id of the keyword library.', + 'type' => 'string', + 'example' => 'customxx_xxxx', + ], + 'TaskId' => [ + 'description' => 'The task ID.'."\n", + 'type' => 'string', + 'example' => 'xxxxx-xxxxx', + ], + 'KeywordsResult' => [ + 'description' => 'Result.', + 'type' => 'object', + 'properties' => [ + 'Progress' => [ + 'description' => 'The progress percentage of the task.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'LibId' => [ + 'description' => 'The id of the keyword library.', + 'type' => 'string', + 'example' => 'customxx_xxxx', + ], + 'I18nKey' => [ + 'description' => 'Internationalization key.', + 'type' => 'string', + 'example' => 'xxx', + ], + 'TotalCount' => [ + 'description' => 'The total count of keywords.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'SuccessCount' => [ + 'description' => 'The success count of keywords.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '8', + ], + 'RepeatCount' => [ + 'description' => 'Duplicate keyword count', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'InvalidCount' => [ + 'description' => 'Invalid keyword count.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'RepeatKeywords' => [ + 'description' => 'List of duplicate keywords', + 'type' => 'array', + 'items' => [ + 'description' => 'Duplicate keywords', + 'type' => 'string', + 'example' => 'duplicate_keyword', + ], + ], + 'InvalidKeywords' => [ + 'description' => 'List of invalid keywords', + 'type' => 'array', + 'items' => [ + 'description' => 'Invalid keywords', + 'type' => 'string', + 'example' => 'invalid_keyword', + ], + ], + 'IllegalLengthKeywords' => [ + 'description' => 'List of keywords that are too long or too short.', + 'type' => 'array', + 'items' => [ + 'description' => 'Keywords that are too long or too short.', + 'type' => 'string', + 'example' => 'keyword', + ], + ], + ], + ], + ], + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"LibId\\": \\"customxx_xxxx\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"KeywordsResult\\": {\\n \\"Progress\\": 100,\\n \\"LibId\\": \\"customxx_xxxx\\",\\n \\"I18nKey\\": \\"xxx\\",\\n \\"TotalCount\\": 10,\\n \\"SuccessCount\\": 8,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1,\\n \\"RepeatKeywords\\": [\\n \\"重复的关键词\\"\\n ],\\n \\"InvalidKeywords\\": [\\n \\"过短关键词\\\\n\\"\\n ],\\n \\"IllegalLengthKeywords\\": [\\n \\"过短关键词\\\\n\\"\\n ]\\n }\\n },\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Add keywords to keyword lib', + ], + 'GetServiceLabelConfig' => [ + 'summary' => 'Get the label configuration of a single service', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '174703', + 'abilityTreeNodes' => [ + 'FEATURElvwangE704W7', + ], + ], + 'parameters' => [ + [ + 'name' => 'ServiceCode', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => false, + 'example' => 'nickname_detection', + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'example' => 'text', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<List<?>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data.', + 'type' => 'any', + 'example' => '{}', + ], + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. It can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n \\"{}\\"\\n ],\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => ' Get Service Label Configuration ', + 'translator' => 'machine', + ], + 'ModifyServiceInfo' => [ + 'summary' => 'Edit Service', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '184637', + 'abilityTreeNodes' => [ + 'FEATURElvwangXKZ6SI', + ], + ], + 'parameters' => [ + [ + 'name' => 'ServiceCode', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => false, + 'example' => 'baselineCheck', + ], + ], + [ + 'name' => 'ServiceName', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Service name.', + 'type' => 'string', + 'required' => false, + 'example' => '通用基线检测', + ], + ], + [ + 'name' => 'ServiceDesc', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Service description.', + 'type' => 'string', + 'required' => false, + 'example' => '描述', + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'example' => 'image', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Edit Service Configuration', + 'translator' => 'machine', + ], + 'CopyServiceConfig' => [ + 'summary' => 'copy service config', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '184636', + 'abilityTreeNodes' => [ + 'FEATURElvwang9SVL0Q', + ], + ], + 'parameters' => [ + [ + 'name' => 'ServiceCode', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => false, + 'example' => 'nickname_detection', + ], + ], + [ + 'name' => 'ServiceName', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The service name.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'test_name', + ], + ], + [ + 'name' => 'ServiceDesc', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Service description', + 'type' => 'string', + 'required' => false, + 'example' => 'test', + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'voice' => '', + 'image' => '', + 'file' => '', + 'text' => '', + 'video' => '', + ], + 'example' => 'text', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'The request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Copy service config', + ], + 'GetExecuteTime' => [ + 'summary' => 'Get Scheduled OSS Scan Task Estimated Execution Time', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '190608', + 'abilityTreeNodes' => [ + 'FEATURElvwangKN3PXM', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<String>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'string', + 'example' => '02:24:30', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"02:24:30\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Get Scheduled Task Estimated Execution Time', + 'translator' => 'machine', + ], + 'GetJobNameList' => [ + 'summary' => 'OSS scheduled scan detection cycle query', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + ], + 'parameters' => [ + [ + 'name' => 'StartDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start date.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-11 09:00:19', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'End date.', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-24 10:01:55', + ], + ], + [ + 'name' => 'Query', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query condition.', + 'type' => 'string', + 'required' => false, + 'example' => '{"TaskId":"P_11TL5T"}', + ], + ], + [ + 'name' => 'Sort', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'description' => 'Sort field.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'description' => '排序字段。', + 'example' => 'desc', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<List<String>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data.', + 'type' => 'string', + 'example' => '["20000101-29990101"]', + ], + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n \\"[\\\\\\"20000101-29990101\\\\\\"]\\"\\n ],\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Get Oss Scan Task Job Name', + 'translator' => 'machine', + ], + 'GetBackupConfig' => [ + 'summary' => 'Get Evidence Backup Configuration', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '201051', + 'abilityTreeNodes' => [ + 'FEATURElvwangHKCO82', + ], + ], + 'parameters' => [ + [ + 'name' => 'ServiceCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => false, + 'example' => 'baselineCheck', + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'voice' => '音频', + 'image' => '图片', + 'file' => '文档', + 'text' => '文本', + 'video' => '视频', + ], + 'example' => 'image', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<CustomBackupConfigVO>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + 'Uid' => [ + 'description' => 'UID.', + 'type' => 'string', + 'example' => '1772612608370735', + ], + 'ResourceType' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'example' => 'image', + ], + 'ServiceCode' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'example' => 'baselineCheck', + ], + 'GmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'string', + 'example' => '2023-01-17 12:29:56', + ], + 'Enable' => [ + 'description' => 'Whether it is enabled. Values:'."\n" + .'- **true**: Enabled'."\n" + .'- **false**: Disabled', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Bucket' => [ + 'description' => 'File server OSS Bucket.', + 'type' => 'string', + 'example' => 'buckect_test', + ], + 'Region' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'example' => 'cn-hangzhou', + ], + 'Path' => [ + 'description' => 'Path.', + 'type' => 'string', + 'example' => 'aliyun/template/', + ], + 'ExpireSeconds' => [ + 'description' => 'Expiration time in seconds.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '300', + ], + 'BackupMode' => [ + 'description' => 'Backup scope.', + 'type' => 'integer', + 'format' => 'int32', + 'enumValueTitles' => [ + '转存所有结果', + '仅转存有检出风险的结果', + ], + 'example' => '0', + ], + 'EnableBackup' => [ + 'description' => 'Whether to enable backup.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'EnableBackupVoice' => [ + 'description' => 'Whether to enable audio backup.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'PathVoice' => [ + 'description' => 'Audio backup path.', + 'type' => 'string', + 'example' => '/back', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Uid\\": \\"1772612608370735\\",\\n \\"ResourceType\\": \\"image\\",\\n \\"ServiceCode\\": \\"baselineCheck\\",\\n \\"GmtModified\\": \\"2023-01-17 12:29:56\\",\\n \\"Enable\\": true,\\n \\"Bucket\\": \\"buckect_test\\",\\n \\"Region\\": \\"cn-hangzhou\\",\\n \\"Path\\": \\"aliyun/template/\\",\\n \\"ExpireSeconds\\": 300,\\n \\"BackupMode\\": 0,\\n \\"EnableBackup\\": true,\\n \\"EnableBackupVoice\\": true,\\n \\"PathVoice\\": \\"/back\\"\\n}","type":"json"}]', + 'title' => 'Get Evidence Backup Configuration', + 'translator' => 'machine', + ], + 'GetBackupBucketsList' => [ + 'summary' => 'Evidence Transfer to Get User\'s Bucket List', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '201048', + 'abilityTreeNodes' => [ + 'FEATURElvwangHKCO82', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<List<BucketInfo>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'Bucket' => [ + 'description' => 'OSS file storage bucket name.', + 'type' => 'string', + 'example' => 'gj-bucket1', + ], + 'Region' => [ + 'description' => 'Region.', + 'type' => 'string', + 'example' => 'cn-shanghai', + ], + ], + ], + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'Backend-assigned ID, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {\\n \\"Bucket\\": \\"gj-bucket1\\",\\n \\"Region\\": \\"cn-shanghai\\"\\n }\\n ],\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Get BackupBucket List', + 'translator' => 'machine', + ], + 'GetBackupStatus' => [ + 'summary' => 'User Backup Authorization Verification', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '201049', + 'abilityTreeNodes' => [ + 'FEATURElvwangHKCO82', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Audit result data.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Get User Backup Status', + 'translator' => 'machine', + ], + 'UpdateBackupConfig' => [ + 'summary' => 'Update Evidence Backup Configuration', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '201050', + 'abilityTreeNodes' => [ + 'FEATURElvwangHKCO82', + ], + ], + 'parameters' => [ + [ + 'name' => 'ServiceCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => false, + 'example' => 'videoDetection', + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'example' => 'video', + ], + ], + [ + 'name' => 'BackupConfig', + 'in' => 'query', + 'schema' => [ + 'description' => 'Evidence backup configuration.', + 'type' => 'string', + 'required' => false, + 'example' => '{}', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Edit Evidence Backup Configuration', + 'translator' => 'machine', + ], + 'ListCallback' => [ + 'summary' => 'Get Callback List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '220530', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<List<CallbackVO>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '11234', + ], + 'GmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'string', + 'example' => '2024-06-03 15:20:14', + ], + 'GmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'string', + 'example' => '2024-06-03 15:20:14', + ], + 'Uid' => [ + 'description' => 'UID.', + 'type' => 'string', + 'example' => '16537*****831937', + ], + 'Name' => [ + 'description' => 'Name.', + 'type' => 'string', + 'example' => '回调通知', + ], + 'Url' => [ + 'description' => 'Callback URL.', + 'type' => 'string', + 'example' => 'https://console.aliyun.com/'."\n", + ], + 'Seed' => [ + 'description' => 'Seed.', + 'type' => 'string', + 'example' => 'cbupVnpBjkgjFxfINMHKkrHS-1zZPUm'."\n", + ], + 'CryptType' => [ + 'description' => 'Encryption algorithm.', + 'type' => 'string', + 'example' => 'SHA256', + ], + 'Scope' => [ + 'description' => 'Result scope.', + 'type' => 'string', + 'example' => 'all', + ], + ], + ], + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'Backend-assigned ID, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {\\n \\"Id\\": 11234,\\n \\"GmtCreate\\": \\"2024-06-03 15:20:14\\",\\n \\"GmtModified\\": \\"2024-06-03 15:20:14\\",\\n \\"Uid\\": \\"16537*****831937\\",\\n \\"Name\\": \\"回调通知\\",\\n \\"Url\\": \\"https://console.aliyun.com/\\\\n\\",\\n \\"Seed\\": \\"cbupVnpBjkgjFxfINMHKkrHS-1zZPUm\\\\n\\",\\n \\"CryptType\\": \\"SHA256\\",\\n \\"Scope\\": \\"all\\"\\n }\\n ],\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Get Callback List', + 'translator' => 'machine', + ], + 'QueryCallbackByPage' => [ + 'summary' => 'Paginated Query of Message Notification List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '220532', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'PageSize', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<PageResponse<CallbackVO>>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'TotalCount' => [ + 'description' => 'Total number of records.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'PageSize' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'CurrentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Items' => [ + 'description' => 'Data of the current page.', + 'type' => 'array', + 'items' => [ + 'description' => 'Data of the current page.', + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1697', + ], + 'GmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'string', + 'example' => '2024-06-03 15:20:14', + ], + 'GmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'string', + 'example' => '2024-06-03 15:20:14', + ], + 'Uid' => [ + 'description' => 'UID.', + 'type' => 'string', + 'example' => '12161*****398900', + ], + 'Name' => [ + 'description' => 'Name.', + 'type' => 'string', + 'example' => '消息通知', + ], + 'Url' => [ + 'description' => 'Callback URL.', + 'type' => 'string', + 'example' => 'https://console.aliyun.com/'."\n", + ], + 'Seed' => [ + 'description' => 'Seed.', + 'type' => 'string', + 'example' => 'cb6gYS8GXj4Vn4Y4FN0Y8R5M-1x46Mq', + ], + 'CryptType' => [ + 'description' => 'Encryption algorithm.', + 'type' => 'string', + 'example' => 'SHA256', + ], + 'Scope' => [ + 'description' => 'Result scope.', + 'type' => 'string', + 'example' => 'all', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"TotalCount\\": 10,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"Id\\": 1697,\\n \\"GmtCreate\\": \\"2024-06-03 15:20:14\\",\\n \\"GmtModified\\": \\"2024-06-03 15:20:14\\",\\n \\"Uid\\": \\"12161*****398900\\",\\n \\"Name\\": \\"消息通知\\",\\n \\"Url\\": \\"https://console.aliyun.com/\\\\n\\",\\n \\"Seed\\": \\"cb6gYS8GXj4Vn4Y4FN0Y8R5M-1x46Mq\\",\\n \\"CryptType\\": \\"SHA256\\",\\n \\"Scope\\": \\"all\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Paginated Query of Message Notification List', + 'translator' => 'machine', + ], + 'CreateCallback' => [ + 'summary' => 'Create a new message notification', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '220531', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'Name', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Plan name.', + 'type' => 'string', + 'required' => false, + 'example' => '消息通知1', + ], + ], + [ + 'name' => 'Url', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Callback URL.', + 'type' => 'string', + 'required' => false, + 'example' => 'https://console.aliyun.com', + ], + ], + [ + 'name' => 'CryptType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Encryption algorithm.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'SHA256' => 'SHA256', + 'SM3' => '国密SM3', + ], + 'example' => 'SHA256', + 'enum' => [ + 'SHA256', + 'SM3', + ], + ], + ], + [ + 'name' => 'Scope', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Review result.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'all' => '所有结果', + 'risky' => '检出有风险结果', + ], + 'example' => 'all', + 'enum' => [ + 'risky', + 'all', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Long>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'Backend-assigned ID, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": 0,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Create Callback', + 'translator' => 'machine', + ], + 'DeleteCallback' => [ + 'summary' => 'delete callback', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '220529', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'Id', + 'in' => 'formData', + 'schema' => [ + 'description' => 'callback id.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1480', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + 'title' => 'Delete callback', + ], + 'ModifyCallback' => [ + 'summary' => 'Modify Message Notification', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '220533', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'Id', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '112', + ], + ], + [ + 'name' => 'Name', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Name.', + 'type' => 'string', + 'required' => false, + 'example' => '回调通知', + ], + ], + [ + 'name' => 'Url', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Callback URL.', + 'type' => 'string', + 'required' => false, + 'example' => 'https://www.aliyuncs.com', + ], + ], + [ + 'name' => 'CryptType', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Encryption algorithm.', + 'type' => 'string', + 'required' => false, + 'example' => 'SHA256', + 'enum' => [ + 'SHA256', + 'SM3', + ], + ], + ], + [ + 'name' => 'Scope', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Result scope.', + 'type' => 'string', + 'required' => false, + 'example' => 'all', + 'enum' => [ + 'risky', + 'all', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'Response body.', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Return result.', + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'Backend-assigned ID, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Edit Message Notification', + 'translator' => 'machine', + ], + 'AddAnswerSample' => [ + 'summary' => '添加代答样本', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '222579', + 'abilityTreeNodes' => [ + 'FEATURElvwang8G4HBD', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'alxxxx', + ], + ], + [ + 'name' => 'Samples', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + [ + 'name' => 'SampleObject', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'data/xxx.xlsx', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<AddAnswerSampleResult>', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'LibId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'alxxxx', + ], + 'TaskId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'alAxbbxxxx-xxx'."\n", + ], + 'Result' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Progress' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'LibId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'alxxxx', + ], + 'TaskId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'alAxbbxxxx-xxx'."\n", + ], + 'I18nKey' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'xxx', + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '534', + ], + 'SuccessCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '318', + ], + 'RepeatCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '98', + ], + 'InvalidCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '118', + ], + 'RepeatSamples' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + ], + 'IllegalLengthSamples' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"LibId\\": \\"alxxxx\\",\\n \\"TaskId\\": \\"alAxbbxxxx-xxx\\\\n\\",\\n \\"Result\\": {\\n \\"Progress\\": 100,\\n \\"LibId\\": \\"alxxxx\\",\\n \\"TaskId\\": \\"alAxbbxxxx-xxx\\\\n\\",\\n \\"I18nKey\\": \\"xxx\\",\\n \\"TotalCount\\": 534,\\n \\"SuccessCount\\": 318,\\n \\"RepeatCount\\": 98,\\n \\"InvalidCount\\": 118,\\n \\"RepeatSamples\\": [\\n \\"重复代答答案\\"\\n ],\\n \\"IllegalLengthSamples\\": [\\n \\"过短代答答案\\"\\n ]\\n }\\n}","type":"json"}]', + ], + 'CreateAnswerLib' => [ + 'summary' => '创建代答库', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '222574', + 'abilityTreeNodes' => [ + 'FEATURElvwang8G4HBD', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibName', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + [ + 'name' => 'Samples', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + [ + 'name' => 'SampleObject', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'data/xxx.xlsx'."\n", + ], + ], + [ + 'name' => 'SampleBucket', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'oss-cip-shanghai'."\n", + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<AddAnswerSampleResult>', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + 'LibId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'alxxxx', + ], + 'TaskId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'alAxbbxxxx-xxx'."\n", + ], + 'Result' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Progress' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'LibId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'alxxxx', + ], + 'TaskId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'alAaaaxxx-xxx', + ], + 'I18nKey' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'xxx', + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'SuccessCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '8', + ], + 'RepeatCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'InvalidCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'RepeatSamples' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + ], + 'IllegalLengthSamples' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"LibId\\": \\"alxxxx\\",\\n \\"TaskId\\": \\"alAxbbxxxx-xxx\\\\n\\",\\n \\"Result\\": {\\n \\"Progress\\": 100,\\n \\"LibId\\": \\"alxxxx\\",\\n \\"TaskId\\": \\"alAaaaxxx-xxx\\",\\n \\"I18nKey\\": \\"xxx\\",\\n \\"TotalCount\\": 10,\\n \\"SuccessCount\\": 8,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1,\\n \\"RepeatSamples\\": [\\n \\"重复代答答案\\"\\n ],\\n \\"IllegalLengthSamples\\": [\\n \\"不合法代答答案\\"\\n ]\\n }\\n}","type":"json"}]', + ], + 'ExportAnswerSample' => [ + 'summary' => '导出代答答案', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '222966', + 'abilityTreeNodes' => [ + 'FEATURElvwang8G4HBD', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'alxxx', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse<String>}', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"True\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'QueryAnswerSampleByPage' => [ + 'summary' => '分页查询代答样本', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '222578', + 'abilityTreeNodes' => [ + 'FEATURElvwang8G4HBD', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'custom_xxxx', + ], + ], + [ + 'name' => 'Answer', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + [ + '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' => 'Sort', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'example' => '{}', + 'description' => '', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<PageResponse<AnswerSamplePortalVO>>', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '58', + ], + 'PageSize' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'CurrentPage' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Items' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Uid' => [ + 'description' => 'UID。', + 'type' => 'string', + 'example' => '104813*****2399', + ], + 'LibId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'custom_xxxx', + ], + 'Id' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1666', + ], + 'Answer' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'GmtCreate' => [ + 'description' => '', + 'type' => 'string', + 'example' => '2023-07-31 06:16:06', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"TotalCount\\": 58,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"Uid\\": \\"104813*****2399\\",\\n \\"LibId\\": \\"custom_xxxx\\",\\n \\"Id\\": 1666,\\n \\"Answer\\": \\"答案\\",\\n \\"GmtCreate\\": \\"2023-07-31 06:16:06\\"\\n }\\n ]\\n}","type":"json"}]', + ], + 'DeleteAnswerSample' => [ + 'summary' => '删除代答答案', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '222581', + 'abilityTreeNodes' => [ + 'FEATURElvwang8G4HBD', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'alxxx', + ], + ], + [ + 'name' => 'Ids', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '[15463605]', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'ListAnswerLib' => [ + 'summary' => '代答库列表', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '222576', + 'abilityTreeNodes' => [ + 'FEATURElvwang8G4HBD', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<List<AnswerLibPortalVO>>', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Uid' => [ + 'description' => 'UID。', + 'type' => 'string', + 'example' => '1643953****74290', + ], + 'LibId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'alxxx', + ], + 'LibName' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'AnswerCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'GmtModified' => [ + 'description' => '', + 'type' => 'string', + 'example' => '2024-06-03 18:15:01', + ], + ], + ], + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {\\n \\"Uid\\": \\"1643953****74290\\",\\n \\"LibId\\": \\"alxxx\\",\\n \\"LibName\\": \\"代答库名称\\",\\n \\"AnswerCount\\": 100,\\n \\"GmtModified\\": \\"2024-06-03 18:15:01\\"\\n }\\n ],\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'ModifyAnswerLib' => [ + 'summary' => '更新代答库', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '222575', + 'abilityTreeNodes' => [ + 'FEATURElvwang8G4HBD', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'custom_xxxx', + ], + ], + [ + 'name' => 'LibName', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'DeleteAnswerLib' => [ + 'summary' => '删除代答库', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '222577', + 'abilityTreeNodes' => [ + 'FEATURElvwang8G4HBD', + ], + ], + 'parameters' => [ + [ + 'name' => 'LibId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'alxxx', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'GetAnswerImportProgress' => [ + 'summary' => '获取代答样本导入进度', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '222580', + 'abilityTreeNodes' => [ + 'FEATURElvwang8G4HBD', + ], + ], + 'parameters' => [ + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'alAxbbxxxx-xxx', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Result>', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'Progress' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'LibId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'alxxxx', + ], + 'TaskId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'alAxbbxxxx-xxx', + ], + 'I18nKey' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'xxx', + ], + 'Tips' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'xxxxx', + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'SuccessCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '8', + ], + 'RepeatCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'InvalidCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'RepeatSamples' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + ], + 'IllegalLengthSamples' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Progress\\": 100,\\n \\"LibId\\": \\"alxxxx\\",\\n \\"TaskId\\": \\"alAxbbxxxx-xxx\\",\\n \\"I18nKey\\": \\"xxx\\",\\n \\"Tips\\": \\"xxxxx\\",\\n \\"TotalCount\\": 10,\\n \\"SuccessCount\\": 8,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1,\\n \\"RepeatSamples\\": [\\n \\"重复答案\\"\\n ],\\n \\"IllegalLengthSamples\\": [\\n \\"不合法答案\\"\\n ]\\n}","type":"json"}]', + ], + 'UpdateOssCheckResultsFeedBack' => [ + 'summary' => 'oss结果反馈', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '232690', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'QueryRequestId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + [ + 'name' => 'Feedback', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'misreport', + ], + ], + [ + 'name' => 'ServiceCode', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'baselineCheck', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'P_7SCUK8', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse}', + 'description' => '{@link PortalResponse}', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + ], + 'UpdateOssCheckResultsFreeze' => [ + 'summary' => '批量冻结任务', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '232687', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'P_15BU42', + ], + ], + [ + 'name' => 'StartDate', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-21 16:08:38', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '2023-10-21 16:08:38', + ], + ], + [ + 'name' => 'FreezeItems', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '[]', + ], + ], + [ + 'name' => 'FreezeType', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'ACL', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'FreezeRestorePath', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse}', + 'description' => '{@link PortalResponse}', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '5', + ], + 'SuccessCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '5', + ], + 'RepeatCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'InvalidCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Data\\": {\\n \\"TotalCount\\": 5,\\n \\"SuccessCount\\": 5,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1\\n }\\n}","type":"json"}]', + ], + 'GetOssCheckFreezeResult' => [ + 'summary' => 'Query OSS freeze result', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '232685', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'StartDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time.', + 'type' => 'string', + 'required' => false, + 'example' => '2025-01-09 10:28:54', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time.', + 'type' => 'string', + 'required' => false, + 'example' => '2025-05-19 10:05:11', + ], + ], + [ + 'name' => 'Status', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task status.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'FinishNum', + 'in' => 'query', + 'schema' => [ + 'description' => 'Number of completed tasks.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '0', + ], + ], + [ + 'name' => 'Query', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query condition.', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"TaskId\\":\\"P_O3SI0I\\"}', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'Sort', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'description' => 'Sort field.', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'description' => '排序字段。', + 'example' => '{\\"GmtCreate\\":\\"desc\\"}', + ], + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<PageResponse<OssStockResultVO>>', + 'description' => 'PortalResponse<PageResponse<OssStockResultVO>>', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'Backend-assigned ID, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'F0A594BB-FA7A-580F-AE9E-A4188E092823', + ], + 'TotalCount' => [ + 'description' => 'Total count.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '29', + ], + 'PageSize' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'CurrentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Items' => [ + 'description' => 'Data of the current page.', + 'type' => 'array', + 'items' => [ + 'description' => 'Data of the current page.', + 'type' => 'object', + 'properties' => [ + 'Bucket' => [ + 'description' => 'Storage space.', + 'type' => 'string', + 'example' => 'tmp', + ], + 'JobName' => [ + 'description' => 'Job name.', + 'type' => 'string', + 'example' => 'dhT20X2310', + ], + 'Object' => [ + 'description' => 'Object name.', + 'type' => 'string', + 'example' => '1713014531569_958.png.jpeg', + ], + 'Md5' => [ + 'description' => 'File\'s MD5.', + 'type' => 'string', + 'example' => '54416c9b159df4a60ae03c04ccb94cb5', + ], + 'ServiceCode' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'example' => 'audio_media_detection_01', + ], + 'Code' => [ + 'description' => 'Error code, consistent with HTTP status.', + 'type' => 'string', + 'example' => '200', + ], + 'Msg' => [ + 'description' => 'Further description of the error code.', + 'type' => 'string', + 'example' => 'success', + ], + 'Labels' => [ + 'description' => 'Image labels.', + 'type' => 'array', + 'items' => [ + 'description' => 'Image labels.', + 'type' => 'string', + 'example' => 'nonLabel', + ], + ], + 'Labels2' => [ + 'description' => 'Text labels.', + 'type' => 'array', + 'items' => [ + 'description' => 'Text labels.', + 'type' => 'string', + 'example' => 'nonLabel', + ], + ], + 'ScanResult' => [ + 'description' => 'Details of the result.', + 'type' => 'string', + 'example' => '{}', + ], + 'ImageUrl' => [ + 'description' => 'Image URL address.', + 'type' => 'string', + 'example' => 'http://www.aliyuncs.com/test.jpg', + ], + 'Url' => [ + 'description' => 'Task URL.', + 'type' => 'string', + 'example' => 'http://www.aliyuncs.com/test.mp3', + ], + 'TaskId' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'example' => 'P_BT3FHS', + ], + 'ServiceName' => [ + 'description' => 'Service name.', + 'type' => 'string', + 'example' => '服务名称', + ], + 'IsCopy' => [ + 'description' => 'Whether to copy.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'CopyFrom' => [ + 'description' => 'Primary service.', + 'type' => 'string', + 'example' => 'audio_media_detection', + ], + 'ContentType' => [ + 'description' => 'Audio and video detection type.', + 'type' => 'string', + 'example' => 'audio', + ], + 'RiskLevel0' => [ + 'description' => 'Overall risk level.', + 'type' => 'string', + 'example' => 'low', + ], + 'RiskLevel' => [ + 'description' => 'Image risk level.', + 'type' => 'string', + 'example' => 'high', + ], + 'RiskLevel2' => [ + 'description' => 'Text risk level.', + 'type' => 'string', + 'example' => 'none', + ], + 'FreezeType' => [ + 'description' => 'Freeze type.', + 'type' => 'string', + 'example' => 'ACL', + ], + 'FreezeStatus' => [ + 'description' => 'Freeze status.', + 'type' => 'string', + 'example' => 'FREEZED', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'F0A594BB-FA7A-580F-AE9E-A4188E092823', + ], + 'Freeze' => [ + 'description' => 'Whether frozen.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Feedback' => [ + 'description' => 'Feedback.', + 'type' => 'string', + 'enumValueTitles' => [ + 'misreport' => '未违规误报', + 'missOut' => '违规漏过', + ], + 'example' => 'misreport', + ], + 'ManualFreezeAction' => [ + 'description' => 'Manual disposal status.', + 'type' => 'string', + 'enumValueTitles' => [ + 'FREEZE' => '冻结', + 'UNFREEZE' => '解冻', + ], + 'example' => 'FREEZE', + ], + 'SysDisposalStatus' => [ + 'description' => 'System disposal status.', + 'type' => 'string', + 'enumValueTitles' => [ + 'FREEZING' => '冻结中', + 'FREEZED' => '已冻结', + 'UNFREEZED' => '已解冻', + 'NONE' => '未操作', + 'UNFREEZING' => '解冻中', + ], + 'example' => 'FREEZED', + ], + 'ManualOperateTime' => [ + 'description' => 'Disposal time.', + 'type' => 'string', + 'example' => '2025-08-09 12:00:00', + ], + 'ManualOperator' => [ + 'description' => 'Operator.', + 'type' => 'string', + 'example' => 'xx', + ], + 'LabelDetails' => [ + 'description' => 'Labels.', + 'type' => 'array', + 'items' => [ + 'description' => 'Labels.', + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'Label.', + 'type' => 'string', + 'example' => 'politics', + ], + 'Description' => [ + 'description' => 'Label description.', + 'type' => 'string', + 'example' => '涉政', + ], + 'Confidence' => [ + 'description' => 'Confidence.', + 'type' => 'number', + 'format' => 'float', + 'example' => '50', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"F0A594BB-FA7A-580F-AE9E-A4188E092823\\",\\n \\"TotalCount\\": 29,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"Bucket\\": \\"tmp\\",\\n \\"JobName\\": \\"dhT20X2310\\",\\n \\"Object\\": \\"1713014531569_958.png.jpeg\\",\\n \\"Md5\\": \\"54416c9b159df4a60ae03c04ccb94cb5\\",\\n \\"ServiceCode\\": \\"audio_media_detection_01\\",\\n \\"Code\\": \\"200\\",\\n \\"Msg\\": \\"success\\",\\n \\"Labels\\": [\\n \\"nonLabel\\"\\n ],\\n \\"Labels2\\": [\\n \\"nonLabel\\"\\n ],\\n \\"ScanResult\\": \\"{}\\",\\n \\"ImageUrl\\": \\"http://www.aliyuncs.com/test.jpg\\",\\n \\"Url\\": \\"http://www.aliyuncs.com/test.mp3\\",\\n \\"TaskId\\": \\"P_BT3FHS\\",\\n \\"ServiceName\\": \\"服务名称\\",\\n \\"IsCopy\\": true,\\n \\"CopyFrom\\": \\"audio_media_detection\\",\\n \\"ContentType\\": \\"audio\\",\\n \\"RiskLevel0\\": \\"low\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"RiskLevel2\\": \\"none\\",\\n \\"FreezeType\\": \\"ACL\\",\\n \\"FreezeStatus\\": \\"FREEZED\\",\\n \\"RequestId\\": \\"F0A594BB-FA7A-580F-AE9E-A4188E092823\\",\\n \\"Freeze\\": true,\\n \\"Feedback\\": \\"misreport\\",\\n \\"ManualFreezeAction\\": \\"FREEZE\\",\\n \\"SysDisposalStatus\\": \\"FREEZED\\",\\n \\"ManualOperateTime\\": \\"2025-08-09 12:00:00\\",\\n \\"ManualOperator\\": \\"xx\\",\\n \\"LabelDetails\\": [\\n {\\n \\"Label\\": \\"politics\\",\\n \\"Description\\": \\"涉政\\",\\n \\"Confidence\\": 50\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query OSS Detection Freeze Result', + 'translator' => 'machine', + ], + 'UpdateOssCheckResultsUnfreeze' => [ + 'summary' => '批量解冻任务', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '232689', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'P_B6YRVD', + ], + ], + [ + 'name' => 'StartDate', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '2023-08-21 16:08:38', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '2023-10-21 16:08:38', + ], + ], + [ + 'name' => 'FreezeItems', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '[]', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse}', + 'description' => '{@link PortalResponse}', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'SuccessCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '8', + ], + 'RepeatCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'InvalidCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + ], + ], + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"TotalCount\\": 10,\\n \\"SuccessCount\\": 8,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1\\n },\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]', + ], + 'DeleteOnlineTest' => [ + 'summary' => 'Delete online test', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'abilityTreeCode' => '260298', + 'abilityTreeNodes' => [ + 'FEATURElvwang78REFZ', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ResourceType', + 'in' => 'query', + 'schema' => [ + 'title' => '资源类型', + 'description' => 'Resource type.', + 'type' => 'string', + 'required' => false, + 'example' => 'image', + ], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'PortalResponse<Boolean>', + 'description' => 'PortalResponse<Boolean>', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'The data returned.'."\n", + 'type' => 'boolean', + 'example' => 'True', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'The request ID.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]', + 'title' => 'Delete online test', + ], + 'CreateOnlineTest' => [ + 'summary' => 'Online Test', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'abilityTreeCode' => '259357', + 'abilityTreeNodes' => [ + 'FEATURElvwang78REFZ', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ResourceType', + 'in' => 'query', + 'schema' => [ + 'title' => '资源类型', + 'description' => 'Resource Type', + 'type' => 'string', + 'required' => false, + 'example' => 'video', + ], + ], + [ + 'name' => 'ServiceCode', + 'in' => 'query', + 'schema' => [ + 'title' => '服务编码', + 'description' => 'Service Code', + 'type' => 'string', + 'required' => false, + 'example' => 'VideoModeration', + ], + ], + [ + 'name' => 'Url', + 'in' => 'query', + 'schema' => [ + 'title' => '检测地址', + 'description' => 'Detection URL', + 'type' => 'string', + 'required' => false, + 'example' => 'https://xxxxxxxxxx.com/data/data.png', + ], + ], + [ + 'name' => 'DataId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data ID', + 'type' => 'string', + 'required' => false, + 'example' => 'xxxxxxx', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse}', + 'description' => '{@link PortalResponse}', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => 'ID assigned by the backend, used to uniquely identify a request. Can be used for troubleshooting.', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + 'TaskId' => [ + 'title' => '检测任务id', + 'description' => 'Detection Task ID', + 'type' => 'string', + 'example' => 'xxxxx-xxxxx', + ], + 'TaskStatus' => [ + 'title' => '检测状态', + 'description' => 'Detection Status', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'Url' => [ + 'description' => 'Detection URL', + 'type' => 'string', + 'example' => 'https://xxxxxxxxxx.com/data/data.png', + ], + 'ServiceCode' => [ + 'description' => 'Service Code', + 'type' => 'string', + 'example' => 'VideoModeration', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"TaskStatus\\": \\"SUCCESS\\",\\n \\"Url\\": \\"https://xxxxxxxxxx.com/data/data.png\\",\\n \\"ServiceCode\\": \\"VideoModeration\\"\\n}","type":"json"}]', + 'title' => 'Create Online Test Task', + 'translator' => 'machine', + ], + 'StopOnlineTest' => [ + 'summary' => '停止在线测试', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'abilityTreeCode' => '259538', + 'abilityTreeNodes' => [ + 'FEATURElvwang78REFZ', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ResourceType', + 'in' => 'query', + 'schema' => [ + 'title' => '资源类型', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'image', + ], + ], + [ + 'name' => 'ServiceCode', + 'in' => 'query', + 'schema' => [ + 'title' => '服务编码', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'VideoModeration', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'title' => '检测taskId', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'xxxxx-xxxxx', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse}', + 'description' => '{@link PortalResponse}', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'TaskId' => [ + 'title' => '检测任务id', + 'description' => '', + 'type' => 'string', + 'example' => 'xxxxx-xxxxx', + ], + 'TaskStatus' => [ + 'title' => '检测状态', + 'description' => '', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'Url' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'https://xxxxxxxx.com/data/data.png', + ], + 'ServiceCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'VideoModeration', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"TaskStatus\\": \\"SUCCESS\\",\\n \\"Url\\": \\"https://xxxxxxxx.com/data/data.png\\",\\n \\"ServiceCode\\": \\"baselineCheck\\"\\n}","type":"json"}]', + ], + 'DescribeOnlineTestResult' => [ + 'summary' => '查询在线测试结果', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '259358', + 'abilityTreeNodes' => [ + 'FEATURElvwang78REFZ', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ResourceType', + 'in' => 'query', + 'schema' => [ + 'title' => '资源类型', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'image', + ], + ], + [ + 'name' => 'ServiceCode', + 'in' => 'query', + 'schema' => [ + 'title' => '服务编码', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'VideoModeration', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'title' => '检测taskId', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'xxxxx-xxxxx', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse}', + 'description' => '{@link PortalResponse}', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n", + ], + 'TaskId' => [ + 'title' => '检测任务id', + 'description' => '', + 'type' => 'string', + 'example' => 'xxxxx-xxxxx', + ], + 'TaskStatus' => [ + 'title' => '检测状态', + 'description' => '', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'Url' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'https://xxxxxxxxx.com/data/data.png', + ], + 'ServiceCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'VideoModeration', + ], + 'FrameData' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Url' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'https://xxxxxxxxx.com/data/data.mp4', + ], + 'TimeStamp' => [ + 'description' => '', + 'type' => 'string', + 'example' => '1725761005419', + ], + ], + ], + 'SummaryList' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'ResourceType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'video', + ], + 'SliceCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RiskLevel' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'high', + ], + 'RiskLevelSummary' => [ + 'description' => '', + 'type' => 'object', + 'additionalProperties' => [ + 'type' => 'integer', + 'format' => 'int64', + 'description' => '', + 'example' => '0', + ], + ], + ], + ], + ], + 'ModerationTime' => [ + 'description' => '', + 'type' => 'string', + 'example' => '1725761005419', + ], + 'RiskLevel' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'high', + ], + 'AudioData' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'TimeStamp' => [ + 'description' => '', + 'type' => 'string', + 'example' => '1724378510396', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"TaskStatus\\": \\"SUCCESS\\",\\n \\"Url\\": \\"https://xxxxxxxxx.com/data/data.png\\",\\n \\"ServiceCode\\": \\"videoDetection\\",\\n \\"FrameData\\": {\\n \\"Url\\": \\"https://xxxxxxxxx.com/data/data.mp4\\",\\n \\"TimeStamp\\": \\"1725761005419\\"\\n },\\n \\"SummaryList\\": [\\n {\\n \\"ResourceType\\": \\"video\\",\\n \\"SliceCount\\": 10,\\n \\"RiskLevel\\": \\"high\\",\\n \\"RiskLevelSummary\\": {\\n \\"key\\": 0\\n }\\n }\\n ],\\n \\"ModerationTime\\": \\"1725761005419\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"AudioData\\": {\\n \\"TimeStamp\\": \\"1724378510396\\"\\n }\\n}","type":"json"}]', + ], + 'GetUploadLink' => [ + 'summary' => '获取上传链接', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '259304', + 'abilityTreeNodes' => [ + 'FEATURElvwang78REFZ', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'UploadUrl', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'http://www.aliyuncs.com/test.mp3', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '包含上传链接响应结果的PortalResponse对象', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'http://www.aliyuncs.com/test.mp3', + ], + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'E37E2B77-A664-5278-8219-23BBC0EB2A35', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"http://www.aliyuncs.com/test.mp3\\",\\n \\"RequestId\\": \\"E37E2B77-A664-5278-8219-23BBC0EB2A35\\"\\n}","type":"json"}]', + ], + 'LlmStreamChat' => [ + 'summary' => 'Use SSE interface to stream large model calls', + 'path' => '/portal/llm/streamChat', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + 'sse', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATURElvwangXYAQ5C', + ], + 'autoTest' => true, + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Messages', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Conversation information', + 'type' => 'any', + 'required' => false, + 'example' => '[{\\"content\\":\\"你好\\",\\"role\\":\\"user\\"}]', + ], + ], + [ + 'name' => 'Temperature', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Temperature value for the large model', + 'type' => 'number', + 'format' => 'float', + 'required' => false, + 'example' => '0.5', + ], + ], + [ + 'name' => 'TopP', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Top p parameter controlling the randomness of the large model\'s output.', + 'type' => 'number', + 'format' => 'float', + 'required' => false, + 'example' => '0.5', + ], + ], + [ + 'name' => 'Type', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Type of conversation', + 'type' => 'string', + 'required' => false, + 'example' => 'image', + ], + ], + [ + 'name' => 'Channel', + 'in' => 'formData', + 'schema' => [ + 'title' => 'channel', + 'type' => 'string', + 'example' => 'guardCustomTest', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'Usage' => [ + 'description' => 'Token usage', + 'type' => 'string', + 'example' => 'null', + ], + 'Choices' => [ + 'description' => 'List of model generation results', + 'type' => 'array', + 'items' => [ + 'description' => 'Model generation result', + 'type' => 'object', + 'properties' => [ + 'Delta' => [ + 'description' => 'Incremental content object', + 'type' => 'object', + 'properties' => [ + 'Role' => [ + 'description' => 'Role identifier', + 'type' => 'string', + 'example' => 'assistant', + ], + 'Content' => [ + 'description' => 'Real-time generated text content', + 'type' => 'string', + 'example' => '我是Deepseek-V3,有什么可以帮你', + ], + ], + ], + 'Logprobs' => [ + 'description' => 'Token probability information', + 'type' => 'string', + 'example' => 'null', + ], + 'Index' => [ + 'description' => 'Stream sequence number', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '0', + ], + 'FinishReason' => [ + 'description' => 'For streaming output, it is null while generating and becomes \'stop\' if the generation ends due to a stop token.', + 'type' => 'string', + 'example' => 'stop', + ], + ], + ], + ], + 'Model' => [ + 'description' => 'Model identifier', + 'type' => 'string', + 'example' => 'deepseek-v3', + ], + 'SystemFingerprint' => [ + 'description' => 'System fingerprint', + 'type' => 'string', + 'example' => 'null', + ], + 'Object' => [ + 'description' => 'Response type', + 'type' => 'string', + 'example' => 'chat.completion.chunk', + ], + 'Id' => [ + 'description' => 'Unique ID for this session', + 'type' => 'string', + 'example' => 'chatcmpl-777bce52-93d3-9f8c-89c3-e99884f4f57f', + ], + 'Created' => [ + 'description' => 'Timestamp of session creation', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1750990728', + ], + 'RequestId' => [ + 'description' => 'Unique request ID', + 'type' => 'string', + 'example' => '21d296d6-594e-97de-812f-925ec6e05673', + ], + 'Error' => [ + 'description' => 'Streaming response error information content', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'description' => 'Error code', + 'type' => 'string', + 'example' => 'data_inspection_failed', + ], + 'Message' => [ + 'description' => 'Error message', + 'type' => 'string', + 'example' => 'Input data may contain inappropriate content.', + ], + 'Param' => [ + 'description' => 'Parameter that caused the error', + 'type' => 'string', + 'example' => 'null', + ], + 'Type' => [ + 'description' => 'Error type', + 'type' => 'string', + 'example' => 'data_inspection_failed', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Usage\\": \\"null\\",\\n \\"Choices\\": [\\n {\\n \\"Delta\\": {\\n \\"Role\\": \\"assistant\\",\\n \\"Content\\": \\"我是Deepseek-V3,有什么可以帮你\\"\\n },\\n \\"Logprobs\\": \\"null\\",\\n \\"Index\\": 0,\\n \\"FinishReason\\": \\"stop\\"\\n }\\n ],\\n \\"Model\\": \\"deepseek-v3\\",\\n \\"SystemFingerprint\\": \\"null\\",\\n \\"Object\\": \\"chat.completion.chunk\\",\\n \\"Id\\": \\"chatcmpl-777bce52-93d3-9f8c-89c3-e99884f4f57f\\",\\n \\"Created\\": 1750990728,\\n \\"RequestId\\": \\"21d296d6-594e-97de-812f-925ec6e05673\\",\\n \\"Error\\": {\\n \\"Code\\": \\"data_inspection_failed\\",\\n \\"Message\\": \\"Input data may contain inappropriate content.\\",\\n \\"Param\\": \\"null\\",\\n \\"Type\\": \\"data_inspection_failed\\"\\n }\\n}","type":"json"}]', + 'title' => 'Large Model Streaming Conversation Forwarding Interface', + 'translator' => 'machine', + ], + 'GetOssCheckTaskInfo' => [ + 'summary' => '查询oss扫描任务详情', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATURElvwang2EQZ93', + ], + ], + 'parameters' => [ + [ + 'name' => 'ParentTaskId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'P_AAA**', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse<OssCheckTaskVO>}', + 'description' => '{@link PortalResponse<OssCheckTaskVO>}', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'TaskId' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'xxxx-xxx'."\n", + ], + 'TaskName' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'Buckets' => [ + 'description' => '', + 'type' => 'string', + 'example' => '[{\\"Bucket\\":\\"aileshijie\\",\\"Region\\":\\"cn-hangzhou\\"}]', + ], + 'Status' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => 'Success', + ], + 'StartTime' => [ + 'description' => '', + 'type' => 'string', + 'example' => '2023-08-21 16:08:38'."\n", + ], + 'EndTime' => [ + 'description' => '', + 'type' => 'string', + 'example' => '2025-07-09 10:30:00', + ], + 'SearchNum' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'FinishNum' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '56', + ], + 'MediaType' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Config' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'ScanNoFileType' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ScanService' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'oss_baselineCheck', + ], + ], + 'DistinctHistoryTasks' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'StartTime' => [ + 'description' => '', + 'type' => 'string', + 'example' => '2023-08-21 16:08:38'."\n", + ], + 'EndTime' => [ + 'description' => '', + 'type' => 'string', + 'example' => '2025-07-09 10:30:00', + ], + 'ScanLimit' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'PrefixFilterType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'all', + ], + 'PrefixFilters' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'ugc/img', + ], + ], + 'Priority' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'TaskCycle' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'ExecuteDate' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'ExecuteTime' => [ + 'description' => '', + 'type' => 'string', + 'example' => '2025-07-09 10:30:00'."\n", + ], + 'ScanResourceType' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'ScanServiceInfos' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'IsCopy' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'false', + ], + 'ServiceCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'oss_baselineCheck', + ], + 'ServiceName' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'CopyFrom' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'oss_baselineCheck', + ], + ], + ], + ], + 'CallbackId' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '188', + ], + 'Freeze' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'FreezeType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'ACL', + ], + 'FreezeHighRisk1' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'FreezeMediumRisk1' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'FreezeHighRisk2' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'FreezeMediumRisk2' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'false', + ], + 'FreezeRestorePath' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'test', + ], + 'Referer' => [ + 'description' => 'Referer。', + 'type' => 'string', + 'example' => 'https://www.aliyun.com/', + ], + 'UserFreezeConfig' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'FreezeType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'ACL', + ], + 'FreezeRestorePath' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'test', + ], + ], + ], + 'BucketPrefixFilterConfig' => [ + 'type' => 'object', + 'additionalProperties' => [ + 'type' => 'object', + 'properties' => [ + 'PrefixFilterType' => [ + 'type' => 'string', + ], + 'PrefixFilters' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'ObjectNum' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'IsInc' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'false', + ], + 'TaskType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'increment', + ], + 'LastExecuteDate' => [ + 'description' => '', + 'type' => 'string', + 'example' => '2025-07-09 10:30:00'."\n", + ], + 'NextExecuteDate' => [ + 'description' => '', + 'type' => 'string', + 'example' => '2025-07-08 10:30:00'."\n", + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"TaskId\\": \\"xxxx-xxx\\\\n\\",\\n \\"TaskName\\": \\"文档存量任务 20240914100517757\\",\\n \\"Buckets\\": \\"[{\\\\\\\\\\\\\\"Bucket\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"aileshijie\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Region\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"cn-hangzhou\\\\\\\\\\\\\\"}]\\",\\n \\"Status\\": 0,\\n \\"StartTime\\": \\"2023-08-21 16:08:38\\\\n\\",\\n \\"EndTime\\": \\"2025-07-09 10:30:00\\",\\n \\"SearchNum\\": 100,\\n \\"FinishNum\\": 56,\\n \\"MediaType\\": 1,\\n \\"Config\\": {\\n \\"ScanNoFileType\\": true,\\n \\"ScanService\\": [\\n \\"oss_baselineCheck\\"\\n ],\\n \\"DistinctHistoryTasks\\": true,\\n \\"StartTime\\": \\"2023-08-21 16:08:38\\\\n\\",\\n \\"EndTime\\": \\"2025-07-09 10:30:00\\",\\n \\"ScanLimit\\": 100,\\n \\"PrefixFilterType\\": \\"all\\",\\n \\"PrefixFilters\\": [\\n \\"ugc/img\\"\\n ],\\n \\"Priority\\": 1,\\n \\"TaskCycle\\": 1,\\n \\"ExecuteDate\\": 1,\\n \\"ExecuteTime\\": \\"2025-07-09 10:30:00\\\\n\\",\\n \\"ScanResourceType\\": 0,\\n \\"ScanServiceInfos\\": [\\n {\\n \\"IsCopy\\": false,\\n \\"ServiceCode\\": \\"oss_baselineCheck\\",\\n \\"ServiceName\\": \\"内容检测\\",\\n \\"CopyFrom\\": \\"oss_baselineCheck\\"\\n }\\n ],\\n \\"CallbackId\\": 188,\\n \\"Freeze\\": true,\\n \\"FreezeType\\": \\"ACL\\",\\n \\"FreezeHighRisk1\\": true,\\n \\"FreezeMediumRisk1\\": true,\\n \\"FreezeHighRisk2\\": true,\\n \\"FreezeMediumRisk2\\": false,\\n \\"FreezeRestorePath\\": \\"test\\",\\n \\"Referer\\": \\"https://www.aliyun.com/\\",\\n \\"UserFreezeConfig\\": {\\n \\"FreezeType\\": \\"ACL\\",\\n \\"FreezeRestorePath\\": \\"test\\"\\n },\\n \\"BucketPrefixFilterConfig\\": {\\n \\"key\\": {\\n \\"PrefixFilterType\\": \\"all\\",\\n \\"PrefixFilters\\": [\\n \\"testprefix1\\"\\n ]\\n }\\n }\\n },\\n \\"ObjectNum\\": 100,\\n \\"IsInc\\": false,\\n \\"TaskType\\": \\"increment\\",\\n \\"LastExecuteDate\\": \\"2025-07-09 10:30:00\\\\n\\",\\n \\"NextExecuteDate\\": \\"2025-07-08 10:30:00\\\\n\\"\\n}","type":"json"}]', + ], + 'UpdateOssCheckResultsBatchFeedback' => [ + 'summary' => '批量反馈任务', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATURElvwangJ85HXA', + ], + ], + 'parameters' => [ + [ + 'name' => 'ParentTaskId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'P_XHDUS', + ], + ], + [ + 'name' => 'Items', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '[]', + ], + ], + [ + 'name' => 'Feedback', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'misreport', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '{@link PortalResponse}', + 'description' => '{@link PortalResponse}', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题', + 'description' => '', + 'type' => 'string', + 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****', + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'SuccessCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '8', + ], + 'RepeatCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'InvalidCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Tips' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'xxxxx', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"TotalCount\\": 10,\\n \\"SuccessCount\\": 8,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1,\\n \\"Tips\\": \\"xxxxx\\"\\n}","type":"json"}]', + ], + ], + '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', + ], + ], +]; |
