Programmatic access to your satellite operations data.
Secure API key management.
X-API-Key: svk_a3f2e1...Or query param: ?api_key=svk_...
200 requests / hour per key. Tracked in Database.
Generate from profile menu. Prefix svk_ + 40 hex. Shown once at creation. Stored as SHA-256. Max 10 active keys.
Base URL: https://satdream.tech/satview/api/v1.php
| Method | Route | Description |
|---|---|---|
| GET | /aois | List (filters: type, status, limit, offset) |
| POST | /aois | Create an AOI |
| GET | /aois/{id} | Get AOI detail |
| PUT | /aois/{id} | Update AOI |
| DELETE | /aois/{id} | Delete AOI |
| Method | Route | Description |
|---|---|---|
| GET | /satellites | List (filters: operator, sensor_type, resolution_max, search) |
| Method | Route | Description |
|---|---|---|
| GET | /orders | List (filter: status) |
| POST | /orders | Create an order |
| GET | /orders/{id} | Get order detail |
| PUT | /orders/{id} | Update status / metadata |
| Method | Route | Description |
|---|---|---|
| GET | /keys | List your keys (metadata only) |
| POST | /keys | Generate new key (svk_ + 40 hex) |
| DELETE | /keys/{id} | Revoke a key |
Explore the API endpoints in the live demo or contact us for integration support.
Online Demo Contact Us