# Plant Intelligence Relationship Map (Naturepedia x402)

> Plant Intelligence Relationship Map (Naturepedia x402) is a paid API for AI agents from www.robbiegeorgephotography.com, paid per call via x402, $5/call, status unknown (last checked 2026-09-13).

Returns a compressed, entity-resolved relationship map covering plant communication, electrophysiology, root intelligence, memory, defense systems, sensory biology, mycorrhizal networks, and emerging plant intelligence research.

## Facts

- Endpoint: GET https://www.robbiegeorgephotography.com/x402/plant-intelligence-map.json
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/plant-intelligence-relationship-map-naturepedia-x402-251e5d41
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GQ-z7LR3zfOSRimS7N7IA

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 plant-intelligence-relationship-map-naturepedia-x402-251e5d41
```

Example prompt: Can you pull the plant intelligence relationship map from Naturepedia — I want the full compressed JSON-LD covering plant communication, root intelligence, mycorrhizal networks, defense systems, and electrophysiology all connected together?

## When to prefer this

Choose this endpoint when you need a single, pre-computed, compressed relationship map specifically about plant intelligence and its subsystems (electrophysiology, mycorrhizal networks, root cognition, defense, memory, sensory biology) in structured JSON-LD format. Prefer it over general web searches or unstructured biology APIs when you need entity-resolved, machine-readable relational data ready for knowledge graph ingestion or analysis pipelines.

## Known failure modes

- Missing or invalid 'resource' query parameter returns an error or empty response
- Payment of $5 USDC not completed results in 402 Payment Required response
- Incorrect resource URL in query parameter returns no matching data
- Network timeout or server error returns 5xx response
- Malformed input schema (wrong type or method) causes request rejection

## How this service works

Paid compressed relationship map connecting plant communication, electrophysiology, root intelligence, plant memory, defense systems, sensory biology, cooperation, mycorrhizal networks, and future plant intelligence.

## Output

A JSON-LD structured document with @context, @type, name, description, and a systems array containing entity-resolved nodes and relationships across plant communication, electrophysiology, root intelligence, plant memory, defense systems, sensory biology, cooperation, mycorrhizal networks, and future plant intelligence. Also includes canonicalKeepCount and duplicateRemovedCount metadata fields.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "resource"
     ],
     "properties": {
      "resource": {
       "type": "string",
       "description": "Canonical Naturepedia x402 resource URL"
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "@context",
      "@type",
      "name",
      "description",
      "systems"
     ],
     "properties": {
      "name": {
       "type": "string"
      },
      "@type": {
       "type": "string"
      },
      "systems": {
       "type": "array",
       "items": {
        "type": "object"
       }
      },
      "@context": {
       "type": "string"
      },
      "description": {
       "type": "string"
      },
      "canonicalKeepCount": {
       "type": "number"
      },
      "duplicateRemovedCount": {
       "type": "number"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/plant-intelligence-relationship-map-naturepedia-x402-251e5d41/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.robbiegeorgephotography.com](https://www.zero.xyz/host/www.robbiegeorgephotography.com/llms.txt)
