Hirize
  • Welcome
  • Getting Started
    • Getting Started with Hirize
    • EXTRACTION DETAILS
      • Supported file types
      • Supported languages
      • Volume and file limits
      • Credit usage
      • Backend Codes & Tools
  • Documents
    • Resume Parser
    • Job Parser
    • AI matcher
    • Hirize IQ
    • Finance parser
    • Hirize Lumina
  • INTEGRATIONS
    • Greenhouse
    • Zapier
  • CONTACT & SUPPORT
    • API status
    • FAQ
    • Contact us
    • Tutorials
Powered by GitBook
On this page
  • Authorization API Key
  • POST HirizeIQ Request Open request
  • Authorization API Key
  • Body Raw (json)
  • GET Hirize IQ Detail Open request
  • Authorization API Key
  1. Documents

Hirize IQ

PreviousAI matcherNextFinance parser

Last updated 5 months ago

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.

Authorization API Key


This folder is using an authorization helper from collection Public Api

POST HirizeIQ 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}}
}
{{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}}

GET Hirize IQ Detail

https://app.hirize.hr
Open request
Open request