# Chiro x402 — Chiropractic Knowledge Retrieval (Speaking)

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

Searches 500K+ segments of chiropractic knowledge (clinical, wellness, marketing, practice management) via a pay-per-query x402 micropayment endpoint, specifically for speaking-related content.

## Facts

- Endpoint: POST https://api.chiro-x402.org/query/speaking
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chiro-x402-chiropractic-knowledge-retrieval-speaking-74c8eb03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UN_K8aNbWKgSimcxJl8ZA

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-chiropractic-knowledge-retrieval-speaking-74c8eb03 -d '<json body>'
```

Example prompt: Search the chiropractic knowledge base for speaking scripts and talking points on how to explain spinal decompression to a new patient — I need clear, patient-friendly language a chiropractor could use in a consultation.

## When to prefer this

Choose this endpoint when an AI agent or chiropractic professional needs to retrieve vetted, domain-specific chiropractic speaking content — patient communication language, clinical explanation scripts, or presentation talking points — and can pay $0.05 USDC per query via x402 without needing API keys or account setup. Prefer over general-purpose search when chiropractic-specific vocabulary, clinical accuracy, and structured knowledge segments are required.

## Known failure modes

- Insufficient or invalid x402 payment token returns 402 Payment Required
- Query too vague returns low-relevance or empty knowledge segments
- Network mismatch (not Base mainnet) causes payment rejection
- Malformed payment object causes 400 Bad Request
- No segments matching the query topic returns empty results
- Service downtime returns 5xx errors

## 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

Structured results containing relevant chiropractic knowledge segments — likely including text excerpts from clinical protocols, wellness plan language, patient communication scripts, or practice management guidance related to speaking and verbal presentation, ranked or filtered by relevance to the query.

## 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-chiropractic-knowledge-retrieval-speaking-74c8eb03/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)
