# ProspectPulse Exploration Brief

> ProspectPulse Exploration Brief is a paid API for AI agents from prospectpulse-pi.vercel.app, paid per call via x402, $0.35/call, status unknown (last checked 2026-09-15).

Synthesizes geology, geochemistry, satellite imagery, jurisdiction, social license, and commodity intelligence into a single board-ready exploration decision report with a proceed-or-pass recommendation.

## Facts

- Endpoint: GET https://prospectpulse-pi.vercel.app/api/prospect/exploration-brief
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prospectpulse-exploration-brief-884f84b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i69eUcO5wHVzRfu2wZf2X

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 prospectpulse-exploration-brief-884f84b0
```

Example prompt: Give me a board-ready exploration brief with a proceed-or-pass call for the Atacama copper-gold prospect in northern Chile — I need it to cover geology, geochemistry, satellite signals, jurisdiction risk, social license, and current copper market conditions.

## When to prefer this

Use this endpoint when you need a single, comprehensive, board-ready exploration decision document that integrates all major due diligence dimensions — geology, geochemistry, satellite remote sensing, jurisdiction risk, social license, and commodity market context — into one report with a clear proceed-or-pass call. Prefer this over individual sibling endpoints (prospectivity, geochemistry, jurisdiction, community opposition, commodity) when you need a unified synthesis rather than a deep dive into one dimension.

## Known failure modes

- Unrecognized or ambiguous target location returns an error or low-confidence report
- Insufficient public data for remote or poorly documented prospects may degrade synthesis quality
- Commodity not covered by the platform returns an unsupported commodity error
- Malformed or missing required parameters (location, commodity) return a 400 Bad Request
- Service unavailability or x402 payment failure returns a 402 or 503 error

## How this service works

Global mineral and resource exploration intelligence. USGS MRDS deposit inventory, geochemical anomaly analysis, satellite scene availability, jurisdiction entry-risk,…

## Output

A premium, board-ready exploration decision document covering geology, geochemistry, satellite imagery interpretation, jurisdiction risk, social license and FPIC flags, commodity market intelligence, and a final proceed-or-pass recommendation for the target prospect.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lat": {
       "type": "string",
       "description": "Latitude (decimal degrees) — used if region not recognized | -23.5 | 39.8 | -0.5"
      },
      "lon": {
       "type": "string",
       "description": "Longitude (decimal degrees) | -68.0 | -116.5 | 28.0"
      },
      "lang": {
       "type": "string",
       "description": "Response language (ISO 639-1) | en | es | fr | pt | ru | zh | ar"
      },
      "region": {
       "type": "string",
       "description": "Target region or area | Atacama lithium triangle | Northern Ontario gold | West African gold belt | Pilbara iron ore province"
      },
      "country": {
       "type": "string",
       "description": "Country (for jurisdiction + governance) | Chile | Canada | Ghana | Australia | DRC | Kazakhstan"
      },
      "commodity": {
       "type": "string",
       "description": "Target commodity | lithium | gold | copper | nickel | cobalt | REE | uranium"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "executive_summary": "The Atacama lithium triangle represents the world's highest-quality lithium brine endowment...",
  "investment_highlights": [
   "World-class brine grade (>1,500 ppm Li)",
   "Existing infrastructure (SQM, Albemarle operations)",
   "Chile's mining-friendly code"
  ],
  "target_identification": {
   "name": "Atacama Lithium Triangle — Chile Sector",
   "primary_commodity": "Lithium"
  },
  "decision_recommendation": "PROCEED — HIGH PRIORITY",
  "total_exploration_score": 81
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/prospectpulse-exploration-brief-884f84b0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prospectpulse-pi.vercel.app](https://www.zero.xyz/host/prospectpulse-pi.vercel.app/llms.txt)
