Back to Platform
v1.2.0-stable

Developer API

Integrate SkillyTalk's intelligence directly into your own recruitment platform, custom ATS, or HR analytics tools.

Authentication

All API requests must be authenticated using your project API key as a Bearer token.

Authorization: Bearer skilly_live_••••••••••••

Analyze Resume

Endpoint to score a resume against a specific role.

POST/v1/analyze-resume
{
  "role": "Senior Frontend Engineer",
  "resume_text": "Experienced React developer...",
  "options": { "depth": "advanced" }
}