API Reference

Kova REST API

Integrate Kova with your tools. All endpoints require authentication and respect RBAC permissions.

Authentication

All API requests require a Bearer token in the Authorization header:

Authorization: Bearer sk_live_your_api_key_here

Generate API keys in Settings → API Keys (Pro plan required).

Rate Limits

Core

100 req/min

Growth

500 req/min

Pro

2000 req/min

Endpoints

GET/api/v1/employeesCore+
POST/api/v1/employeesCore+
GET/api/v1/leave/requestsCore+
POST/api/v1/leave/requestsCore+
GET/api/v1/departmentsCore+
GET/api/v1/rolesCore+
POST/api/v1/ai/hr-assistantPro

Interactive API Explorer

Try API calls directly from this page. Paste your API key in the Authorize button.