post https://api.kevel.co/v1/flight//distance/batch
Caution
StreetAddress
resolution is not available when using batch geometry creation.
Why Batch Upload Distance Targeting Geometries?
The Kevel API enables you to create, override, or remove multiple geometry objects associated with a flight in one single API call. This provides efficiency and allows you to make changes to a geometry object without making individual API calls for each object.
API Syntax
When using the Batch Upload Distance Targeting Geometries API endpoint, it is important to understand the syntax required to make the request. Because the Kevel API is a RESTful API, there is a specific request format that must be followed to ensure the endpoint can process the request. The format is:
POST https://api.kevel.co/v1/flight/{FlightID}/distance/batch
Where:
POST
- the type of API request being made.https://api.kevel.co
- the URL for the request.v1
- the API version.flight
- the API endpoint being called.FlightID
- the ID associated with the flight.distance
- the distance targeting geometry object that contains theDistance
,Latitude
,Longitude
, andStreetAddress
body parameters used for distance targeting.batch
- the geometry objects you want to create, override, or remove in the flight.