About iMochaHelpBook a demo
About iMochaHelpBook a demo
  1. Employee
  • Introduction
  • Skills Assessment API
    • API Reference
      • Getting started
      • API Environment
      • Authentication Mechanism
      • Error Code
      • List timezones
    • Test
      • List all tests
      • Retrieve a test
      • Retrieve test settings
      • Update Test Settings
    • Test Invitations
      • Callback notification
      • Invite candidate
      • Invite candidate by test link
      • Bulk Invite
      • Reattempt Test
      • Cancel Invitation
    • Test Link
      • List all test links
    • Report
      • Retrieve candidate test report
      • Retrieve candidate test report in PDF
      • Get Reports By TestId
      • Get All Reports
    • Callback API
      • Process Callbacks
      • Retrieve Invites
    • GDPR
      • GDPR Data Masking Service
    • Users
      • Get all business units
      • Create New User
      • Update User
      • Active/ Inactive User
  • Skills Intelligence API
    • Introduction
    • Authentication
    • Employee
      • List employees
        GET
      • Get Employee Skills by employeeId
        GET
      • Employee Enrollment
        POST
      • Get Employee Certificates
        GET
      • Update Employee Status
        PATCH
      • Get Employee Assessment Report
        GET
      • Upload Certificate for Employee
        POST
    • JobProfiles
      • Get All JobProfiles
      • Get JobProfile with Skills By JobProfileId
      • Create JobCode
    • Taxonomy
      • Get all Taxonomy Skills
    • CareerPath
      • Get Employee Career Path by employeeId
    • Account
      • Get Multichannel Validation Weightages
  • Schemas
    • RequestBodies
      • Body
    • Schemas
      • AIInferredRating
      • AIInferenceWeightage
      • Country
      • MultichannelValidationWeightage
      • Department
      • MultichannelValidationWeightageResponse
      • DomainModel
      • CreateJobCodeCommand
      • EmployeeJobProfileModel
      • EmployeeHRMSInfo
      • EmployeeCareerPathResponse
      • EmployeeResponseModel
      • EmployeeResponseModelPaginatedList
      • EmployeeJobProfile
      • EmployeeSkill
      • EmployeeSkillProficiencyModel
      • EmployeeJobProfileSkill
      • Grade
      • JobCode
      • JobDescription
      • JobFamily
      • JobProfileModel
      • JobProfileSkill
      • JobProfileSkillSource
      • JobProfileStatus
      • JobProfileTaxonomySkill
      • JobProfilesResponseModel
      • JobProfilesResponseModelPaginatedList
      • JobRoleMetaData
      • Sector
      • SkillClassification
      • SkillClusterModel
      • SkillFramework
      • SkillModel
      • LinkedJobProfile
      • Subdomain
      • TaxonomySkillModel
      • Skill
      • TaxonomySkillModelPaginatedCollection
      • TaxonomySkillTag
      • YearOfExperience
      • RateRoleWeightage
      • UpsertEmployeeRequest
      • RecordState
      • UpsertEmployeeResult
      • UpdateEmployeeStatusRequest
      • UpsertEmployeeSummaryResult
About iMochaHelpBook a demo
About iMochaHelpBook a demo
  1. Employee

Upload Certificate for Employee

POST
/employees/{employeeId}/certificates
This endpoint stores a certificate for a given employee. Once saved, the system analyzes the certificate metadata (such as title and issuer) to infer and associate relevant skills with the employee profile.

Request

Path Params

Body Params application/jsonRequired

Examples

Responses

🟢201Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.skillsintelligence.imocha.io/employees//certificates' \
--header 'Content-Type: application/json' \
--data-raw '{
  "title": "string",
  "issuer": "string",
  "validTill": "2026-01-22T03:17:31.109Z",
  "licenseNumber": "string",
  "isStandardCertificate": true
}'
Response Response Example
{}
Modified at 2026-01-22 03:29:10
Previous
Get Employee Assessment Report
Next
Get All JobProfiles
Built with