# Earth Intelligence Q&A (earth.x402.press)

> Earth Intelligence Q&A (earth.x402.press) is a paid API for AI agents from earth.x402.press, paid per call via x402, $0.106125/call, status unknown (last checked 2026-09-15).

Answers any natural language question about Earth conditions — including weather, air quality, marine, earthquakes, volcanoes, species, climate, polar ice, and tides — using multi-source AI powered by DeepSeek.

## Facts

- Endpoint: POST https://earth.x402.press/earth/ask
- Price: $0.106125/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/earth-intelligence-q-a-earth-x402-press-a4490614
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d-pVskXxZ3YBAbdFvVmtu

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability earth-intelligence-q-a-earth-x402-press-a4490614 -d '<json body>'
```

Example prompt: What are the current air quality conditions and weather in Beijing, and are there any active volcanic or seismic events happening in East Asia right now?

## When to prefer this

Choose this endpoint when you need a single conversational interface covering a broad range of Earth science domains — weather, seismic, marine, ecological, climate, tides, and more — rather than calling multiple specialized APIs for each. Especially useful for cross-domain questions (e.g., combined weather + seismic + marine) or when natural language querying is preferred over structured API parameter assembly.

## Known failure modes

- Question is too vague or ambiguous to retrieve meaningful Earth data
- Requested location or event not found in available data sources
- DeepSeek model unavailable or rate-limited, causing timeout
- Payment of $0.100625 USDC not processed, blocking access
- Question is outside Earth science domains and cannot be answered

## How this service works

Multi-source AI Earth intelligence via DeepSeek. Accepts any natural language question about Earth — weather, air quality, marine conditions, earthquakes, volcanoes, species, seasons, climate, polar ice, and tides.

## Output

A natural language AI-generated response synthesizing multi-source Earth data relevant to the question, covering the requested domain (weather, seismic, marine, ecological, climatic, etc.) with factual detail drawn from current and historical Earth intelligence sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "style": {
   "enum": [
    "naturalist",
    "climatologist",
    "gardener",
    "geologist",
    "mariner",
    "default"
   ],
   "type": "string",
   "description": "Response style preset"
  },
  "method": {
   "type": "string",
   "const": "POST"
  },
  "latitude": {
   "type": "number",
   "description": "Latitude for context"
  },
  "question": {
   "type": "string",
   "description": "Natural language Earth science question"
  },
  "longitude": {
   "type": "number",
   "description": "Longitude for context"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/earth-intelligence-q-a-earth-x402-press-a4490614/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from earth.x402.press](https://www.zero.xyz/host/earth.x402.press/llms.txt)
