# whatchuneed Clinical Trial Matching

> whatchuneed Clinical Trial Matching 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).

Matches a patient profile or medical query against clinical trials to find eligible studies

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/med/trial-match
- 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-clinical-trial-matching-b6c38572
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NXPE7dFz87-Pie33XDNSY

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-clinical-trial-matching-b6c38572 -d '<json body>'
```

Example prompt: Can you find clinical trials that a 58-year-old woman with stage 2 HER2-positive breast cancer who has completed first-line chemotherapy might be eligible for?

## When to prefer this

Use this endpoint when an AI agent needs to match a patient profile or clinical scenario to relevant recruiting clinical trials, especially in healthcare or medical research workflows. It is particularly useful when you need a quick, pay-per-call lookup without maintaining a subscription to a dedicated clinical trial matching service.

## Known failure modes

- Vague or underspecified patient input may return low-relevance matches
- No trials found for highly specific or rare conditions
- Input missing required clinical details may return an empty result set
- Upstream clinical trial database unavailability may cause errors
- Generic or non-medical input may result in unhelpful or null results

## 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 result object containing matched clinical trials relevant to the input query, including trial identifiers, names, eligibility details, and status information. May include ranked or filtered matches based on the patient description provided.

## 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-clinical-trial-matching-b6c38572/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)
