# Introduction Source: https://docs.bricked.ai/api-reference/introduction Welcome to the Bricked API documentation ## Welcome The Bricked API allows you to programmatically create and retrieve property analyses. ## Authentication All API endpoints are authenticated using API keys. You must include your API key in the `x-api-key` header of each request. ```bash theme={null} 'x-api-key': '' ``` ## Base URL The base URL for the API is: ```bash theme={null} https://api.bricked.ai ``` # Create Property Source: https://docs.bricked.ai/api-reference/property/create GET /v1/property/create Create a new property record from an address. Use this endpoint to create a property analysis from a normalized street address. # Get Property Source: https://docs.bricked.ai/api-reference/property/get GET /v1/property/get/{id} Retrieve a property by its ID. Use this endpoint to get a property by its ID. # List Properties Source: https://docs.bricked.ai/api-reference/property/list GET /v1/property/list List all properties created via API for the organization. Use this endpoint to list all properties created via API.