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

# What is Stream Estate?

> The Stream Estate API is designed to enable builders to easily query, observe, and automate real estate data and insights

The Stream Estate API lets you query, observe, and automate real estate data over
HTTP. Authenticate with the `X-API-KEY` header — here's a working call that returns
houses for sale:

```bash theme={null}
curl -g 'https://api.stream.estate/documents/properties?propertyTypes[]=1&transactionType=0' \
  --header 'X-API-KEY: <your_api_key>'
```

New here? The [Quickstart](/quickstart) gets you to your first response in a few minutes.

<Card title="API Reference" icon="code" href="api-reference">
  Detailed technical information about our API, including its endpoints, methods, and responses.
</Card>

<CardGroup cols={2}>
  <Card title="FAQ" icon="question" href="api-reference/faq">
    Get answers to the most common questions and concerns about the use of our API.
  </Card>

  <Card title="Change Log" icon="map" href="changelog">
    Keep track of all modifications and updates made to the API over time.
  </Card>
</CardGroup>
