# MyDisease.info Disease Annotation Search

> MyDisease.info Disease Annotation Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Searches MyDisease.info aggregated disease annotations by disease name and returns structured JSON with disease metadata

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mydisease-query
- 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/mydisease-info-disease-annotation-search-910f5909
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XzjNfAjXsXLm561vhAt1_

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 mydisease-info-disease-annotation-search-910f5909 -d '<json body>'
```

Example prompt: Can you look up disease annotations for asthma from MyDisease.info — I need the aggregated metadata including any identifiers or ontology terms associated with it?

## When to prefer this

Choose this endpoint when you need aggregated disease annotations from MyDisence.info by disease name, especially for biomedical research, clinical data enrichment, or mapping disease names to ontology identifiers. Prefer it over general web search when you need structured, machine-readable disease metadata.

## Known failure modes

- Empty or no results if the disease name is misspelled or not found in MyDisease.info
- Ambiguous results if the query matches multiple diseases
- HTTP 402 if payment is not provided
- Malformed query returns error or empty response
- Rate limiting or timeout if the upstream MyDisease.info API is unavailable

## How this service works

Search MyDisease.info aggregated disease annotations by name (param q, e.g. asthma). Query: ?q= Returns JSON.

## Output

Returns a JSON object containing aggregated disease annotations from MyDisease.info, including disease identifiers, ontology terms, synonyms, descriptions, and cross-references for the queried disease name.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mydisease-info-disease-annotation-search-910f5909/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
