Skip to main content
POST
/
v2
/
analyze
/
comparables
cURL
curl --request POST \
  --url https://revive-api-v2-production.herokuapp.com/v2/analyze/comparables \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "conditionScore": 123
}
'

Body

application/json
address
string
required
conditionScore
number

Response

200

Success