| Value | Name | Description |
|---|---|---|
| 1 | CV/Resume | Skill rating inferred by iMocha based on the employee’s uploaded CV/Resume. The system analyzes the resume content (experience, roles, technologies, etc.) to estimate skill proficiency. |
| 2 | Certificate | Skill rating inferred by iMocha based on certificates uploaded by the employee. The system evaluates certifications to derive relevant skill levels. |
| 3 | LearningMaterial | Skill rating inferred by iMocha based on learning materials or courses completed by the employee, such as training content or study resources. |
curl --location --globoff 'https://api.skillsintelligence.imocha.io/employees/{employeeId}/skills-profile?includeProficiencyAudit=false' \
--header 'x-api-key;'[
{
"skill": {
"skillId": 0,
"skillName": "string",
"taxonomySkillExternalId": "string",
"modifiedOn": "2025-10-01T11:34:34.103Z",
"skillClassification": {
"classificationId": 0,
"classificationName": "string"
}
},
"selfValidationScore": 0,
"iMochaValidationScore": 0,
"managerValidationScore": 0,
"weightedProficiencyScore": 0,
"multiRaterValidationScore": 0,
"weightedAIInferenceScore": 0,
"experienceInMonths": 0,
"aiInferredRatings": [
{
"inferenceType": 0,
"rating": 0,
"talentAlteredRating": 0,
"explanation": "string"
}
],
"isJobProfileSkill": true,
"skillPriorirty": "string",
"skillRequiredProficiency": 0,
"skillGapInPercentage": 0
}
]