For the complete documentation index, see llms.txt. This page is also available as Markdown.

Changelog

api 1.1.2

Release Date: 2026-07-29

Version

Fotokite API

1.1.2

We have included the following new features and improvements:

Total kite flight hours

New total kite flight hours have been added. See GET /v1/flight/info

New Rooftop Box endpoints

New Rooftop Box related endpoints have been added.

Updated Plugin State endpoint

The plugin status endpoint has been updated.

  • A warning status has been added. See POST /v1/auth/plugin/update

  • Free text can now be displayed for "Error", "Warning" and "Connected" state.

Deprecations

The Plugin State endpoint has been updated with new fields for self-reported plugin status. See POST /v1/auth/plugin/update

The existing plugin_id and state request fields remain supported for backward compatibility but are deprecated and will be removed in a future release. Integrations should migrate to:

  • self_status

  • self_status_text

api 1.0.0

Release Date: 2026-04-15

Version

Fotokite API

1.0.0

This release brings the Fotokite API from preview to stable Version 1.0. Additionally, we have included the following new features and improvements:

HTTPS Support

The Fotokite API now supports HTTPS, enabling secure communication. HTTPS access is also allowed from upstream networks, which simplifies system integration.

New Video Server

Our new video server supports encrypted traffic (rtsps), reduces latency, and improves compatibility. Stream status (camera on/off) will be reported more reliably.

Rate Limiting

Rate limiting has been introduced to enhance security and maintain system integrity.

NAT Mode Support

The Fotokite API can now be used when the Ground Station is configured in NAT mode.

Camera 1st Generation Support

The Fotokite API now supports the legacy Camera 1st Generation.

Handoff Control and Remote ID (US)

When using request control, all information required for compliance with RemoteID (such as operator location) can be transmitted. This enables the implementation of user interfaces for RemoteID compliant operation without requiring a Fotokite control tablet. See: Handoff

Additional Fixes and Updates

api-preview 0.5.0

Release Date: 2026-01-07

Version

Fotokite API Preview

0.5.0

The current implementation, including endpoints, definitions, and example code, is still under active development and subject to change. Please be aware that details may be updated before the final version.

Currently, our API is compatible with Camera 2nd Generation. Compatibility for Camera 1st Generation will be available in a later version.

Last updated