This section describes how to get parsed address elements for a single address using the Address Parser service. You may want to try it out with a Free Trial Account.
This method will consume credits.
HTTP Request
-
URL Composition
- Base URL: https://api.cloud.precisely.com
- Single Address: /v1/address/parse
- Supported Methods: POST only
- Rate Limit (Transactions per second): 200
- Summary: Parses a single line address into its components.
- Input Fields Each request to the API service requires parameters listed below.
The data should be encoded as a JSON array where each element in the array is a JSON object with field names identical to those in the input/output fields listed here.
Parameter |
Description |
|---|---|
X-Request-Id (optional) |
A unique identifier for the request for easier troubleshooting. |
This is a sample request with an address request to Address Parser Service:
Schema
{
"address": "string"
}
Example
{
"address": "1700 district ave #300 burlington, ma"
}