# UniProt Human Disease Vocabulary Search

> UniProt Human Disease Vocabulary 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 the UniProt curated human disease vocabulary by keyword and returns matching disease entries as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/uniprot-diseases-search
- 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/uniprot-human-disease-vocabulary-search-96101df0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k5ulozXiBHWgb-z3s7Hca

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 uniprot-human-disease-vocabulary-search-96101df0 -d '<json body>'
```

Example prompt: Can you search the UniProt curated human disease vocabulary for diseases related to 'Alzheimer' and show me the results?

## When to prefer this

Use this endpoint when you need to search the authoritative UniProt curated human disease vocabulary by keyword — ideal for bioinformatics pipelines, clinical annotation tasks, or any workflow that needs standardized disease terminology from UniProt rather than free-text disease databases or general medical reference sources.

## Known failure modes

- Empty results if the keyword matches no disease entries
- Malformed or missing query parameter returns an error
- Very broad queries may return large result sets or be truncated
- Network timeout if UniProt upstream is slow
- HTTP 402 if payment is not provided or fails

## How this service works

Search the UniProt curated human disease vocabulary by keyword {q}. Query: ?q= Returns JSON.

## Output

A JSON array or object of UniProt curated human disease records matching the keyword query, including disease names, identifiers, and descriptions from the controlled disease vocabulary.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/uniprot-human-disease-vocabulary-search-96101df0/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)
