\n

ExplorationMaps Agent API

Create professional mineral exploration maps from an AI agent. The API is platform-neutral and is designed for connectors such as Meta Muse, ChatGPT, Claude and Gemini.

Primary action: POST /api/agent/v1/maps

Search a supported mineral registry, create an ExplorationMaps project, save it to the user's account and return a shareable map URL.

Example

{
  "map_type": "claims",
  "title": "Copper Creek Project",
  "jurisdiction": "bc",
  "search": {
    "type": "company",
    "query": "Example Mining Corp"
  },
  "include": ["claims", "roads", "settlements", "rail"]
}

Authentication

Signed-in users create an Agent Connection under ExplorationMaps account settings. The generated API key is supplied as a Bearer token and can be revoked at any time.

Machine-readable specification

OpenAPI 3.1 specification ยท Capabilities