{
  "x402Version": 2,
  "id": 381,
  "slug": "381",
  "resource": "https://sat.ipintel.ai/satellite-observe",
  "description": "Agent-ready satellite observations for any coordinates. Returns PNG image URLs and scene metadata for true color, vegetation, water, thermal, or radar analysis.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "25000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "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"
        },
        "output": {
          "example": {
            "attribution": "Satellite imagery data",
            "fulfillment_status": "exact",
            "image": {
              "annotated_url": "https://sat.ipintel.ai/results/satellite/example_annotated.png",
              "clean_url": "https://sat.ipintel.ai/results/satellite/example.png",
              "format": "png"
            },
            "mode": "true_color",
            "ok": true,
            "selected_scene": {
              "cloud_cover": 4.2,
              "date": "2026-07-10",
              "source": "Sentinel-2 L2A"
            },
            "tool": "satellite-observe"
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "sat.ipintel.ai",
  "lastUpdated": "2026-09-18T18:51:37.634Z",
  "quality": {
    "calls30d": 275,
    "uniquePayers30d": 14,
    "lastCalledAt": "2026-09-18T18:51:37.384Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "sat.ipintel.ai",
    "manifest_name": "sat.ipintel.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}