# Fotokite API

## Developer v0

- [Introduction](https://developer.fotokite.com/introduction.md): Welcome to the Fotokite API documentation!
- [Getting started](https://developer.fotokite.com/getting-started.md)
- [Network Integration](https://developer.fotokite.com/network-integration.md)
- [Authentication and Security](https://developer.fotokite.com/authentication-and-security.md)
- [Code Examples](https://developer.fotokite.com/code-examples.md)
- [System Information](https://developer.fotokite.com/code-examples/system-information.md)
- [Notifications](https://developer.fotokite.com/code-examples/notifications.md)
- [Flight Telemetry](https://developer.fotokite.com/code-examples/flight-telemetry.md)
- [Video Streams](https://developer.fotokite.com/code-examples/video-streams.md)
- [Demo](https://developer.fotokite.com/code-examples/demo.md)
- [Get Support](https://developer.fotokite.com/get-support.md)
- [Changelog](https://developer.fotokite.com/fotokite-api/changelog.md)
- [Health](https://developer.fotokite.com/fotokite-api/health.md)
- [Authentication](https://developer.fotokite.com/fotokite-api/authentication.md)
- [Subscription](https://developer.fotokite.com/fotokite-api/subscription.md)
- [Notifications](https://developer.fotokite.com/fotokite-api/notifications.md)
- [Handoff](https://developer.fotokite.com/fotokite-api/handoff.md)
- [System](https://developer.fotokite.com/fotokite-api/system.md)
- [Flight](https://developer.fotokite.com/fotokite-api/flight.md)
- [Camera](https://developer.fotokite.com/fotokite-api/camera.md)
- [Video Streams](https://developer.fotokite.com/fotokite-api/video-streams.md)
- [Recordings](https://developer.fotokite.com/fotokite-api/recordings.md)
- [Models](https://developer.fotokite.com/fotokite-api/models.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://developer.fotokite.com/introduction.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
