Add Flight Log
"Effortlessly record and manage drone flight data with Aeromegh's addFlightLog API endpoint."
Authentication
Authorization: Bearer <YOUR_API_KEY>Method
Post Data Parameters
Parameter
Description
Optional
Example
{
"alt": 1.37,
"bat": "43.631",
"dir": "18.00",
"flowRate": "0.00",
"lat": 28.9852907,
"liquidConsumed": "00",
"liveObstacleDistance": "2.5",
"lon": 78.0017839,
"mod": "16",
"pit": -1.6977644338993196,
"rol": 0.7457296585355124,
"sat": 28,
"sprayPumpRate": "41",
"sprayedArea": "0.0000",
"sprayedDistance": "1283.448",
"vel": 0.05128028988838196,
"yaw": 18.24909237728412
}HTTP Request
HTTP Response
Code
Details
Message
Code Snippet
API Response
API Response Parameter
Parameter
Description
Last updated
Was this helpful?