API Reference
Log In
API Reference

Name|Id

All API endpoints beginning with drone have will have the syntax:
/api/drone/{name|id}/

Where {name|id} is the name or id of the drone, and is the name of the API request. In these cases, you can specify a drone by using its ID or name. The ID corresponds to the drone object’s ID, and name corresponds to its name. For virtual drones, a name is always generated, but for real drones, a name must be updated to the drone object via a PUT request (see API below). All endpoints beginning with /api/drone follow this convention.