REST API v1

Programmatic access to your satellite operations data.

Authentication

Secure API key management.

Header Auth

X-API-Key: svk_a3f2e1...

Or query param: ?api_key=svk_...

Rate Limit

200 requests / hour per key. Tracked in Database.

Key Management

Generate from profile menu. Prefix svk_ + 40 hex. Shown once at creation. Stored as SHA-256. Max 10 active keys.

Endpoints

Base URL: https://satdream.tech/satview/api/v1.php

AOIs

MethodRouteDescription
GET/aoisList (filters: type, status, limit, offset)
POST/aoisCreate an AOI
GET/aois/{id}Get AOI detail
PUT/aois/{id}Update AOI
DELETE/aois/{id}Delete AOI

Satellites

MethodRouteDescription
GET/satellitesList (filters: operator, sensor_type, resolution_max, search)

Orders

MethodRouteDescription
GET/ordersList (filter: status)
POST/ordersCreate an order
GET/orders/{id}Get order detail
PUT/orders/{id}Update status / metadata

API Keys

MethodRouteDescription
GET/keysList your keys (metadata only)
POST/keysGenerate new key (svk_ + 40 hex)
DELETE/keys/{id}Revoke a key

Integrate SatView Into Your Workflow

Explore the API endpoints in the live demo or contact us for integration support.

Online Demo Contact Us