Developer Documentation

    Satellite Intelligence APIs

    Turn satellite imagery into structured JSON with a single REST API call. No GIS expertise, no Earth Engine setup required.

    Built for B2B Use Cases

    See Example Integrations for ready-to-use API workflows in each industry.

    Insurance & Claims

    Verify property damage claims with satellite imagery. Detect changes before and after events.

    InsurTech, Claims Adjusters

    Agriculture & Finance

    Monitor crop health, assess farm conditions for lending decisions.

    AgriTech, Rural Banks

    Real Estate & Land

    Evaluate property risks — floods, environmental factors, land-cover changes.

    PropTech, Developers

    Government & ESG

    Track deforestation, monitor environmental compliance, and produce ESG reports.

    Governments, ESG Firms

    Quick Start

    Make your first satellite API call in 5 minutes

    01

    Get API Key

    Sign up and generate your API key from the Console

    02

    Make API Call

    Send a POST request with a GeoJSON polygon and date range

    03

    Get Insights

    Receive structured JSON with satellite analysis results

    detect-changes.sh
    curl -X POST https://api.satalyse.dev/api/v1/satellite/detect-changes \
      -H "Authorization: Bearer sat_sk_live_YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "geometry": {
          "type": "Polygon",
          "coordinates": [[[77.5, 12.9], [77.6, 12.9], [77.6, 13.0], [77.5, 13.0], [77.5, 12.9]]]
        },
        "start_date": "2024-01-01",
        "end_date": "2025-01-01"
      }'

    Why Satalyse?

    5 Satellite Endpoints

    Change Detection, Feature Extraction, Temporal Analysis, Anomaly Detection, Risk Scoring

    Global Coverage

    Analyze any location on Earth via Google Earth Engine satellite datasets

    Real Data Sources

    Sentinel-2, Landsat 8, MODIS, SRTM, CHIRPS, and JRC Global Surface Water

    Minutes, Not Days

    First analysis completes in under 3 minutes. Repeat requests return cached results instantly — no GIS setup, no Earth Engine service accounts

    Ready to get started?

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