Queries the details of an AI template.
Operation description
- Regions that support this operation: China (Beijing), China (Shanghai), and Singapore.
- Before you call this operation to query details of an AI template, you must obtain the ID of the AI template.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TemplateId | string | Yes | The ID of the AI template. You can use one of the following methods to obtain the ID:
| 1706a0063dd733f6a823ef32e0a5**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "080DA371-8AC0-4CD4-4476-33E64282****",
"TemplateInfo": {
"CreationTime": "2020-07-08T06:50:45Z",
"IsDefault": "NotDefault",
"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.