# Authentication, Input, and Response

#### **Request Body**

| Name              | Type   | Description                                          |
| ----------------- | ------ | ---------------------------------------------------- |
| image             | file   | Image file of the property (JPEG, PNG, etc.)         |
| property\_details | object | Contains detailed property attributes                |
| year              | number | Year the property was built                          |
| surface\_area     | number | Total surface area of the property in square meters  |
| facilities        | array  | List of available facilities (e.g., parking, garden) |
| location          | string | Address or GPS coordinates of the property           |
| property\_type    | string | Type of property (e.g., residential, commercial)     |

#### **Output Fields**

| Name                   | Type   | Description                                                |
| ---------------------- | ------ | ---------------------------------------------------------- |
| choose\_tone           | string | The tone of the description (e.g., formal, friendly)       |
| choose\_language       | string | Language of the output description                         |
| target\_audience       | string | Specific audience for whom the description is tailored     |
| description\_length    | string | Preferred length of the generated description (short/long) |
| additional\_notes      | string | Any custom notes included to refine the description        |
| generated\_description | string | The AI-generated property description                      |


---

# 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://docs.altum.ai/english/property-ai/authentication-input-and-response.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.
