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 Job Parser Request. Open request
  • Authorization API Key
  • Body Raw (json)
  • GET Job Parser Detail. Open request
  • Authorization API Key
  1. Documents

Job Parser

PreviousResume ParserNextAI matcher

Last updated 5 months ago

The Hirize Job Parser can parse any job description in raw text format. 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 Job Parser Request.

{{main_url}}/api/public/job-parser

Job Description should be raw text, no prior formatting is required.

Authorization API Key


Key          api_key
Value        {{job_parser_api_key}}

Body Raw (json)

{
  "job_description":{{job_post}}
  
}
{{main_url}}/api/public/job-parser/1368

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

Authorization API Key


Key          api_key
Value        {{job_parser_api_key}}

GET Job Parser Detail.

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