Product update · September 3, 2026
Score a property from your own tools
The Atlas API is now live. Send an address or coordinates. Get a distress score and the visible signals behind it in a few seconds.
An Atlas area search is useful when you want to score a full ZIP code. The API is useful when you have one property in front of you and need an answer now.
One request. One property.
Send a postal address or a set of coordinates. Atlas finds available street imagery and analyzes the property exterior.
POST /v1/property-distress/analyze
curl https://api.atlasproptech.com/v1/property-distress/analyze \
-H "x-api-key: $ATLAS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"property":{"address":"123 Main St, Tampa, FL"}}' See the score and the signals
The reply gives you a score and a list of visible signals. A signal can be damaged siding, an overgrown yard, or a boarded window. The reply also gives you a short explanation and details about the image. These details include the image date.
{
"status": "analyzed",
"location": { "address": "123 Main St, Tampa, FL 33602" },
"analysis": {
"score": 62.5,
"signals": ["damaged siding", "overgrown yard"],
"reasoning": "Visible deferred exterior maintenance."
},
"imagery": {
"date": "2025-03",
"distance_m": 12.4,
"quality_score": 91.2
},
"credits_used": 1
} The signals tell you why a property has its score. You can select the conditions that are important to your work. You do not have to trust one number. See all response fields in the API reference.
Three ways to use the API
- Score a lead when it arrives. You do not have to wait for the next batch.
- Test a list before you buy it. Review the condition of a sample first.
- Add condition data to your CRM. Store the score and the signals with each property record.
One credit everywhere
An API analysis costs one credit. A property in an area search and a row in a CSV upload also cost one credit. You use one balance and one rate across Atlas. Use the pricing calculator to estimate your cost.
You pay only for a completed analysis. An unresolved address or a property with no usable street image costs nothing. There is no separate API subscription: the API is included with the Atlas subscription plans and uses their credits. It is not available on the pay-as-you-go plan.
Start now
Make a key in the developer console.
Your key works immediately. You can keep up to five keys at the same time. This lets you replace a key without an interruption.
We want to see what you build. Tell us about it.
Atlas provides a visual screening signal from exterior street imagery. It is not an appraisal, an inspection, or a guarantee of property condition.