API - CV Parsing

API - CV Parsing

Prerequisites

The CV parser service does not rely on any access level restrictions for the eRecruiter API. If an applicant portal is configured for CV parsing services (in eRecruiter Administration area), it can be used after successful authentication with the API.

CV-Parsing

The API supports a parsing service for CV's and extracts structured data from it. Different CV parsing algorithms are supported at the backend of the API. The actual parsing algorithm can be configured in the administration area of the eRecruiter. Therefore, select in the documentprocessing settings in the applicant portals administration to the preferred options.
Cv-Parsing
POST Api/CvParser
Next, find a short description about the available parsers:
  1. CVParser Basic: Basically is able to extract general applicant information from an CV. This is the standard parser which is used by default.
  2. CVParser Plus: This is a professional CV parser. It's able to extract precisely parsed information from the CV, like general applicant information, education, skills, etc. When using CVParser Plus it is necessary to configure the CVParser mapping

Result

This endpoint provides structured applicant profile data, based on the extracted data from the parser. Depending on the portal settings, the parser returns different results. 
    • Related Articles

    • API - Applicant

      Prerequisites It's required to be authenticated to use the following methods. Furthermore, an API token with "Applicants" access level is mandatory. Applicant profile Essentially an applicant profile consists of basic  claim data . More Data can be ...
    • API - Questionnaires

      The eRecuiter application allows recruiters to create questionnaires to create questions for jobs. Questionnaires describes applicant information, that can be provided for that job during the application process. For all possible questions, an API ...
    • API - Application

      Prerequisites It's assumed that the requesting user is authenticated and there is an existing job on which an applicant wants to apply. The following actions could be performed for an application: Apply for an existing job Apply again for an existing ...
    • API - Reset Password

      Process The password reset process is basically devided into three parts. Step 1 - Trigger "I-Forget-My-Password"-Token First, the API has to be called ( http://api.erecruiter.net/Help/Api/POST-Api-Applicant-RequestPassword_email_url_culture ) ...
    • API - Auto-LogOn-URL

      The Auto-LogOn-URL is provided to applicants (on the applicant portal) and contacts (on the customer portal) to automatically log in at their portal. The Auto-LogOn-URL can be used in several mail templates in the eRecruiter web-application and is ...