# Chiro x402 — Neuropathy Chiropractic Knowledge Retrieval

> Chiro x402 — Neuropathy Chiropractic Knowledge Retrieval is a paid API for AI agents from api.chiro-x402.org, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Searches 500K+ segments of chiropractic knowledge focused on neuropathy topics, returning structured results via a pay-per-query x402 micropayment model on Base mainnet.

## Facts

- Endpoint: POST https://api.chiro-x402.org/premium/neuropathy
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chiro-x402-neuropathy-chiropractic-knowledge-retrieval-ace40ceb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bISXmYRfcJYBwspmAb6p-

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 chiro-x402-neuropathy-chiropractic-knowledge-retrieval-ace40ceb -d '<json body>'
```

Example prompt: Search the chiropractic neuropathy knowledge base for clinical protocols and patient communication strategies for treating peripheral neuropathy — I need structured results I can use to build out a care plan.

## When to prefer this

Choose this endpoint when you need chiropractic-specific knowledge about neuropathy — including clinical protocols, patient communication, or practice management — and can pay per query via USDC on Base mainnet without needing API keys or accounts. Prefer this over general medical knowledge bases when the chiropractic context is essential.

## Known failure modes

- Insufficient USDC payment or incorrect payment token results in 402 Payment Required response
- Query too vague returns low-relevance knowledge segments
- Network mismatch (not Base mainnet) causes payment rejection
- Empty or malformed request body results in 400 Bad Request
- Knowledge base may not cover highly specialized or experimental neuropathy treatments

## How this service works

Paid AI-agent endpoint for searching 500K+ segments of general chiropractic knowledge. $0.05 USDC per query on Base mainnet. No API keys, no accounts — agents pay via x402 v2 protocol and receive structured results.

**Corpus:** Clinical protocols, wellness plans, marketing strategies, patient communication, practice management — sourced from general chiropractic training.

## Output

Returns structured segments of chiropractic knowledge relevant to neuropathy, potentially including clinical protocols, wellness plan recommendations, patient communication templates, practice management guidance, and marketing strategies — drawn from a corpus of 500K+ indexed chiropractic training segments.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payment": {
   "type": "object",
   "properties": {
    "token": {
     "type": "string"
    },
    "amount": {
     "type": "string"
    },
    "network": {
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/chiro-x402-neuropathy-chiropractic-knowledge-retrieval-ace40ceb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.chiro-x402.org](https://www.zero.xyz/host/api.chiro-x402.org/llms.txt)
