Job Parser

The Hirize Job Parser can parse any job description in raw text format. You can also define a webhook in the control panel and make async requests to the API. Please create an endpoint for the product in the endpoints section at https://app.hirize.hr.

Authorization API Key


This folder is using an authorization helper from collection Public Api

POST Job Parser Request. Open request

{{main_url}}/api/public/job-parser

Job Description should be raw text, no prior formatting is required.

Authorization API Key


Key          api_key
Value        {{job_parser_api_key}}

Body Raw (json)

{
  "job_description":{{job_post}}
  
}

GET Job Parser Detail. Open request

{{main_url}}/api/public/job-parser/1368

Make a request with the ID returned through the POST request.

Authorization API Key


Key          api_key
Value        {{job_parser_api_key}}

Last updated