🧠 Parse a raw Text

Extract over 50 data point from any raw input text.

πŸ“˜

Prerequisites

  1. ✨ Create a Workspace
  2. πŸ”‘ Get your API Key
  3. 🧠 Activate Text Parsing API

πŸ“˜

Postman Endpoint

Try out the live API demo of this endpoint with Postman.

🚧

Batch Mode with 'texts' parameter

  • Batch size = lenght(texts) should be < 32 (and a multiple of 2 for an optimum speed).

Request headers

FieldValue
Content-Typeapplication/json
X-API-KEYYour API Key.
X-USER-EMAILYour HrFlow.ai account's email.

Response

The Response contains a list ents of detected entities with the following structure.

FieldTypeDescription
startintPosition of the first char of the entity.
endintPosition of the last char of the entity.
labelstringName of the detected category.

Labels

Below is a list of the different labels supported by the text parsing:

LabelDescriptionExample
first_nameFirst NameJohn
last_nameLast NameDoe
dateDate2022-01-01
durationDuration6 months
locationLocation55 de la rue du Faubourg-Saint-HonorΓ©, 75008 Paris France
companyCompany NameHrFlow.ai
job_titleJob TitleR&D Engineer
taskTaskManage a product team of 10 people
schoolSchool / Educational Institution NameHarvard University
education_titleEducation TitleM.Sc. in Software Engineering
courseCourse NameStatistical Learning
skill_hardHard SkillC++, JavaScript, SAGE
skill_softSoft SkillLeadership, Team spirit
certificationCertificates NamesISO 27001
languageLanguageSpanish, German
interestInterestVolleyball
emailEmail Address[email protected]
phonePhone+33765432109
Language
Authorization
Click Try It! to start a request and see the response here!