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

AI matcher

The Hirize AI matcher 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 AI Matcher Request Open request

{{main_url}}/api/public/ai-matcher

The payload is the same as in the Resume Parser. Seniority should be one of the following: "Intern, Junior, Mid, Senior, Lead, C Level / VP".

Authorization API Key


Key          api_key
Value        {{ai_matcher_api_key}}

Body raw (json)

{
  "job_title" : "Senior Backend Developer",
  "seniority" : "Senior",
  "skills" : ["FORTRAN", "COBOL", "ALGOL", "BASIC"], 
  "payload": {{payload}},
  "file_name": "william-bill-gates.pdf"
}

POST AI Matcher Request With Occupation & Job Description Open request

The payload is the same as in the Resume Parser. Seniority should be one of the following: "Intern, Junior, Mid, Senior, Lead, C Level / VP".

Authorization API Key


Body raw (json)

GET AI Matcher Detail Open request

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

Authorization API Key


Last updated