Hi Berlin,
Regarding your questions:
1. Address parsing for verification
Yes, it is recommended to provide the address as structured components (addressLines, city, admin1, postalCode, country) rather than combining everything into a single addressLines field.
Providing structured fields generally gives more accurate and consistent results. While the verification engine internally normalizes and combines all inputs (so results may look similar), structured inputs:
Using only addressLines is supported, but it relies more on free-text parsing and may result in slightly different match scores or candidates in some cases.
Best practice:
Use addressLines for street-level details and provide city, state, postal code, and country as separate fields whenever available.
2. API release schedule
Precisely APIs follow a continuous release model rather than fixed release dates. Enhancements, fixes, and new features are rolled out incrementally.
Please let me know if you need any further clarification.
------------------------------
Bhupendra Sharma
*Precisely Software Inc.
Troy NY
------------------------------
Original Message:
Sent: 12-19-2025 11:24
From: Berlin Brown
Subject: Just signed up for data integrity suite geocoding, couple of general questions
Actually two more questions
Does it make sense to "parse together the request for input" for geocoding address verification or use the other properties. Will the result be the same?
E.g. this
https://api.cloud.precisely.com/v1/verify
{
"preferences": {
"maxResults": 4,
"returnAllInfo": false,
"matchMode": "",
"customPreferences": {
"ADDRESS_CASING": "PROPER"
}
},
"addresses": [
{
"addressId": "1",
"addressLines": [
"476 5th Ave"
],
"country": "USA",
"admin1": "NY",
"city": "New York",
"postalCode": "10018",
"postalCodeExt": ""
}
]
}
...
or only parse together under addresslines
..
Also, another question, what is normally the release schedule for the API? When changes are out? breaking changes?
------------------------------
Berlin Brown
Primerica, Inc.
------------------------------
Original Message:
Sent: 12-17-2025 13:02
From: Bhupendra Sharma
Subject: Just signed up for data integrity suite geocoding, couple of general questions
Hi Berlin,
Please note that we do not expose health check information publicly. Instead, you can view the current status of Precisely services including uptime, incidents and component health on the region-specific status portal here: https://status.precisely.com/
For the Data Integrity Suite, its status is available on that same status page. This portal displays production endpoint status and enables you to subscribe to updates for incident notifications. Click 'Subscribe to Updates' and enter your email address to receive status alerts.
status.precisely.com
Let me know if you need assistance on status details.
Thank you,
Bhupendra
------------------------------
Bhupendra Sharma
*Precisely Software Inc.
Troy NY
Original Message:
Sent: 12-17-2025 12:17
From: Berlin Brown
Subject: Just signed up for data integrity suite geocoding, couple of general questions
Thanks for the information. Couple more questions, hope we can continue within this thread.
Do you support a public API to do a health check or check the status of the geocoding apis are up? Or maybe the host?
I see this is available as 200 response: https://api.cloud.precisely.com/healthz
------------------------------
Berlin Brown
Primerica, Inc.
Original Message:
Sent: 12-17-2025 11:55
From: Neena Priyanka
Subject: Just signed up for data integrity suite geocoding, couple of general questions
Do you know the algorithm or approach for updating new addresses, if a house is built yesterday, what time will it appear for address validation or verification? - We generally see a new address in our system once it is recognized by the official postal authority (USPS, Canada Post, etc.), which we refresh in our datasets via monthly releases. Even if the house was built yesterday, the address often exists in postal records prior to completion. However, while the address might be verifiable shortly after our monthly update, the spatial precision (geocoding) matures over time-moving from a general area centroid to a specific rooftop coordinate as spatial vendors catch up.
------------------------------
Neena Priyanka
*Precisely Software Inc.
Noida India ]
Original Message:
Sent: 12-17-2025 02:24
From: Neena Priyanka
Subject: Just signed up for data integrity suite geocoding, couple of general questions
Yes, the Transaction Per Second (TPS) limit for autocomplete is 120, and you are correct that debouncing must be implemented on the front end. Note that the Autocomplete service is session-based, not only keystroke-based. Therefore, one request corresponds to one complete session. Refer to the X-Transaction-Id for details on implementing the Autocomplete Service.
Documentation weblink - https://help.cloud.precisely.com/r/t/1009843844/2025-11-18/Precisely-Data-Integrity-Suite/disapi/Latest/en-US/Data-Integrity-Suite-APIs/Address-Autocomplete
------------------------------
Neena Priyanka
*Precisely Software Inc.
Noida India ]