"Seamlessly initiate flights with detailed telemetry data retrieval using Aeromegh's startFlight API."
This API provides programmatic access to detailed startFlight information with secure API key authentication. Retrieve parameters like flight ID, upstream topic, downstream topic, stream key, validity period, stream URI, and stream server base.
Authentication
To use the API, insert your API key in the Authorization header like this:
Authorization:Bearer<YOUR_API_KEY>
Replace <YOUR_API_KEY> with your AeroGCS API key. Without it, you'll get a 401 Unauthorized error.