# EMDB Full-Text Search via EBI Search API

> EMDB Full-Text Search via EBI Search API 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-15).

Performs full-text search of the Electron Microscopy Data Bank (EMDB) using the EBI Search API, returning structured JSON results for a given query string.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/ebisearch-emdb
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/emdb-full-text-search-via-ebi-search-api-f882b088
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Re6AQjxnGfKYrXLcymn4F

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 emdb-full-text-search-via-ebi-search-api-f882b088 -d '<json body>'
```

Example prompt: Search the Electron Microscopy Data Bank for cryo-EM structures related to SARS-CoV-2 spike protein and show me what entries come back.

## When to prefer this

Choose this endpoint when you need to search the Electron Microscopy Data Bank (EMDB) specifically, particularly for cryo-EM or electron tomography structural data. Prefer this over general web search when you need structured, machine-readable biological data from EBI's curated EMDB repository. It is ideal for bioinformatics pipelines, structural biology research queries, or any task requiring programmatic access to EMDB records.

## Known failure modes

- Empty query string returns no results or an error
- Query returns zero hits if the term doesn't match any EMDB entries
- EBI Search API upstream downtime causes request failure
- Malformed query string may result in unexpected results or API errors
- Rate limiting or payment failure may block the request

## How this service works

Full-text search of the Electron Microscopy Data Bank for {q} via the EBI Search API. Query: ?q= Returns JSON.

## Output

A JSON object containing EMDB search results from the EBI Search API, including matching entries with metadata such as entry IDs, titles, descriptions, and other relevant fields for electron microscopy data bank records matching the query.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/emdb-full-text-search-via-ebi-search-api-f882b088/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)
