# Job Parser

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[ https://app.hirize.hr](https://app.hirize.hr).

### **Authorization** <mark style="color:blue;">API Key</mark>&#x20;

***

This folder is using an authorization helper from collection Public Api

### <mark style="color:yellow;">POST</mark> Job Parser Request.                                               [Open request](https://hirize.postman.co/request/25317643-40928334-4587-4861-9fe9-ad8c1551431a)

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

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

### **Authorization&#x20;**<mark style="color:blue;">**API Key**</mark>

***

```
Key          api_key
Value        {{job_parser_api_key}}
```

### Body <mark style="color:blue;">Raw (json)</mark>

```json
{
  "job_description":{{job_post}}
  
}
```

### <mark style="color:green;">GET</mark> Job Parser Detail.                                                     [Open request](https://hirize.postman.co/request/25317643-d47fa4c1-3877-49c9-9772-278f82f15d5d)

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

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

### Authorization <mark style="color:blue;">API Key</mark>

***

```
Key          api_key
Value        {{job_parser_api_key}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hirize.gitbook.io/hirize/documents/markdown.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
