ToolAssay

Agent-ready satellite observations for any coordinates

Agent-ready satellite observations for any coordinates. Returns PNG image URLs and scene metadata for true color, vegetation, water, thermal, or radar analysis.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
70 msmedian answer time
$0.025listed price per call
$0.025price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://sat.ipintel.ai/satellite-observe

CategoryImage and media
Provider hostsat.ipintel.ai
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days427 from 17 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.025 70 ms

Example input (from the provider)

{
  "body": {
    "date_tolerance_days": 10,
    "lat": 25.2048,
    "lon": 55.2708,
    "max_cloud_cover": 20,
    "mode": "true_color",
    "radius_m": 3000
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "date": {
              "description": "Optional preferred acquisition date in YYYY-MM-DD format.",
              "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
              "type": "string"
            },
            "date_tolerance_days": {
              "default": 10,
              "maximum": 60,
              "minimum": 1,
              "type": "integer"
            },
            "lat": {
              "maximum": 90,
              "minimum": -90,
              "type": "number"
            },
            "lon": {
              "maximum": 180,
              "minimum": -180,
              "type": "number"
            },
            "max_cloud_cover": {
              "default": 20,
              "description": "Optical modes only. Radar is cloud-independent.",
              "maximum": 100,
              "minimum": 0,
              "type": "integer"
            },
            "mode": {
              "default": "true_color",
              "enum": [
                "true_color",
                "vegetation",
                "water",
                "thermal",
                "radar"
              ],
              "type": "string"
            },
            "orbit": {
              "default": "ASCENDING",
              "description": "Sentinel-1 orbit direction for radar mode.",
              "enum": [
                "ASCENDING",
                "DESCENDING"
              ],
              "type": "string"
            },
            "radius_m": {
              "default": 3000,
              "maximum": 50000,
              "minimum": 500,
              "type": "integer"
            }
          },
          "required": [
            "lat",
            "lon"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": true,
          "properties": {
            "attribution": {
              "type": "string"
            },
            "fulfillment_status": {
              "type": "string"
            },
            "image": {
              "additionalProperties": true,
              "properties": {
                "annotated_url": {
                  "type": "string"
                },
                "clean_url": {
                  "type": "string"
                },
                "format": {
                  "const": "png",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "mode": {
              "type": "string"
            },
            "ok": {
              "type": "boolean"
            },
            "selected_scene": {
              "additionalProperties": true,
              "type": "object"
            },
            "tool": {
              "const": "satellite-observe",
              "type": "string"
            },
            "warnings": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "ok",
            "tool"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON