For recruiting tools & ATS builders

The résumé↔job matching engine behind CueInbox — now an API.

Score any candidate against any job, 0–100 with a section-by-section breakdown — the same engine that scores every job for CueInbox users. Plus unified job search across 60+ boards. Two endpoints, Bearer key, live today.

We sell matching technology — not candidate data. Your payloads are never used to train models.
POST /v1/score
# Score a candidate against a job — one call
curl -X POST https://api.cueinbox.com/v1/score \
  -H "Authorization: Bearer cue_live_..." -H "Content-Type: application/json" \
  -d '{
    "resume": "Staff backend engineer, 8y. Python, K8s, Kafka, fintech...",
    "job": { "title": "Senior Platform Engineer", "description": "..." }
  }'

# → 200
{
  "score": 84,
  "sections": [
    { "label": "Skills & stack",    "pct": 91 },
    { "label": "Experience depth",  "pct": 88 },
    { "label": "Domain fit",        "pct": 76 },
    { "label": "Seniority",         "pct": 82 }
  ],
  "summary": "Strong platform overlap; domain shifts from fintech to infra."
}
Endpoints

Two endpoints. No model to train, no data to buy.

POST/v1/score

AI match scoring

0–100 fit with a breakdown across skills, experience, domain and seniority — real language understanding, not keyword overlap. Bring your own candidates and jobs; we return the judgment.

GET/v1/jobs

Unified job search

One query across 60+ company boards, aggregators and the major job engines — salary-ranked, deduplicated, with direct application links. 13 countries.

In production
this engine scores every job on CueInbox, daily
60+
boards & aggregators behind /v1/jobs
60 rpm
per key, sensible defaults — ask for more
Pricing

Self-serve prices. No sales call required.

Free
$0 /mo
  • 100 score calls /mo
  • 2,000 jobs requests /mo
  • 60 rpm
Get a free key
Starter
$49 /mo
  • 1,000 score calls /mo
  • 20,000 jobs requests /mo
  • Email support
Start on Starter
Growth
$199 /mo
  • 6,000 score calls /mo
  • 100,000 jobs requests /mo
  • Overage: $0.04/score · $2/1k jobs
Start on Growth
Scale
Custom
  • Volume pricing & SLA
  • Invoicing
  • Priority support
Talk to us

Early access: keys are issued personally by the founder, usually same-day. Billing starts when you do — no card required for the free tier.

Coming

Opt-in talent access

We're building an opt-in talent pool — candidates who explicitly choose to be visible to employers. Nothing is shared without their consent: parsed profile only, contacts stay private until the candidate accepts an intro. Want early access when it opens?

Join the waitlist →
FAQ

The short version.

What data do I need to send?
For /v1/score: the candidate's résumé or profile as plain text, and the job title + description. That's it — no files, no structured schema required. For /v1/jobs: just query params (role, country, remote, salary floor).
Do you store or train on our payloads?
No. Score requests are processed and returned; we don't use your candidates' or jobs' text to train models. Responses may be cached briefly for idempotency and cost control.
How does billing work right now?
Early-access simple: pick a tier, we send an invoice/payment link and issue your key the same day. Usage is metered per key per calendar month; the free tier just stops at its cap, paid tiers get overage billing.
Can we search your candidates?
Not yet — and never without their consent. The opt-in talent pool is being built now (see above). The API today is matching technology only: you bring the candidates and jobs.