{
"geometry": {
"coordinates": [
[
[
-83.07861764257095,
42.335222895650645
],
[
-83.07861764257095,
42.318879440902606
],
[
-83.05487387644406,
42.318879440902606
],
[
-83.05487387644406,
42.335222895650645
],
[
-83.07861764257095,
42.335222895650645
]
]
],
"type": "Polygon"
},
"layers": [
{
"code": "streams",
"risk": 1,
"where": [
"<=",
"meters",
400
]
}
],
"resolution": 9
}curl --location --request POST 'https://airhub-api-sandbox.airspacelink.com/v1/surface/geojson' \
--header 'Content-Type: application/json' \
--data-raw '{
"geometry": {
"coordinates": [
[
[
-83.07861764257095,
42.335222895650645
],
[
-83.07861764257095,
42.318879440902606
],
[
-83.05487387644406,
42.318879440902606
],
[
-83.05487387644406,
42.335222895650645
],
[
-83.07861764257095,
42.335222895650645
]
]
],
"type": "Polygon"
},
"layers": [
{
"code": "streams",
"risk": 1,
"where": [
"<=",
"meters",
400
]
}
],
"resolution": 9
}'{
"statusCode": 0,
"message": "string",
"data": [
{
"coordinates": [
[
[
-83.07861764257095,
42.335222895650645
],
[
-83.07861764257095,
42.318879440902606
],
[
-83.05487387644406,
42.318879440902606
],
[
-83.05487387644406,
42.335222895650645
],
[
-83.07861764257095,
42.335222895650645
]
]
],
"type": "Polygon"
}
]
}