SkillRack API

Enter a SkillRack resume ID and key to view profile data

How to find your ID and Key
  1. Log in to skillrack.com
  2. Go to Profile and click Share Resume
  3. Your public resume URL looks like this:
https://www.skillrack.com/faces/resume.xhtml?id=447787&key=mohanraj-g

Or just paste your full resume URL below and we'll extract it for you.

Overview
Problems Solved
Languages
Certificates

</> API Reference

Fetch any SkillRack profile as structured JSON data

Endpoint

GET /api/profile?id={id}&key={key}

Parameters

id required
string
Your SkillRack user ID
key required
string
Your SkillRack resume key

Example Request

curl "https://skillrack-api.mohanrajg.me/api/profile?id=447787&key=mohanraj-g"

Example Response


        

Error Responses

400 Missing id or key parameter
404 Invalid profile (no data found)
502 SkillRack is unreachable