Developers
Build on the IDI Fly platform. The Integration Partner API (v3) is a REST and WebSocket API that lets third-party systems command drones, share live streams, query fleet resources, and receive real-time telemetry.
Documentation
| Guide | Description |
|---|---|
| Integration Partner API | Overview, onboarding, authentication, and access scopes |
| REST API Reference | Every REST endpoint — jobs, streams, shares, resources |
| Real-Time WebSocket API | Live telemetry streaming and publishing over WebSocket |
| Tools & SDKs | Postman collection and the Node-RED publishing nodes |
There is also a one-page v3 API quick reference.
At a glance
- Protocols — HTTPS (REST) for synchronous commands, WSS (WebSocket) for real-time data.
- Authentication — OAuth 2.0 machine-to-machine (
client_credentials) via Amazon Cognito. - Region —
eu-west-2. - Tenancy — Every request is scoped to the partner's organisation; you only ever see your own resources.
Getting access? Partner credentials (Cognito App Client ID/secret and an API key) are issued during onboarding. See Integration Partner API → Onboarding.