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
  • POST Parser Request
  • GET Parser Detail
  • Query Params
  1. Documents

Resume Parser

PreviousBackend Codes & ToolsNextJob Parser

Last updated 5 months ago

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

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.

Key      api_key
Value    {{parser_api_key}}

Query Params

api_key

https://app.hirize.hr