# WhatChuNeed Drug Comparison

> WhatChuNeed Drug Comparison 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-14).

Compares two or more drugs to identify interactions, differences, similarities, and clinical considerations

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/med/compare-drugs
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-drug-comparison-cf960045
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gRciBqmG9-R0tmm-5qeGC

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-drug-comparison-cf960045 -d '<json body>'
```

Example prompt: Can you compare metformin and glipizide for me — I want to know the differences in how they work, their side effects, and any interactions if taken together?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call drug comparison without maintaining a subscription to a pharmaceutical database. Ideal for agents assisting with medication research, patient education, or clinical support where comparing two or more drugs on demand is needed. Prefer this over general LLM queries when you want a structured, medically-oriented comparison output.

## Known failure modes

- Unknown or misspelled drug name causes incomplete or empty comparison
- Vague input without specific drug names returns generic or unhelpful response
- Network or upstream API timeout returns error status
- Insufficient input detail may result in partial comparison only
- Payment failure via x402 protocol results in 402 response before processing

## 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 comparison of the queried drugs covering mechanisms of action, indications, side effects, contraindications, drug interactions, and clinical considerations, returned as a result object with a status field.

## 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-drug-comparison-cf960045/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)
