NEW FlightHub 2 OpenAPI V1.0
  1. Flight Route Management
NEW FlightHub 2 OpenAPI V1.0
  • Root Directory
    • authentication
      • Authentication Tutorial
    • System Service
      • Query FlightHub 2 system status
    • Organize Projects
      • Organize Project Tutorial
      • Get the list of projects under the organization
      • Get the list of devices under the organization
      • Obtain the list of devices under the project
      • Obtain storage upload credentials for the project
      • Add personnel to the project
    • Device Management
      • Device Management Tutorial
      • Device Model Retrieval
      • HMS Information Retrieval
      • Real-time control command distribution
      • Dock camera switch
      • Aircraft Lens Switching
      • Control acquisition
      • Release control
      • Video transmission clarity settings
      • Custom Network RTK Calibration
    • Livestream Management
      • Livestream Management Tutorial
      • Livestream Push
        • Start livestream
      • Bypass Streaming
        • Stream forwarding error code
        • Create Stream Forwarder
        • Enable/Disable stream forwarder
        • Get stream transcoder list
        • Delete stream forwarder
    • Task Management
      • Task Management Tutorial
      • Create Flight Task
      • Updated flight task status
      • Obtain flight task list
      • Obtain media resources generated by the Flight task
      • Obtain Flight task trajectory information
      • Obtain Flight task information
    • Flight Route Management
      • Flight Route Management Tutorial
      • Flight Route Upload Completion Notification
        POST
      • Get the list of flight routes under the project
        GET
      • Get flight route details
        GET
    • Model Management
      • Model Management Tutorial
      • Model reconstruction coordinate system
      • Get the list of models under the project
      • Get Model Details
      • Model reconstruction
    • Annotation Management
      • Annotation Management Tutorial
      • Create map annotation
  1. Flight Route Management

Flight Route Management Tutorial

Feature Introduction#

The flight route management module supports flight route file uploads and retrieval.
The steps for uploading flight route files are as follows:
1.
Call the organization project: Use the Get Project Storage Upload Credentials interface to obtain the upload credentials for the FlightHub 2 storage bucket, and use the Minio SDK to upload the flight route file to the FlightHub 2 storage bucket. Upon successful upload, an object_key will be returned for flight route upload completion notification.
2.
Call the Flight Route Upload Completion Notification interface to push the flight route information to FlightHub 2. The FlightHub 2 flight route management page will display the uploaded flight route information and return the name and UUID of the uploaded flight route file.
The steps for retrieving flight route files are as follows:
1.
Call Get Flight Route List under Project to obtain wayline_id.
2.
Pass wayline_id to the Get Flight Route Details interface to obtain the download address and other information of the flight route.

Interface Usage Process#

Previous
Obtain Flight task information
Next
Flight Route Upload Completion Notification
Built with