Embed career intelligence into your platform in minutes. One endpoint to turn raw resumes into best-fit roles, growth paths, and markdown reports.
No credit card · JSON + Markdown outputs · Built for job boards, coaching tools, and HR tech.
Perfect for POCs, sandbox environments, and integration testing. No payment info required.
Make your first API call in 60 seconds:
Sign up below to receive your API key via email instantly.
curl -X POST https://riaapi.archlexis.com/v1/analyze \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"resumeText": "Your resume text here...",
"mode": "both"
}'
mode: "data" – Structured JSON only (perfect for custom UIs).mode: "rendered" – Pre-formatted Markdown reports (drop-in ready).mode: "both" – Complete package (default).curl -X POST https://riaapi.archlexis.com/api/v1/analyze \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@/path/to/resume.pdf" \
-F "mode=both"
Supports: PDF, Word (.doc, .docx), and plain text files.
Base URL: https://riaapi.archlexis.com
Analyze a resume and return structured career intelligence plus optional rendered reports.
{
"resumeText": "string (required if file not provided)",
"mode": "data|rendered|both (optional, default: both)"
}
Check your API usage, remaining credits, and active tier.
View all available pricing tiers and limits.
Simple health check for uptime monitoring and alerting.
{
"success": true,
"requestId": "req_...",
"data": {
"careerProfile": { ... },
"skills": { ... },
"bestFitRoles": [ ... ],
"unexpectedRoles": [ ... ],
"growthPath": { ... }
},
"rendered": {
"summaryMarkdown": "...",
"fullReportMarkdown": "...",
"sections": { ... }
},
"metadata": {
"processingTimeMs": 45000,
"model": "gemini-2.0-flash"
},
"usage": {
"creditsUsed": 1,
"creditsRemaining": 2,
"tier": "free"
}
}
Test the integration.
For custom UIs.
Drop-in reports.
Everything included.
Add AI-powered insights to your coaching or career discovery platform.
Help candidates find better matches and surface non-obvious roles.
Enhance candidate screening with explainable AI-driven career intelligence.
Power career services with scalable resume analysis and guidance.