-
Notifications
You must be signed in to change notification settings - Fork 0
Address Verification 10th St, # 4, Saint Augustine, FL, 32080 #3
Description
Currently my automate process only leverages address verification and I am not receiving consistent results. Can you provide a solution for the below situation.
I am sending a request for Address Verification for "10th St, # 4, Saint Augustine, FL, 32080" and i am receiving "Low confidence score of 0.86 for property address".
When i do a autocomplete using the same address
"input": {
"search": "2 10th St, # 4, Saint Augustine, FL, 32080",
"search_types": [
"A"
]
},
"data": [
{
"zip": "32080",
"address": "2 10th St, # 4, Saint Augustine, FL, 32080",
"city": "Saint Augustine",
"searchType": "A",
"stateId": "12",
"latitude": 29.851541,
"county": "St. Johns County",
"fips": "12109",
"title": "2 10th St, # 4, Saint Augustine, FL, 32080",
"house": "2",
"unit": "4",
"countyId": "109",
"street": "10th St ",
"location": "POINT(-81.265823 29.851541)",
"id": "162055426",
"state": "FL",
"apn": "168345 0040",
"longitude": -81.265823
}