๐Ÿš€ NOW AVAILABLE โ€” ChatHire Intelligence API v1

Add AI Hiring Intelligence
to Any ATS in Minutes

Score resumes, detect bias, classify candidates, and run AI interviews โ€” via a simple REST API. Works with Bullhorn, iCIMS, Workday, or any system.

87ms
Avg Response Time
99.9%
Uptime SLA
5
Languages Supported
500K+
Resumes Processed
$0
To Get Started
Everything you need to hire smarter
Built for developers, designed for recruiters
๐ŸŽฏ
AI Resume Scoring
Match candidates against job descriptions with 0-100 AI scores. See matched skills, missing skills, and hiring recommendations instantly.
โš–๏ธ
Bias Redaction
Our unique bias delta scoring shows how unconscious bias affects candidate scores. Protect your company and find overlooked talent.
๐Ÿ”
Resume Classification
Extract structured data from any resume โ€” skills, experience, education, seniority level, work authorization, and career category.
โšก
Batch Processing
Score up to 20 resumes in a single API call. Process thousands of candidates in minutes, not hours.
๐ŸŒ
5 Languages
English, Hindi, Telugu, Tamil, and Spanish. Score candidates in their native language for better accuracy.
๐Ÿ”Œ
Works With Any ATS
REST API works with Bullhorn, iCIMS, Workday, Greenhouse, or any system. No migration required. Add AI in one afternoon.
Quick Start
From zero to AI-scored resumes in 5 minutes
POST /v1/resume/score cURL
# Score a resume against a job description
curl -X POST https://chathire-server-454322969061.us-east4.run.app/v1/resume/score \
  -H "X-API-Key: ck_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "resume_text": "John Doe\nSoftware Engineer\n5 years Java, Spring Boot, AWS...",
    "job_description": "We need a Senior Java Developer with 4+ years experience...",
    "options": {
      "bias_redaction": true,
      "language": "en"
    }
  }'
200 Response JSON
{
  "success": true,
  "score": 87,
  "bias_redacted_score": 91,
  "bias_delta": 4,
  "recommendation": "Shortlist",
  "matched_skills": ["Java", "Spring Boot", "AWS"],
  "missing_skills": ["Kubernetes", "React"],
  "summary": "Strong Java engineer with relevant enterprise experience.",
  "strengths": ["Deep Java expertise", "Cloud experience"],
  "concerns": ["No Kubernetes experience"],
  "experience_years": 5,
  "confidence": 0.94,
  "meta": {
    "response_ms": 87,
    "calls_remaining": 99
  }
}
POST /v1/resume/score Python
import requests

response = requests.post(
    "https://chathire-server-454322969061.us-east4.run.app/v1/resume/score",
    headers={"X-API-Key": "ck_live_your_key"},
    json={
        "resume_text": resume_text,
        "job_description": job_description,
        "options": {"bias_redaction": True}
    }
)
result = response.json()
print(f"Score: {result['score']}/100 โ€” {result['recommendation']}")
POST /v1/resume/score Node.js
const response = await fetch(
  "https://chathire-server-454322969061.us-east4.run.app/v1/resume/score",
  {
    method: "POST",
    headers: {
      "X-API-Key": "ck_live_your_key",
      "Content-Type": "application/json"
    },
    body: JSON.stringify({ resume_text, job_description })
  }
);
const { score, recommendation, matched_skills } = await response.json();
console.log(`Score: ${score} โ€” ${recommendation}`);
API Endpoints
Base URL: https://chathire-server-454322969061.us-east4.run.app
POST /v1/resume/score Score resume against job description
Parameter Description
resume_text* Full text of the resume (required)
job_description* Full job description text (required)
options bias_redaction (bool), language (en/hi/te/ta/es)
POST /v1/resume/classify Extract structured data from resume
POST /v1/resume/batch Score up to 20 resumes in one call
GET /v1/usage Check API usage and remaining calls
POST /v1/keys/create Generate a new API key
โšก LIVE DEMO โ€” No API Key Needed
Try It Right Now
Paste a resume and job description. See AI scoring in seconds.
5 free demo calls per day โ€” no signup required.
ChatHire Intelligence API โ€” Live Console POST /v1/demo/score
๐Ÿ“„ Resume
๐Ÿ’ผ Job Description
5 free demo calls remaining today
๐ŸŽฏ
AI Score Appears Here
Paste a resume and job description
then click Score Resume
Simple, Usage-Based Pricing
Pay monthly. Cancel anytime. Scale as you grow.
Free
$0/month
100 API calls/month
  • Resume scoring
  • Basic classification
  • Community support
Starter
$29/month
1,000 API calls/month
  • Resume scoring
  • Bias redaction
  • Skills extraction
  • Email support
Pro
$299/month
100,000 API calls/month
  • All Growth features
  • Interview API
  • Webhook support
  • Dedicated support
Enterprise
Custom
Unlimited calls
  • All Pro features
  • Custom models
  • SLA guarantee
  • On-premise option
Get Your Free API Key
Start scoring resumes in minutes. No credit card required.
๐ŸŽ‰ API key created! Check your email for your key and quick start guide.

By signing up you agree to our Terms of Service and Privacy Policy