> For the complete documentation index, see [llms.txt](https://docs.scaleflex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scaleflex.com/visual-ai/visual-ai/images/moderation-models/real-estate-authenticity.md).

# Real estate authenticity

## Overview

When it comes to Digital Asset Management (DAM) services, the veracity and trustworthiness of digital content are paramount, especially in the real estate sector. The Real estate authenticity verification model is an innovative machine learning solution designed to classify real estate images into two distinct categories:

* **Real images** - Authentic images captured via phones and cameras that provide genuine representations of real estate properties.
* **Artificial images** - Images that are synthetically crafted using specialized software and provide visually appealing but artificial and unnatural portrayals of properties.

This model can play a pivotal role in authenticating the legitimacy of property images, making it an ideal tool for enhancing real estate websites that utilize user-generated content. Authenticity verification can not only improve user trust but also streamline the management of real estate digital assets.

## Typical use cases

Real estate authenticity verification can be employed in a range of scenarios:

* **Real estate listings** - Online marketplaces for buying and selling properties can use the model to verify the authenticity of user-submitted property images, enhancing the credibility of their listings and reducing the likelihood of fraudulent ones.
* **Vacation rental** - Platforms for vacation rentals can ensure that images accurately represent the properties they advertise, providing peace of mind to travelers.
* **Property management** - Property management companies can authenticate images provided by tenants or property owners, aiding in the transparent documentation of property conditions.
* **Property valuation** - Real estate valuation services can use the model to confirm the authenticity of images when assessing property values.

## API endpoints

Information about the specific API endpoints is available in an always up-to-date documentation, that can be accessed via the following link:

{% embed url="<https://documenter.getpostman.com/view/24652109/2s93z86NDt#561c3209-0c18-4cf6-9f7e-e4d4658233d4>" %}

There, you can find detailed information about the API endpoints, together with all required request parameters, so you know how to interact with them.

## Example API responses

<table data-full-width="true"><thead><tr><th width="484">Input image</th><th>API response</th><th data-hidden></th><th data-hidden></th><th data-hidden data-type="files"></th><th data-hidden data-type="rating" data-max="5"></th></tr></thead><tbody><tr><td><img src="/files/NaegJJ2GpwqJu38otb87" alt="" data-size="original"></td><td><pre class="language-json"><code class="lang-json">{
  "status": "success",
  "version": "3.0.2",
  "predictions": [
    {
      "artificial": 1,
      "real": 0
    }
  ],
  "request_uuid": "0b436203-0b20-44d7-ab16-9327c686fff0",
  "sha1": "f41ce5c70aa1d46fd4e2152b00d65b8d241a4067"
}
</code></pre></td><td></td><td><img src="/files/ho7Amt04hvMa9bAxOWo9" alt=""></td><td></td><td>null</td></tr><tr><td><img src="/files/P2AEwLOix093w0Mkl4Cv" alt="" data-size="original"></td><td><pre class="language-json"><code class="lang-json">{
  "status": "success",
  "version": "3.0.2",
  "predictions": [
    {
      "artificial": 0.06,
      "real": 0.94
    }
  ],
  "request_uuid": "a136a26c-0e08-4ca6-844b-4d954b53f09a",
  "sha1": "8cd713ba596b6e57f46b54efedc725a4782649f1"
}
</code></pre></td><td></td><td></td><td></td><td>null</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.scaleflex.com/visual-ai/visual-ai/images/moderation-models/real-estate-authenticity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
