> For the complete documentation index, see [llms.txt](https://hirize.gitbook.io/hirize/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hirize.gitbook.io/hirize/documents/markdown.md).

# 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}}
```
