cURL
curl --request GET \ --url https://api.anycheck.ai/templates/prebuilt \ --header 'Authorization: Bearer <token>'
200
Example
{ "total": 10, "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "KTP Verification", "description": "Template for KTP document verification and data extraction", "custom_id": "<string>", "type": "CUSTOM", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ]}
Get all prebuilt verification templates provided by the system
JWT token obtained from /auth/login endpoint.
/auth/login
Example:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Number of items to skip
Number of items per page
List of prebuilt templates
Total number of prebuilt templates
10
Show child attributes
Was this page helpful?