The same intelligence that powers the HireFlow360 platform, exposed as composable REST modules — metered per call, gated by entitlements, and ready to drop into your product.
Call one module or chain them all — each is independently entitled and independently metered.
Parse any résumé into a normalized profile — skills inferred, history structured, signals scored. One call, clean JSON out.
POST /v1/resume/analyzeScore a job description for clarity, extract true requirements, and flag exclusionary language before it costs you candidates.
POST /v1/jd/analyzeAdverse-impact metrics for every stage of your funnel, with exportable audit reports your compliance team can stand behind.
POST /v1/audit/biasExplainable match scoring against a JD — every rank ships with the evidence that produced it, not a black-box number.
POST /v1/candidates/rankQuery the living talent graph: search, enrich, and surface candidates who match on inferred skills, not just keywords.
POST /v1/sourcing/searchTrajectory inference over real career histories — predict likely next roles and readiness for internal mobility or outreach.
POST /v1/career/pathMarket compensation bands by role, seniority, and region — so offers land competitive the first time.
POST /v1/salary/benchmarkCreate a key, fire the onboarding ping, and watch the meter move — everything you need to run AI in production without guessing what it costs.
Separate keys per environment and per team, rotated without downtime. Test keys never touch production quotas.
Every call metered per module, visible live in your dashboard and exportable for finance. No surprise invoices.
Module-level entitlements per tenant and per plan — turn capabilities on and off per key, enforced at the gateway.
A zero-cost onboarding ping that echoes your tenant, entitlements, and latency — confirm your integration in seconds.
curl https://api.hireflow360.ai/v1/ping \
-H "Authorization: Bearer $HF360_API_KEY"
{
"ok": true,
"tenant": "acme-corp",
"entitlements": ["resume", "rank", "sourcing"],
"latency_ms": 84
}The ping is free and unmetered — it confirms your key, your tenant, and your entitlements before you spend a single metered call.
Every tenant can train a private adapter on their own hiring outcomes — rankings and inferences tuned to how your organization actually hires, on the base model you choose.
train → evaluate → promote → serve
Available on Enterprise plans — see pricing.
Create a free developer key, fire the onboarding ping, and make your first metered call today — production tiers when you're ready.