Vega

Vega Documentation

Developer documentation for the Vega API, SDKs, interference forecasts, coverage analysis, and account resources.

Vega helps satellite operators forecast radio-frequency interference, understand ground-station risk, and pull forecast data into their own systems.

The docs cover the REST API, authentication, tracked satellites, ground stations, interference analysis, coverage analysis, supported frequency bands, SDKs, and operational limits.

Start Here

Core Concepts

Typical Request Flow

  1. Authenticate with POST /auth, or provide a long-lived VEGA_API_TOKEN.
  2. List tracked satellites with GET /tracked_satellites.
  3. List receiver locations with GET /ground_stations.
  4. Query interference over a coordinate or ground station.
  5. Use coverage analysis endpoints for map cells and time-series workflows.
curl "https://vega.space/api/v1/interference/at_point?tracked_satellite_id=123&lat=37.77&lon=-122.42&timestamp=2026-05-20T12:00:00Z" \
  -H "Authorization: Bearer $VEGA_API_TOKEN"

Support and FAQs

On this page