Create a new custom verification template
JWT token obtained from /auth/login endpoint.
Example:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...Template name
"Company Registration Verification"
Template description
"Template for extracting company registration data"
Data extraction schema definition
{
"company_name": { "type": "string", "required": true },
"registration_number": { "type": "string", "required": true },
"address": { "type": "string", "required": false }
}Custom identifier for the template
"comp-reg-v1"
Special instructions for template processing
"Focus on extracting company name and registration number accurately"
Template configuration settings
Template type. Users can only create CUSTOM templates. PREBUILT templates are managed by AnyCheck admin (defaults to CUSTOM)
CUSTOM, PREBUILT Template created successfully
Unique template identifier
Template name
"KTP Verification"
Template description
"Template for KTP document verification and data extraction"
Custom identifier for the template
Special instructions for template processing
Data extraction schema definition
{
"name": { "type": "string", "required": true },
"nik": { "type": "string", "required": true },
"birth_date": { "type": "date", "required": true }
}Template configuration settings
Template type - custom or prebuilt
CUSTOM, PREBUILT "CUSTOM"
Template creation timestamp
Last update timestamp