Developer · Resume Intelligence API

AI-Powered Resume Intelligence API

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.

🎁 Start Free — 10 API Calls Included

Perfect for POCs, sandbox environments, and integration testing. No payment info required.

⚡ Quick Start

Make your first API call in 60 seconds:

1. Get Your API Key

Sign up below to receive your API key via email instantly.

2. Make Your First Request

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"
  }'

3. Choose Your Response Mode

  • mode: "data" – Structured JSON only (perfect for custom UIs).
  • mode: "rendered" – Pre-formatted Markdown reports (drop-in ready).
  • mode: "both" – Complete package (default).

4. Upload Files (Optional)

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.

📍 API Endpoints

Base URL: https://riaapi.archlexis.com

POST /api/v1/analyze

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)"
}

GET /api/v1/account

Check your API usage, remaining credits, and active tier.

GET /api/v1/tiers

View all available pricing tiers and limits.

GET /api/health

Simple health check for uptime monitoring and alerting.

📦 Response Format

{
  "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"
  }
}

API Pricing

Free Trial

$0

Test the integration.

  • 10 API calls
  • All modes included
  • No credit card
  • Instant activation
Get Started

Data-Only API

$29/mo

For custom UIs.

  • 50 requests/month
  • Structured JSON only
  • Fair overages available
  • Email support
Subscribe

Complete API

$249/mo

Everything included.

  • 500 requests/month
  • All modes
  • Fair overages available
  • Dedicated support
Subscribe

Get Your Free API Key

Start Building in 60 Seconds

✓ 10 free API calls   •   ✓ No credit card   •   ✓ Instant access

🛡️ Enterprise Features

💼 Perfect For

Career Platforms

Add AI-powered insights to your coaching or career discovery platform.

Job Boards

Help candidates find better matches and surface non-obvious roles.

ATS Systems

Enhance candidate screening with explainable AI-driven career intelligence.

Universities

Power career services with scalable resume analysis and guidance.