Create a new property record from an address.
curl --request GET \
--url https://api.bricked.ai/v1/property/create \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"property": {
"details": {
"bedrooms": 123,
"bathrooms": 123,
"squareFeet": 123,
"yearBuilt": 123,
"lotSquareFeet": 123,
"occupancy": "<string>",
"stories": 123,
"lastSaleDate": 123,
"lastSaleAmount": 123,
"basementType": "<string>",
"basementSquareFeet": 123,
"poolAvailable": true,
"garageType": "<string>",
"garageSquareFeet": 123,
"airConditioningType": "<string>",
"heatingType": "<string>",
"heatingFuelType": "<string>",
"hoaPresent": true,
"hoa1Fee": 123,
"hoa1FeeFrequency": "<string>",
"legalDescription": "<string>",
"fireplaces": 123,
"exteriorWallType": "<string>",
"daysOnMarket": 123,
"marketStatus": "<string>",
"surroundingType": "<string>",
"nonDisclosure": true,
"renovationScore": {
"hasScore": true,
"confidence": 123,
"score": 123
}
},
"landLocation": {
"apn": "<string>",
"zoning": "<string>",
"landUse": "<string>",
"propertyClass": "<string>",
"lotNumber": "<string>",
"block": "<string>",
"schoolDistrict": "<string>",
"subdivision": "<string>",
"countyName": "<string>"
},
"mortgageDebt": {
"openMortgageBalance": 123,
"estimatedEquity": 123,
"purchaseMethod": "<string>",
"ltvRatio": 123,
"itvRatio": 123,
"mortgages": [
{
"seq": 123,
"amount": 123,
"interestRate": 123,
"recordingDate": 123,
"documentDate": 123,
"maturityDate": 123,
"recordingBook": "<string>",
"recordingPage": "<string>",
"documentNumber": "<string>",
"lenderName": "<string>",
"termType": "<string>",
"term": "<string>",
"documentCode": "<string>",
"transactionType": "<string>",
"granteeName": "<string>",
"riders": "<string>",
"description": "<string>",
"position": "<string>",
"loanType": "<string>",
"termDescription": "<string>"
}
]
},
"ownership": {
"owners": [
{
"firstName": "<string>",
"lastName": "<string>"
}
],
"ownershipLength": 123,
"ownerType": "<string>",
"ownerOccupancy": "<string>",
"taxExemptions": "<string>",
"taxAmount": 123,
"taxes": [
{
"year": 123,
"taxAmount": 123,
"assessedValue": 123,
"taxAmountChange": 123,
"assessedValueChange": 123,
"amountChange": 123,
"amount": 123
}
],
"transactions": [
{
"saleDate": 123,
"amount": 123,
"purchaseMethod": "<string>",
"sellerNames": "<string>",
"buyerNames": "<string>"
}
]
},
"mls": {
"status": "<string>",
"category": "<string>",
"listingDate": 123,
"amount": 123,
"daysOnMarket": 123,
"mlsName": "<string>",
"mlsNumber": "<string>",
"interiorFeatures": "<string>",
"applianceFeatures": "<string>",
"agent": {
"agentName": "<string>",
"agentPhone": "<string>",
"officeName": "<string>",
"officePhone": "<string>"
},
"historicListings": [
{
"listingDate": 123,
"status": "<string>",
"amount": 123,
"pricePerSquareFoot": 123,
"daysOnMarket": 123,
"agentName": "<string>",
"mlsName": "<string>",
"mlsNumber": "<string>"
}
]
},
"latitude": 123,
"longitude": 123,
"address": {
"streetNumber": "<string>",
"streetName": "<string>",
"streetSuffix": "<string>",
"zip": "<string>",
"plusFour": "<string>",
"carrierRoute": "<string>",
"cityName": "<string>",
"countyName": "<string>",
"stateCode": "<string>",
"fullAddress": "<string>"
},
"images": [
"<string>"
]
},
"comps": [
{
"details": {
"bedrooms": 123,
"bathrooms": 123,
"squareFeet": 123,
"yearBuilt": 123,
"lotSquareFeet": 123,
"occupancy": "<string>",
"stories": 123,
"lastSaleDate": 123,
"lastSaleAmount": 123,
"basementType": "<string>",
"basementSquareFeet": 123,
"poolAvailable": true,
"garageType": "<string>",
"garageSquareFeet": 123,
"airConditioningType": "<string>",
"heatingType": "<string>",
"heatingFuelType": "<string>",
"hoaPresent": true,
"hoa1Fee": 123,
"hoa1FeeFrequency": "<string>",
"legalDescription": "<string>",
"fireplaces": 123,
"exteriorWallType": "<string>",
"daysOnMarket": 123,
"marketStatus": "<string>",
"surroundingType": "<string>",
"nonDisclosure": true,
"renovationScore": {
"hasScore": true,
"confidence": 123,
"score": 123
}
},
"landLocation": {
"apn": "<string>",
"zoning": "<string>",
"landUse": "<string>",
"propertyClass": "<string>",
"lotNumber": "<string>",
"block": "<string>",
"schoolDistrict": "<string>",
"subdivision": "<string>",
"countyName": "<string>"
},
"mortgageDebt": {
"openMortgageBalance": 123,
"estimatedEquity": 123,
"purchaseMethod": "<string>",
"ltvRatio": 123,
"itvRatio": 123,
"mortgages": [
{
"seq": 123,
"amount": 123,
"interestRate": 123,
"recordingDate": 123,
"documentDate": 123,
"maturityDate": 123,
"recordingBook": "<string>",
"recordingPage": "<string>",
"documentNumber": "<string>",
"lenderName": "<string>",
"termType": "<string>",
"term": "<string>",
"documentCode": "<string>",
"transactionType": "<string>",
"granteeName": "<string>",
"riders": "<string>",
"description": "<string>",
"position": "<string>",
"loanType": "<string>",
"termDescription": "<string>"
}
]
},
"ownership": {
"owners": [
{
"firstName": "<string>",
"lastName": "<string>"
}
],
"ownershipLength": 123,
"ownerType": "<string>",
"ownerOccupancy": "<string>",
"taxExemptions": "<string>",
"taxAmount": 123,
"taxes": [
{
"year": 123,
"taxAmount": 123,
"assessedValue": 123,
"taxAmountChange": 123,
"assessedValueChange": 123,
"amountChange": 123,
"amount": 123
}
],
"transactions": [
{
"saleDate": 123,
"amount": 123,
"purchaseMethod": "<string>",
"sellerNames": "<string>",
"buyerNames": "<string>"
}
]
},
"mls": {
"status": "<string>",
"category": "<string>",
"listingDate": 123,
"amount": 123,
"daysOnMarket": 123,
"mlsName": "<string>",
"mlsNumber": "<string>",
"interiorFeatures": "<string>",
"applianceFeatures": "<string>",
"agent": {
"agentName": "<string>",
"agentPhone": "<string>",
"officeName": "<string>",
"officePhone": "<string>"
},
"historicListings": [
{
"listingDate": 123,
"status": "<string>",
"amount": 123,
"pricePerSquareFoot": 123,
"daysOnMarket": 123,
"agentName": "<string>",
"mlsName": "<string>",
"mlsNumber": "<string>"
}
]
},
"latitude": 123,
"longitude": 123,
"address": {
"streetNumber": "<string>",
"streetName": "<string>",
"streetSuffix": "<string>",
"zip": "<string>",
"plusFour": "<string>",
"carrierRoute": "<string>",
"cityName": "<string>",
"countyName": "<string>",
"stateCode": "<string>",
"fullAddress": "<string>"
},
"images": [
"<string>"
],
"selected": true,
"compType": "<string>",
"listingType": "<string>",
"adjusted_value": 123
}
],
"shareLink": "<string>",
"dashboardLink": "<string>",
"cmv": 123,
"arv": 123
}The address of the property to analyze
Override the auto-detected bedroom count
x >= 1Override the auto-detected bathroom count (must be a multiple of 0.5)
x >= 0.5Must be a multiple of 0.5Override the auto-detected square footage
x >= 1Override the auto-detected year built
x >= 1Override the auto-detected land use classification. Values: vacantResidential (Residential-Vacant Land), vacant (Vacant Land), agricultural (Agricultural / Rural), singleFamily (Single Family Residential), duplex (Duplex), townhouse (Townhouse/Condo), mobile (Mobile home), apartments (Apartments)
vacantResidential, vacant, agricultural, singleFamily, duplex, townhouse, mobile, apartments Comma-separated list of image URLs to add to the list of property images
Property created successfully
UUID of the stored property
Filtered subject property
Show child attributes
Comparable properties returned alongside the subject
Show child attributes
Shareable dashboard link
Dashboard link for authenticated access
Current Market Value
After Repair Value
curl --request GET \
--url https://api.bricked.ai/v1/property/create \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"property": {
"details": {
"bedrooms": 123,
"bathrooms": 123,
"squareFeet": 123,
"yearBuilt": 123,
"lotSquareFeet": 123,
"occupancy": "<string>",
"stories": 123,
"lastSaleDate": 123,
"lastSaleAmount": 123,
"basementType": "<string>",
"basementSquareFeet": 123,
"poolAvailable": true,
"garageType": "<string>",
"garageSquareFeet": 123,
"airConditioningType": "<string>",
"heatingType": "<string>",
"heatingFuelType": "<string>",
"hoaPresent": true,
"hoa1Fee": 123,
"hoa1FeeFrequency": "<string>",
"legalDescription": "<string>",
"fireplaces": 123,
"exteriorWallType": "<string>",
"daysOnMarket": 123,
"marketStatus": "<string>",
"surroundingType": "<string>",
"nonDisclosure": true,
"renovationScore": {
"hasScore": true,
"confidence": 123,
"score": 123
}
},
"landLocation": {
"apn": "<string>",
"zoning": "<string>",
"landUse": "<string>",
"propertyClass": "<string>",
"lotNumber": "<string>",
"block": "<string>",
"schoolDistrict": "<string>",
"subdivision": "<string>",
"countyName": "<string>"
},
"mortgageDebt": {
"openMortgageBalance": 123,
"estimatedEquity": 123,
"purchaseMethod": "<string>",
"ltvRatio": 123,
"itvRatio": 123,
"mortgages": [
{
"seq": 123,
"amount": 123,
"interestRate": 123,
"recordingDate": 123,
"documentDate": 123,
"maturityDate": 123,
"recordingBook": "<string>",
"recordingPage": "<string>",
"documentNumber": "<string>",
"lenderName": "<string>",
"termType": "<string>",
"term": "<string>",
"documentCode": "<string>",
"transactionType": "<string>",
"granteeName": "<string>",
"riders": "<string>",
"description": "<string>",
"position": "<string>",
"loanType": "<string>",
"termDescription": "<string>"
}
]
},
"ownership": {
"owners": [
{
"firstName": "<string>",
"lastName": "<string>"
}
],
"ownershipLength": 123,
"ownerType": "<string>",
"ownerOccupancy": "<string>",
"taxExemptions": "<string>",
"taxAmount": 123,
"taxes": [
{
"year": 123,
"taxAmount": 123,
"assessedValue": 123,
"taxAmountChange": 123,
"assessedValueChange": 123,
"amountChange": 123,
"amount": 123
}
],
"transactions": [
{
"saleDate": 123,
"amount": 123,
"purchaseMethod": "<string>",
"sellerNames": "<string>",
"buyerNames": "<string>"
}
]
},
"mls": {
"status": "<string>",
"category": "<string>",
"listingDate": 123,
"amount": 123,
"daysOnMarket": 123,
"mlsName": "<string>",
"mlsNumber": "<string>",
"interiorFeatures": "<string>",
"applianceFeatures": "<string>",
"agent": {
"agentName": "<string>",
"agentPhone": "<string>",
"officeName": "<string>",
"officePhone": "<string>"
},
"historicListings": [
{
"listingDate": 123,
"status": "<string>",
"amount": 123,
"pricePerSquareFoot": 123,
"daysOnMarket": 123,
"agentName": "<string>",
"mlsName": "<string>",
"mlsNumber": "<string>"
}
]
},
"latitude": 123,
"longitude": 123,
"address": {
"streetNumber": "<string>",
"streetName": "<string>",
"streetSuffix": "<string>",
"zip": "<string>",
"plusFour": "<string>",
"carrierRoute": "<string>",
"cityName": "<string>",
"countyName": "<string>",
"stateCode": "<string>",
"fullAddress": "<string>"
},
"images": [
"<string>"
]
},
"comps": [
{
"details": {
"bedrooms": 123,
"bathrooms": 123,
"squareFeet": 123,
"yearBuilt": 123,
"lotSquareFeet": 123,
"occupancy": "<string>",
"stories": 123,
"lastSaleDate": 123,
"lastSaleAmount": 123,
"basementType": "<string>",
"basementSquareFeet": 123,
"poolAvailable": true,
"garageType": "<string>",
"garageSquareFeet": 123,
"airConditioningType": "<string>",
"heatingType": "<string>",
"heatingFuelType": "<string>",
"hoaPresent": true,
"hoa1Fee": 123,
"hoa1FeeFrequency": "<string>",
"legalDescription": "<string>",
"fireplaces": 123,
"exteriorWallType": "<string>",
"daysOnMarket": 123,
"marketStatus": "<string>",
"surroundingType": "<string>",
"nonDisclosure": true,
"renovationScore": {
"hasScore": true,
"confidence": 123,
"score": 123
}
},
"landLocation": {
"apn": "<string>",
"zoning": "<string>",
"landUse": "<string>",
"propertyClass": "<string>",
"lotNumber": "<string>",
"block": "<string>",
"schoolDistrict": "<string>",
"subdivision": "<string>",
"countyName": "<string>"
},
"mortgageDebt": {
"openMortgageBalance": 123,
"estimatedEquity": 123,
"purchaseMethod": "<string>",
"ltvRatio": 123,
"itvRatio": 123,
"mortgages": [
{
"seq": 123,
"amount": 123,
"interestRate": 123,
"recordingDate": 123,
"documentDate": 123,
"maturityDate": 123,
"recordingBook": "<string>",
"recordingPage": "<string>",
"documentNumber": "<string>",
"lenderName": "<string>",
"termType": "<string>",
"term": "<string>",
"documentCode": "<string>",
"transactionType": "<string>",
"granteeName": "<string>",
"riders": "<string>",
"description": "<string>",
"position": "<string>",
"loanType": "<string>",
"termDescription": "<string>"
}
]
},
"ownership": {
"owners": [
{
"firstName": "<string>",
"lastName": "<string>"
}
],
"ownershipLength": 123,
"ownerType": "<string>",
"ownerOccupancy": "<string>",
"taxExemptions": "<string>",
"taxAmount": 123,
"taxes": [
{
"year": 123,
"taxAmount": 123,
"assessedValue": 123,
"taxAmountChange": 123,
"assessedValueChange": 123,
"amountChange": 123,
"amount": 123
}
],
"transactions": [
{
"saleDate": 123,
"amount": 123,
"purchaseMethod": "<string>",
"sellerNames": "<string>",
"buyerNames": "<string>"
}
]
},
"mls": {
"status": "<string>",
"category": "<string>",
"listingDate": 123,
"amount": 123,
"daysOnMarket": 123,
"mlsName": "<string>",
"mlsNumber": "<string>",
"interiorFeatures": "<string>",
"applianceFeatures": "<string>",
"agent": {
"agentName": "<string>",
"agentPhone": "<string>",
"officeName": "<string>",
"officePhone": "<string>"
},
"historicListings": [
{
"listingDate": 123,
"status": "<string>",
"amount": 123,
"pricePerSquareFoot": 123,
"daysOnMarket": 123,
"agentName": "<string>",
"mlsName": "<string>",
"mlsNumber": "<string>"
}
]
},
"latitude": 123,
"longitude": 123,
"address": {
"streetNumber": "<string>",
"streetName": "<string>",
"streetSuffix": "<string>",
"zip": "<string>",
"plusFour": "<string>",
"carrierRoute": "<string>",
"cityName": "<string>",
"countyName": "<string>",
"stateCode": "<string>",
"fullAddress": "<string>"
},
"images": [
"<string>"
],
"selected": true,
"compType": "<string>",
"listingType": "<string>",
"adjusted_value": 123
}
],
"shareLink": "<string>",
"dashboardLink": "<string>",
"cmv": 123,
"arv": 123
}