The AI-First Recruitment Infrastructure
Build the future of Recruitment AI.
Developer-first APIs for candidate matching, automated screening, and JD generation. The underlying platform powering the world's most intelligent hiring tools.
99.9% API Uptime
skills/parse-resume.sh
curl -X POST https://api.openjobs.ai/v1/skills/parse-resume \
-H "Authorization: Bearer $OPENJOBS_API_KEY" \
-F "file=@resume.pdf" \
-F "options={\"extract_skills\": true}"
# Response
{
"status": "success",
"data": {
"name": "Jane Doe",
"top_skills": ["React", "AI/ML", "Python"],
"match_score": 0.94
}
}Jobs Indexed
2.4M+
API Requests
180M/mo