Docs, APIs, guides and changelog. Everything you need to ship — for developers, admins and HR teams.
Setup guides, admin handbook, country-by-country payroll specifics, and HR best practices.
Public REST + GraphQL. OAuth2. Webhooks for every domain event. SDKs in TS, Python, Go.
Product launches, engineering deep-dives, customer scenarios, and notes from building a multi-country HR platform.
From migration playbooks to country-specific compliance workflows.
A growing space for HR leaders and developers across APAC. Office hours, AMAs, and monthly product webinars.
Live platform status, incident history, security disclosures, and our trust center.
Every product surface in ZingKey is a public API call away. No legacy SOAP. No batch CSV. Just JSON, webhooks, OAuth2 and agent-ready workflows.
// Create a leave request and let the AI agent route it
POST /v1/leave_requests
Authorization: Bearer $ZK_TOKEN
{
"employee_id": "emp_8x4a",
"leave_type": "annual",
"start_date": "2026-08-12",
"end_date": "2026-08-19",
"agent": {
"route": true,
"policy_check": true
}
}
→ 201 Created
{
"id": "lr_2x9c",
"status": "pending",
"approver": "emp_3d2b",
"agent_notes": "Within balance. No conflicts. Routed."
}
Speak with the ZingKey team to explore how our AI-native HR platform can support your Core HR, multi-country payroll, workforce, talent and total rewards operations.