CredablyAPI

Integrate career intelligence into your applications with our powerful API.

Fast & Reliable

99.9% uptime with average response times under 100ms

Secure

Enterprise-grade security with OAuth 2.0 and API keys

Developer Friendly

RESTful API with comprehensive documentation

Well Documented

Interactive API docs with code examples

Quick Start

1Get Your API Key

Sign up for a Credably account and generate your API key from the developer dashboard.

2Make Your First Request

Example Request
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..."
  }'

3Get Response

{
  "skills": [
    { "name": "React", "proficiency": 90, "years": 5 },
    { "name": "TypeScript", "proficiency": 85, "years": 5 }
  ],
  "total_skills": 2
}

API Endpoints

GET/api/v1/skills/analyzeAuth Required

Analyze skills from text or resume

POST/api/v1/career/recommendationsAuth Required

Get personalized career recommendations

GET/api/v1/credibility/scoreAuth Required

Retrieve credibility score and breakdown

GET/api/v1/market/trends

Get market trends and salary data

Ready to Build?

Start integrating Credably's career intelligence into your application today.

Get API Key