# ProspectPulse Exploration Brief

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

Generates a board-ready exploration decision report synthesizing geology, geochemistry, satellite imagery, jurisdiction, social license, and commodity intelligence with a proceed-or-pass recommendation for a mining prospect.

## Facts

- Endpoint: GET https://prospectpulse.theaslangroupllc.com/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-16bb6db5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_45Iavkh6T2DQU8yNpSUJH

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-16bb6db5
```

Example prompt: Give me a board-ready exploration brief with a proceed-or-pass call on the Pilbara Copper prospect in Western Australia — cover the geology, geochemistry, satellite signals, social license, jurisdiction risk, and current copper market outlook.

## When to prefer this

Use this endpoint when you need a single comprehensive, board-ready synthesis across all exploration decision dimensions — geology, geochemistry, satellite, jurisdiction, ESG/social license, and commodity markets — rather than querying those data sources individually. Ideal for investment committees, exploration managers, or AI agents conducting due diligence on a mining prospect and needing a single proceed-or-pass call rather than raw data streams.

## Known failure modes

- Insufficient data available for the specified location returns a partial report or error
- Unknown or ambiguous prospect name returns a validation error
- Unsupported commodity or jurisdiction returns an out-of-scope error
- Payment failure (x402) returns 402 status before report is generated
- Satellite scene coverage gap for the target area results in incomplete remote sensing section

## How this service works

Board-ready exploration decision document for mining and investment agents. Synthesizes geology, geochemistry, satellite, jurisdiction, social license, and commodity intelligence into one premium target report with a proceed-or-pass call.

## Output

A structured premium target report covering geological setting, geochemical data interpretation, satellite/remote sensing signals, jurisdiction entry risk, social license and community opposition signals, commodity supply/demand intelligence, and a final board-ready proceed-or-pass recommendation.

## 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-16bb6db5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prospectpulse.theaslangroupllc.com](https://www.zero.xyz/host/prospectpulse.theaslangroupllc.com/llms.txt)
