> 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/interactive-blocks.md).

# Hirize IQ

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

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

***

This folder is using an authorization helper from collection Public Api

### <mark style="color:yellow;">POST</mark> HirizeIQ Request [Open request](https://hirize.postman.co/request/25317643-2e258db8-a650-4ddd-9e19-32be8f784a3b)<br>

```
{{main_url}}/api/public/hirize-iq
```

The payload is the same as in the Resume Parser.

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

***

```
Key          api_key
Value        {{hirize_iq_api_key}}
```

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

```json
// Some code{
  "payload": {{payload}},
  "file_name": "william-bill-gates.pdf",  
  "job_description": {{job_post}}
}
```

### <mark style="color:green;">GET</mark> Hirize IQ Detail  [Open request](https://hirize.postman.co/request/25317643-1f334ea1-5a67-47fc-a5a2-0011d91513d0)

```
{{main_url}}/api/public/hirize-iq/1376
```

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

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

```
Key          api_key
Value        {{hirize_iq_api_key}}
```
