> ## Documentation Index
> Fetch the complete documentation index at: https://docs.realdealcpa.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Analyze Property API

> Analyze a property to provide insights, valuation, and investment recommendations.

**Endpoint:** `/api/analyze-property`

**Description:**\
Analyze a property to provide insights, valuation, and investment recommendations.

## How to Call This Endpoint

```bash theme={null}
curl -X POST "https://api.example.com/api/analyze-property" \
  -H "Content-Type: application/json" \
  -d '{"address": "123 Main St, Springfield, IL 62704", "details": {}}'
```

## Request

* **Method:** POST
* **Body:**
  * `address` (string): The address of the property.
  * `details` (object): Additional property details.

## Response

* **200 OK:** Analysis results and recommendations.

***

*Add further details as needed.*
