API
This page describes the API methods that can be used with the "hittegolven" use-case api.
Tree Detection
Request Body
Name
Type
Description
{
"detections": [
{
"box": {
'top_left': {
'lat': 1.03,
'lon': 2.01,
},
'bottom_right': {
'lat': 1.05,
'lon': 2.08,
}
},
"score": 0.25
},
...
]
}Locust prevention
Path Parameters
Name
Type
Description
Sources
Last updated