Basic Example
All API calls require theX-API-KEY header. For an example of how to do this, see the code snippet below:
Example Request
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
X-API-KEY header. For an example of how to do this, see the code snippet below:
curl --location -g --request GET 'https://api.stream.estate/documents/properties/{id}' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api_key>' \