A new bulk endpoint for address lists
Address lists can now be sent as a single bulk call, with each address counted individually rather than the whole call counting as one request.
Address lists can now be sent as a single bulk call, with each address counted individually rather than the whole call counting as one request.
Batch requests on My Geocode are sized to match what large providers already support, so an existing batch integration should not need resizing.
Resolve every postal code in a customer export in one batch request, instead of looking up each row individually one at a time.
Send a list of latitude and longitude pairs to the reverse endpoint in one call and get back an address for each one, in order, without extra overhead.
Turn a spreadsheet export into a single POST request and get back one geocoded result per row, without writing a request loop or paying for extra calls.