v15
latestOpenAPI 3.1.02026-07-1295183803.5 KBPlaces_Multi-Geocode
Add a Place
The "Add Place" method allows users to create custom places
Add place method provides the flexibility to create custom places in a way that suits your business needs. The newly created place and its attributes can be added to custom (proprietary) dataset - to the effect of building your own places dataset (s) - or, to a default dataset. Overcome inaccurate ‘POI’ details from default search provider by creating custom, highly accurate ‘POIs’.
post/multigeocode/place
Query parameters
keystring 32 character alphanumeric string required
Example:key=API_KEY
A key is a unique identifier that is required to authenticate a request to the API.
Request body
Example request
{
"place": [
{
"country": "\"country\":\"IND\""
}
]
}