Hirize IQ
The Hirize IQ can parse resumes of varying formats (PDF, JPG, PNG), and has OCR capabilities. 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 HirizeIQ Request Open request
{{main_url}}/api/public/hirize-iq
The payload is the same as in the Resume Parser.
Authorization API Key
Key api_key
Value {{hirize_iq_api_key}}
Body Raw (json)
// Some code{
"payload": {{payload}},
"file_name": "william-bill-gates.pdf",
"job_description": {{job_post}}
}
GET Hirize IQ Detail Open request
{{main_url}}/api/public/hirize-iq/1376
Make a request with the id returned through the POST request.
Authorization API Key
Key api_key
Value {{hirize_iq_api_key}}
Last updated