Guides
Quickstart
Make your first Liya Engine API call in under 5 minutes.
This guide walks you through signing up, getting your API key, and calling your first intent.
1. Create an account
Sign up at app.liyaengine.ai/signup. During onboarding you'll select:
- Industry — e.g. staffing, HR tech, fintech
- Team size
- Domains to enable — start with
hiringif you're unsure
After verifying your email you'll land in the dashboard.
2. Get your API key
In the dashboard, navigate to API Keys and click Generate Key. Copy the full key — it's only shown once.
Your key looks like: liya_prod_a1b2c3d4e5f6...
Store it in your environment:
3. Make your first API call
Response:
4. Use the session ID for follow-up
Pass the sessionId from step 3 to maintain context across turns:
The engine has full context from the previous resume_analysis call and will tailor improvements accordingly.
Next steps
- Sessions and Memory — how session context works
- Building a RAG Pipeline — add your knowledge base
- All Hiring Intents — full intent reference
- Authentication — API key security and rotation