S

Satellite & GeoRisk x402 API · Satellite Observe

by Satellite & GeoRisk x402 API

POSTBase

$0.025

per call · USD Coin on Base

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

Endpoint

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

90

Calls / 30d

11

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://sat.ipintel.ai/satellite-observe", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "date_tolerance_days": 10,
    "lat": 25.2048,
    "lon": 55.2708,
    "max_cloud_cover": 20,
    "mode": "true_color",
    "radius_m": 3000
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://sat.ipintel.ai/satellite-observe" \
  -H "Content-Type: application/json" \
  -d '{"date_tolerance_days":10,"lat":25.2048,"lon":55.2708,"max_cloud_cover":20,"mode":"true_color","radius_m":3000}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "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"
}

Payment details

Pay to0x0550779cfbc832657a8bb46bac9f359a5ad038b8
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Media & Generation and the homepage with a featured placement.

Get featured →

More from Satellite & GeoRisk x402 API & similar services