# WhatChuNeed Medical Summarize

> WhatChuNeed Medical Summarize is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Summarizes medical text, clinical notes, or health-related information into concise, readable output

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/med/summarize
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-medical-summarize-68e52c04
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kG7gSLOxWoNo_3pUWckzg

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 whatchuneed-medical-summarize-68e52c04 -d '<json body>'
```

Example prompt: Can you summarize these clinical notes into a concise overview: 'Patient is a 54-year-old male presenting with shortness of breath, elevated troponin levels, and ST-segment changes on ECG, history of hypertension and type 2 diabetes, currently on metformin and lisinopril...'?

## When to prefer this

Choose this endpoint when you need to quickly condense medical or clinical text into a readable summary without building a custom LLM prompt pipeline. It is especially useful for processing patient records, lab results, clinical notes, or discharge summaries in an agent workflow that handles healthcare data. At $0.20 USDC per call via x402, it is straightforward for pay-per-use agent tasks where medical summarization is an occasional step rather than a high-volume operation.

## Known failure modes

- Empty or missing 'input' field returns a validation error
- Extremely long medical text may be truncated or return incomplete summaries
- Non-medical or irrelevant input may produce low-quality summaries
- Payment failure via x402 protocol returns HTTP 402 before processing
- Service downtime on the Vercel deployment may result in 5xx errors

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a JSON object with a 'result' field containing the summarized medical content and a 'status' field indicating success. The summary condenses the input medical text into key points, findings, or a concise clinical overview.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-medical-summarize-68e52c04/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
