APIs

ComputationalAPIs

Under Development

Integrate planetary computations directly into your applications. Query rasters, execute band algebra, and analyze terrains programmatically.

Platform API Services

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.

5 endpoints | GET / POST

Satellite Imagery API

Retrieve Sentinel-1, Sentinel-2, Landsat, and MODIS metadata, bands, and cloud-free composited GeoTIFF rasters.

10+ endpoints | GET / POST

Environmental Indices API

Calculate vegetation health (NDVI, EVI), burn severity (NBR2), soil moisture (SAVI), and water indicators (NDWI) on demand.

4 endpoints | GET

Terrain Services API

Query Digital Elevation Models (DEM), calculate local slopes, flow aspects, and exact topography elevations.

Bearer Token Authorization

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.

request_auth.sh
1# All requests must include the Velstrom early-access API key in the request header
2curl -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"

Need an API Key?

Request beta access to secure your developer tokens.

Request API Keys