For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

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

Authorization API Key

Last updated