Integrate with our powerful facial recognition platform
Build powerful integrations with CheckMet's developer-friendly API
Authenticate via API keys or OAuth 2.0. Generate keys from your admin dashboard under Settings → API.
Create, update, and manage employee records. Enroll and remove facial data programmatically.
Retrieve check-in/check-out records, query by date range, location, or department.
Generate summary and detailed attendance reports. Export data in JSON, CSV, or Excel format.
Receive real-time event notifications for check-ins, late arrivals, and system alerts.
Manage multi-site configurations and department hierarchies through the API.
All endpoints use Base URL: https://api.checkmet.com/v1
| Method | Endpoint | Description |
|---|---|---|
| GET | /employees | List all employees |
| POST | /employees | Create a new employee |
| GET | /attendance | Retrieve attendance records |
| GET | /reports/summary | Generate attendance summary |
| POST | /webhooks | Register a webhook endpoint |
| GET | /locations | List all locations |
Full endpoint reference, request/response schemas, and code samples are available in the developer docs.
Explore our documentation to see what's possible with the CheckMet API.