SkyHub API Documentation

Overview

The SkyHub API provides programmatic access to SkyHub’s features, enabling seamless integration with your applications and systems. The API supports a wide range of operations for managing and controlling autonomous drones, airports, and related data.

API Documentation Link

The detailed API documentation is hosted on Postman. Access it using the following link:

SkyHub API Documentation on Postman

This link takes you to a comprehensive reference of all endpoints, request parameters, responses, and example workflows.

Features

  • Authentication: Secure access to API features using API keys.
  • Drone Control: Endpoints for real-time drone navigation and task assignments.
  • Data Management: APIs for storing and retrieving mission data, telemetry, and logs.
  • Integration: Webhooks and event-based triggers for seamless integration.

Getting Started

  1. Access Postman Documentation: Open SkyHub API Documentation.
  2. Generate API Key: Log in to your SkyHub account to retrieve an API key.
  3. Test Endpoints: Use the interactive Postman interface to test API endpoints.

Examples

Example Request: Drone Land

curl --location -g 'https://skyhub.ai:5000/api/v1/drone/action/land' \
--data '{
    "user_id": 1,
    "drone_id": "5"
}'

Support

If you encounter any issues or have questions, contact our support team:

Happy coding with SkyHub!