Integrate planetary computations directly into your applications. Query rasters, execute band algebra, and analyze terrains programmatically.
The VELSTROM API provides high-speed, geo-spatial calculation layers. By defining coordinate geometries and target dates, our distributed clusters execute mathematical calculations and return structured JSON telemetry metadata or binary georaster matrices.
Retrieve Sentinel-1, Sentinel-2, Landsat, and MODIS metadata, bands, and cloud-free composited GeoTIFF rasters.
Calculate vegetation health (NDVI, EVI), burn severity (NBR2), soil moisture (SAVI), and water indicators (NDWI) on demand.
Query Digital Elevation Models (DEM), calculate local slopes, flow aspects, and exact topography elevations.
To authenticate, obtain a key from the early access portal and pass it as an Authorization header. All API endpoints enforce SSL encryption and require active credentials.
| 1 | # All requests must include the Velstrom early-access API key in the request header |
| 2 | curl -X GET "https://api.velstrom.in/v1/imagery/sentinel2?bbox=-122.68,45.51,-122.65,45.53" \ |
| 3 | -H "Authorization: Bearer YOUR_API_KEY" \ |
| 4 | -H "Accept: application/json" |
Request beta access to secure your developer tokens.