\n
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.
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.
{
"map_type": "claims",
"title": "Copper Creek Project",
"jurisdiction": "bc",
"search": {
"type": "company",
"query": "Example Mining Corp"
},
"include": ["claims", "roads", "settlements", "rail"]
}
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.