# Nuclear Preparedness Specialized Medical Information

> Nuclear Preparedness Specialized Medical Information is a paid API for AI agents from x402endpoint-924155002144.us-west2.run.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns specialized medical guidance and information related to nuclear preparedness and radiation exposure scenarios

## Facts

- Endpoint: GET https://x402endpoint-924155002144.us-west2.run.app/nuclear-prep/medical
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nuclear-preparedness-specialized-medical-information-05721ee6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M7R2gUe3qMtNrde2xKu0k

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 nuclear-preparedness-specialized-medical-information-05721ee6
```

Example prompt: What are the specialized medical protocols and preparedness steps I should know about for a nuclear emergency, including radiation exposure treatment?

## When to prefer this

Use this endpoint when an AI agent needs to retrieve medical guidance specifically scoped to nuclear preparedness and radiation emergency scenarios, and when other general medical or emergency information APIs lack this specialized nuclear focus.

## Known failure modes

- No query parameters result in generic or empty response
- Service may return limited or placeholder data given the experimental nature of the endpoint (sibling endpoints suggest test/validation context)
- Payment failure via x402 protocol returns 402 status
- Endpoint may return unexpected or non-authoritative medical content

## How this service works

Nuclear preparedness specialized medical

## Output

Returns specialized medical information and guidelines related to nuclear preparedness, including protocols for radiation exposure treatment, recommended medical supplies, emergency response steps, and protective medication guidance.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nuclear-preparedness-specialized-medical-information-05721ee6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402endpoint-924155002144.us-west2.run.app](https://www.zero.xyz/host/x402endpoint-924155002144.us-west2.run.app/llms.txt)
