# WhatChuNeed Medical Article Endpoint

> WhatChuNeed Medical Article Endpoint 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).

Retrieves or generates medical article content based on a natural language query, returning structured medical information via pay-per-call API.

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/med/article
- 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-article-endpoint-2778dabf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_beahBLBCLQL6Z8skYOZ6x

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-article-endpoint-2778dabf -d '<json body>'
```

Example prompt: Can you pull up a medical article about Type 2 diabetes management, including current treatment guidelines and lifestyle interventions?

## When to prefer this

Choose this endpoint when you need on-demand medical article retrieval or generation without a long-term API subscription. It is well-suited for AI agents that occasionally need authoritative medical content and want pay-per-call pricing via the x402 protocol. Prefer it over general web search when structured, medical-domain-specific output is needed rather than raw search results.

## Known failure modes

- Vague or ambiguous input may return generic or irrelevant medical content
- Highly specialized or rare condition queries may yield limited information
- Service unavailability returns an HTTP 402 or 5xx error if payment or upstream fails
- Malformed input string may result in an error status in the response
- Rate limiting or payment failures via x402 protocol could block access

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

A structured JSON object containing medical article content such as a summary, clinical details, treatment information, or research findings relevant to the queried topic. The result is returned under a 'result' key with a status indicator.

## 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-article-endpoint-2778dabf/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)
