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


---

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