post https://api.hrflow.ai/v1/text/parsing
Extract over 50 data point from any raw input text.
Prerequisites
Postman Endpoint
Try out the live API demo of this endpoint with Postman.
Request headers
Field | Value |
---|---|
|
|
| Your API Key. |
| Your HrFlow.ai account's email. |
Response
The Response contains a list ents
of detected entities with the following structure.
Field | Type | Description |
---|---|---|
|
| Position of the first char of the entity. |
|
| Position of the last char of the entity. |
|
| Name of the detected category. |