Liya Engine Documentation
Everything you need to integrate domain-aware AI intelligence into your product.
Liya Engine is a multi-tenant AI platform that gives your application access to vertical intelligence packs — structured, intent-driven AI designed for specific domains like hiring, fintech, healthcare, and EHS.
How it works
Every API call has three parts:
- Domain — the vertical context (
hiring,fintech,healthcare,ehs, or a custom domain you define) - Intent — the specific operation within that domain (e.g.
resume-analysis,candidate-prescreen) - Input — the structured data relevant to that intent (resume text, job description, candidate profile, etc.)
The engine routes the request, applies your tenant configuration (persona, model strategy, guardrails, RAG), and returns a structured, schema-validated response.
Authentication
All /v1/* API calls authenticate with an x-api-key header. Your API key is generated when you create an account and is available in the dashboard.
See Authentication for full details including key rotation and environments.
Quick links
| Authentication | API keys, environments, key rotation |
| Domain Packs | Hiring, Fintech, Healthcare, EHS, Custom |
| BYOK | Bring your own OpenAI / Anthropic / Azure key |
| Dashboard API | Account, usage, sessions, audit |
| Configuration | Persona, models, RAG, agentic mode |
| Guides | Quickstart, RAG pipeline, custom domains |