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

Resume Parser

The Hirize Resume Parser 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

Resume parsing isn't charged multiple times when used in other API endpoints. A checksum is created and checked to prevent it.

POST Parser Request

{{main_url}}/api/public/parser

Payload should be a raw Base64 string.

Authorization API Key

Key      api_key
Value    {{parser_api_key}}

Body raw (json)

{
  "payload": {{payload}},
  "file_name": "william-bill-gates.pdf"
}

GET Parser Detail

{{main_url}}/api/public/parser/1364

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

Query Params

api_key

Last updated