Integrate career intelligence into your applications with our powerful API.
99.9% uptime with average response times under 100ms
Enterprise-grade security with OAuth 2.0 and API keys
RESTful API with comprehensive documentation
Interactive API docs with code examples
Sign up for a Credably account and generate your API key from the developer dashboard.
curl -X GET 'https://api.credably.com/v1/skills/analyze' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"text": "5 years of React and TypeScript experience..."
}'{
"skills": [
{ "name": "React", "proficiency": 90, "years": 5 },
{ "name": "TypeScript", "proficiency": 85, "years": 5 }
],
"total_skills": 2
}/api/v1/skills/analyzeAuth RequiredAnalyze skills from text or resume
/api/v1/career/recommendationsAuth RequiredGet personalized career recommendations
/api/v1/credibility/scoreAuth RequiredRetrieve credibility score and breakdown
/api/v1/market/trendsGet market trends and salary data
Start integrating Credably's career intelligence into your application today.