Queries information about the default AI template.
Operation description
- Regions that support this operation: China (Beijing), China (Shanghai), and Singapore.
- You can query information only about the default AI template for automated review.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TemplateType | string | Yes | The type of the AI template. Set the value to AIMediaAudit, which specifies the automated review. | AIMediaAudit |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "A017F1DE-3DC3-4441-6755-37E81113****",
"TemplateInfo": {
"CreationTime": "2020-07-08T06:50:45Z",
"IsDefault": "Default",
"TemplateType": "AIMediaAudit",
"TemplateConfig": "{\"AuditRange\":[\"text-title\",\"video\"],\"AuditContent\":[\"screen\"],\"AuditItem\":[\"terrorism\",\"porn\"],\"AuditAutoBlock\":\"yes\"}",
"TemplateName": "DemoAITemplate",
"Source": "Custom",
"TemplateId": "1706a0063dd733f6a823ef32e0a5****",
"ModifyTime": "2020-07-08T06:58:45Z"
}
}
Error codes
For a list of error codes, visit the Service error codes.