Real satellite data · Powered by Google Earth Engine

    Satellite intelligence. One API call.

    Satalyse converts satellite imagery into structured JSON: change detection, vegetation health, risk scores, and anomaly alerts. No GIS expertise. No Earth Engine setup. Just data.

    50 free API calls · no credit card
    Pay-as-you-go from $0.20/call
    6 satellite sources
    detect_changes.py
    1300">"text-violet-400">import requests
    2
    3response = requests.post(
    4 300">"https://api.satalyse.dev/api/v1/satellite/detect-changes",
    5 headers={300">"Authorization": 300">"Bearer sat_sk_live_..."},
    6 json={
    7 300">"geometry": {
    8 300">"type": 300">"Polygon",
    9 300">"coordinates": [[
    10 [77.209, 28.613], [77.215, 28.613],
    11 [77.215, 28.618], [77.209, 28.618],
    12 [77.209, 28.613]
    13 ]]
    14 },
    15 300">"start_date": 300">"2024-10-01",
    16 300">"end_date": 300">"2025-01-01",
    17 300">"sensitivity": 300">"medium"
    18 }
    19)
    20
    21data = response.json()
    200 OK247 ms
    {
      "request_id": "req_abc123",
      "status": "success",
      "timestamp": "2025-01-15T12:00:00Z",
      "location": { "area_km2": 0.20, "bbox": { "min_lon": 77.5, "min_lat": 12.9, "max_lon": 77.6, "max_lat": 13.0 } },
      "changes_detected": {
        "total_change_area_km2": 0.42,
        "percent_of_total_area": 18.7,
        "change_magnitude_avg": 37,
        "confidence_avg": 0.91,
        "change_type": "vegetation_loss"
      },
      "change_geometry": {
        "changed_polygons": [
          {
            "id": "poly_1",
            "type": "Polygon",
            "coordinates": [[[77.52, 12.92], [77.54, 12.92], [77.54, 12.94], [77.52, 12.94], [77.52, 12.92]]],
            "change_magnitude": 54,
            "confidence": 0.91,
            "change_type": "vegetation_loss"
          }
        ]
      },
      "api_metadata": {
        "version": "2.0",
        "execution_time_ms": 2340,
        "cost_credits": 16,
        "cache_hit": false
      }
    }

    Five endpoints

    Everything you need from a satellite

    One API, five analysis types. Drop coordinates in, get answers out.

    Change Detection

    Identify what changed between two dates: construction, deforestation, flooding, land use shifts.

    POST /api/v1/satellite/detect-changes

    Feature Extraction

    Pull NDVI, surface temperature, moisture index, and terrain metrics from any location.

    POST /api/v1/satellite/extract-features

    Temporal Analysis

    Track how a location evolves over weeks, months, or years with trend forecasting.

    POST /api/v1/satellite/analyze-temporal-trends

    Anomaly Detection

    Flag statistically unusual patterns compared to historical baselines for the same location.

    POST /api/v1/satellite/detect-anomalies

    Risk Scoring

    Composite flood, wildfire, drought, and deforestation risk scores for any asset location.

    POST /api/v1/satellite/score-risk

    More coming

    Object detection, building footprints, and SAR-based flood mapping are on the roadmap.

    View docs

    How it works

    From coordinates to insights in seconds

    01

    Send coordinates and a date range

    Pass a GeoJSON polygon (or bounding box) and a time window. No GIS setup, no raster files.

    02

    We process real satellite imagery

    Satalyse queries Sentinel-2, Landsat 8, MODIS and other sources via Google Earth Engine, on demand.

    03

    Get structured JSON back

    Every response is clean, typed JSON: scores, metrics, polygons, confidence values. Plug it straight into your app.

    Use cases

    Built for industries that depend on location data

    Satalyse is industry-agnostic by design. The same API handles agriculture, insurance, climate, and beyond.

    AgTech

    Monitor crop health across thousands of farm parcels. Track NDVI trends, detect irrigation failures, and forecast yields, without physical sensors.

    InsurTech

    Verify property damage claims in minutes. Cross-reference change detection against claim dates and locations for fraud prevention and faster payouts.

    Climate / ESG

    Quantify deforestation, carbon sink changes, and environmental risk for ESG reporting and regulatory compliance.

    PropTech

    Score every property for flood, wildfire, and drought risk before underwriting. Embed into listing pages or due-diligence workflows.

    Research

    Access consistent, analysis-ready satellite metrics over time for academic studies, climate modelling, or humanitarian mapping.

    Data sources

    Real data. No synthetic imagery.

    We integrate best-in-class publicly available satellite datasets so you don't have to.

    Sentinel-210 m

    Multispectral optical imagery (NDVI, land cover, vegetation)

    Landsat 830 m

    Long-term land surface reflectance and temperature

    MODIS250 m – 1 km

    Daily global coverage, fire, vegetation anomalies

    SRTM30 m

    Digital elevation model, terrain, slope, aspect

    CHIRPS5 km

    Historical and near-real-time precipitation estimates

    JRC Global Surface Water30 m

    Water presence history and seasonal flood extent

    Pricing

    Start free. Pay only for what you use.

    50 free API calls to start. No credit card required. After that, simple pay-as-you-go pricing.

    Free
    $0
    • 50 API calls included
    • All 5 endpoints
    • Full playground access
    • No credit card required
    Pay as you go
    From $0.20/call
    • No monthly commitment
    • All 5 endpoints
    • Billed monthly via usage
    • Cancel anytime
    Change Detection$0.50/call

    Detect land changes between two dates

    Feature Extraction$0.20/call

    Get NDVI, water, temperature, elevation

    Temporal Analysis$0.75/call

    Track trends over time with forecasts

    Anomaly Detection$1.00/call

    Statistical anomaly flagging via z-scores

    Risk Scoring$1.50/call

    Composite flood/wildfire/drought/deforestation risk

    Playground calls are always free. All prices in USD. Billed monthly based on usage.

    Start building with satellite data in 5 minutes.

    50 free API calls. No credit card. Real satellite data.

    Not ready yet? Get notified when we ship new endpoints and features.