Example Integrations

    Industry Solutions

    Ready-to-use API workflows that show how to build domain-specific applications on top of Satalyse's core satellite APIs. Use them as-is or as reference implementations for your own integrations.

    API key required
    Full REST API
    Real satellite data

    Insurance Claim Verification

    Wraps: Change Detection$0.50 per analysis

    Verify property damage claims by comparing satellite imagery before and after reported events. Automatically generates confidence scores and approve/review/deny recommendations.

    Endpoints

    POST
    /insurance/verify-claimRun satellite change detection at claim location
    GET
    /insurance/claim/{id}Get claim details and analysis results
    POST
    /insurance/claim/{id}/decisionRecord adjuster decision
    GET
    /insurance/claimsList claims with optional status filter
    GET
    /insurance/dashboard/statsAggregate dashboard statistics

    Example Use Cases

    Property damage assessmentDisaster response claimsFraud detection via imagery comparison

    Farmer Crop Health Monitoring

    Wraps: Feature Extraction$0.20 per health check

    Monitor crop health, soil moisture, and pest risks using multi-spectral satellite analysis. Get automated farming recommendations based on vegetation indices.

    Endpoints

    POST
    /farmer/farmsRegister a farm with location and crop type
    POST
    /farmer/farm/{id}/health-checkRun satellite health analysis
    GET
    /farmer/farm/{id}Get farm details and health history
    POST
    /farmer/farm/{id}/schedule-checkConfigure automated check frequency
    GET
    /farmer/farmsList all registered farms
    GET
    /farmer/dashboard/statsFarm portfolio summary

    Example Use Cases

    Precision agricultureCrop insurance underwritingAgricultural lending decisions

    Real Estate Risk Assessment

    Wraps: Risk Scoring$1.50 per assessment

    Assess environmental and construction risks for property valuation. Analyze flood risk, landslide risk, deforestation trends, and calculate price adjustment percentages.

    Endpoints

    POST
    /realestate/propertiesRegister a property for monitoring
    POST
    /realestate/property/{id}/risk-assessmentRun satellite risk analysis
    GET
    /realestate/property/{id}Get property risk history
    POST
    /realestate/property/{id}/historical-reportGenerate 5-year stability report
    GET
    /realestate/propertiesList properties with risk levels
    GET
    /realestate/statsPortfolio risk distribution

    Example Use Cases

    Property valuationReal estate due diligenceConstruction site monitoring

    Government Environmental Monitoring

    Wraps: Temporal Analysis + Anomaly Detection$0.50–$1.50 per analysis

    Large-scale environmental monitoring for government agencies and ESG reporting. Track deforestation rates, generate environmental reports, and set threshold-based alerts.

    Endpoints

    POST
    /government/regionsRegister an administrative region
    POST
    /government/region/{id}/environment-reportGenerate environmental report with ESG scores
    GET
    /government/region/{id}/timelineYear-over-year environmental timeline
    POST
    /government/region/{id}/generate-reportFormatted summary with reforestation recommendations
    POST
    /government/region/{id}/set-alertSet threshold-based environmental alerts
    GET
    /government/region/{id}/alertsList active and triggered alerts
    GET
    /government/statsMonitoring dashboard stats

    Example Use Cases

    Deforestation trackingESG compliance reportingEnvironmental impact assessment

    Build Your Own Integration

    These example integrations show patterns you can follow for any industry. Start with the core APIs and compose them into your domain-specific solution.