Resume Scoring API

AI-powered candidate evaluation system for modern recruitment

100%
Uptime
6
API Endpoints
< 2s
Avg Response
99.9%
Accuracy

AI-Powered Scoring

Advanced machine learning algorithms analyze resumes, skills, and experience to provide accurate candidate scoring.

PDF Processing

Automatically extract and analyze content from resume and cover letter PDFs for comprehensive evaluation.

Batch Processing

Score multiple candidates simultaneously for efficient recruitment pipeline management.

Customizable Weights

Adjust scoring criteria weights to match your specific hiring requirements and priorities.

Detailed Analytics

Get comprehensive breakdowns of scoring criteria with actionable insights for hiring decisions.

Secure & Reliable

Enterprise-grade security with reliable performance for mission-critical recruitment processes.

Try the API

Test our resume scoring API with sample data or your own. Results are returned in real-time.

Processing...

API Documentation

POST /api/score-application
Score a job application using JSON data (no file uploads required)
curl -X POST /api/score-application \\ -H "Content-Type: application/json" \\ -d '{"job_details": {...}, "candidate_profile": {...}}'
POST /api/score-application-files
Score application with PDF file uploads (resume and cover letter)
curl -X POST /api/score-application-files \\ -F "job_details={...}" -F "candidate_profile={...}" \\ -F "resume=@resume.pdf" -F "cover_letter=@cover_letter.pdf"
POST /api/batch-score
Score multiple candidates for the same job position
GET /api/scoring-weights
Get current scoring weights configuration
POST /api/scoring-weights
Update scoring weights (must sum to 1.0)
GET /api/health
Health check endpoint for monitoring
POST /api/score-essay
Evaluates a candidate’s essay response against the reference answer and returns a score based on content similarity and completeness.