Briefing by Area
POST
/v1/briefing/b4ufly/areaScope: briefing:area:read
Request
Authorization bearer accessToken
generated in Authorization step
2D operational boundary of the flight represented in a GeoJSON geometry.
{
"boundary": {
"coordinates": [
[
[
-83.07861764257095,
42.335222895650645
],
[
-83.07861764257095,
42.318879440902606
],
[
-83.05487387644406,
42.318879440902606
],
[
-83.05487387644406,
42.335222895650645
],
[
-83.07861764257095,
42.335222895650645
]
]
],
"type": "Polygon"
}
}
Request samples
Responses
The status corresponds to the the B4UFLY Notice type, and is a generalized value.
- NOTICE_STATUS_UNSPECIFIED: Notice status unspecified is used when the status is unset or unknown.
- NOTICE_STATUS_WARNING: Warning is used when drone operations are prohibited due to flight restricted airspace.
- NOTICE_STATUS_CAUTION: Caution is used when drone operations are possibly allowed but require awareness or even authorization.
- NOTICE_STATUS_CLEAR_TO_FLY: Clear to Fly is used when drone operations are allowed and there is no airspace concerns.
- NOTICE_STATUS_INFORMATIONAL: Informational is used to convey that the status is informational only and it is up to the pilot to determine if the operation is conforming.
The authorization type is used to indicate if authorization is required or allowed and, if allowed, which mechanism should be used to obtain authorization.
- AUTHORIZATION_TYPE_UNSPECIFIED: Unspecified is used when no authorization type could be determined.
- AUTHORIZATION_TYPE_NOT_REQUIRED: Not Required is used when no authorization is needed to fly.
- AUTHORIZATION_TYPE_DRONE_ZONE: Drone Zone is used when authorization is required but LANC is not available.
- AUTHORIZATION_TYPE_LAANC: LAANC is used when authorization is required and LAANC authorization is available.
- AUTHORIZATION_TYPE_RESTRICTED: Restricted is used when authorization is required but not allowed due to flight restricted airspace.
Individual notices that show how the authorization determination was made.
Title of the notice.
Text description of the notice.
Distance of the input to the notice in nautical miles.
The status corresponds to the the B4UFLY Notice type, and is a generalized value.
- NOTICE_STATUS_UNSPECIFIED: Notice status unspecified is used when the status is unset or unknown.
- NOTICE_STATUS_WARNING: Warning is used when drone operations are prohibited due to flight restricted airspace.
- NOTICE_STATUS_CAUTION: Caution is used when drone operations are possibly allowed but require awareness or even authorization.
- NOTICE_STATUS_CLEAR_TO_FLY: Clear to Fly is used when drone operations are allowed and there is no airspace concerns.
- NOTICE_STATUS_INFORMATIONAL: Informational is used to convey that the status is informational only and it is up to the pilot to determine if the operation is conforming.
- RULE_CODE_NOT_A_RULE: Not an explicit b4ufly rule.
Textual description of the b4ufly rule.
Authoritative body behind the notice.
Reference URL of the notice source.
2D boundary of the notice represented by a GeoJSON geometry.
Scheduled events occuring during the lifetime of the notice.