operation:create
{
"boundary": {
"type": "Polygon",
"coordinates": [
[
[
-78.55714924875102,
38.15773996731016
],
[
-78.55714924875102,
38.121934862230276
],
[
-78.51075174761395,
38.121934862230276
],
[
-78.51075174761395,
38.15773996731016
],
[
-78.55714924875102,
38.15773996731016
]
]
]
},
"name": "Operation 97",
"flightType": "FLIGHT_TYPE_RECREATIONAL",
"maxAltitude": 200,
"fixedAltitude": false,
"callbackUrl": "https://myurl.com/operation/1234",
"timezoneName": "America/New_York",
"startTime": "2024-08-23T20:25:00.000Z",
"duration": 55
}
curl --location --request POST 'https://airhub-api-sandbox.airspacelink.com/v1/operations/ephemeral' \
--header 'Content-Type: application/json' \
--data-raw '{
"boundary": {
"type": "Polygon",
"coordinates": [
[
[
-78.55714924875102,
38.15773996731016
],
[
-78.55714924875102,
38.121934862230276
],
[
-78.51075174761395,
38.121934862230276
],
[
-78.51075174761395,
38.15773996731016
],
[
-78.55714924875102,
38.15773996731016
]
]
]
},
"name": "Operation 97",
"flightType": "FLIGHT_TYPE_RECREATIONAL",
"maxAltitude": 200,
"fixedAltitude": false,
"callbackUrl": "https://myurl.com/operation/1234",
"timezoneName": "America/New_York",
"startTime": "2024-08-23T20:25:00.000Z",
"duration": 55
}'
{
"url": "https://portal.airspacelink.com/plan/operations/81042622-4f02-4e85-a896-172edd5381b6/claim"
}