Welcome to ICEYE Constellation API App Examples! In this repository you can find examples of applications built using ICEYE's APIs.
Make sure you visit our developer documentation to learn more.
ℹ Note:
- All examples require ICEYE API credentials.
- Each example includes its own README with detailed setup instructions.
- For more information, visit our developer documentation.
| Example | Description |
|---|---|
| catalog-explorer | Full-stack React + FastAPI application demonstrating how to browse, search, price, and purchase satellite imagery from ICEYE's Catalog API. Includes map-based search, STAC item browsing, purchase workflow, and download management. |
| tasking-demo | Full-stack React + FastAPI application demonstrating the complete workflow for requesting satellite imagery captures using ICEYE's Tasking API. Includes OAuth2 authentication, contract management, interactive map, task monitoring, and product downloads. |
Each example contains its own README with setup instructions.
# Clone the repository
git clone https://github.com/iceye-ltd/app-examples.git
# Navigate to an example
cd app-examples/tasking-demo
# Follow the README in the example directoryWe welcome contributions! If you'd like to contribute your own app or idea, please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.