FourPoint.AI makes it easy for developers to integrate advanced career intelligence and coaching features into internal HR tools, chatbots, talent platforms, and more.
Coming Soon
// Analyze a resume in seconds
const response = await fourpoint.analyze({
resume: resumeText,
targetRole: "Senior Engineer",
includeGrowthPlan: true
});
console.log(response.insights);
// {
// level: "Senior (L5)",
// strengths: ["System Design", "Leadership"],
// impactStatements: [...],
// growthPlan: {...}
// }Everything you need to add world-class career intelligence to your applications—with just a few lines of code.
Instantly access resume insights, impact statements, growth plans, and level benchmarking—no need to build from scratch.
Deliver world-class, up-to-date career coaching directly inside your own applications.
Offload the complexity of rubrics, benchmarks, and progression logic—FourPoint.AI handles it all behind the scenes.
All APIs are built for privacy, compliance, and robust data protection.
From chatbots to dashboards, our APIs power the next generation of people tools.
Add intelligent career coaching to your existing chat interfaces
Build comprehensive career tracking and progression tools
Automate review preparation and impact statement generation
Accelerate new hire integration with personalized career paths
RESTful APIs with comprehensive documentation, SDKs, and sandbox environments.
POST /analyze/resumeExtract insights and impact statements from resumes
GET /growth-plan/:userIdGenerate personalized career development plans
POST /benchmark/roleCompare candidates against industry benchmarks
{
"insights": {
"level": "Senior (L5)",
"confidence": 0.92,
"strengths": [
"System Architecture",
"Team Leadership",
"Technical Strategy"
],
"impactStatements": [
"Led migration reducing latency by 60%",
"Mentored 8 engineers across 3 teams"
]
},
"growthPlan": {
"nextLevel": "Staff (L6)",
"keyAreas": ["Org Impact", "Vision"],
"timeline": "12-18 months"
}
}