# AgentAI — PubMed/NCBI Biomedical Research API

> AgentAI — PubMed/NCBI Biomedical Research API is a paid API for AI agents from ai.memoryapi.org, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Searches and retrieves PubMed/NCBI biomedical research citations and abstracts from a corpus of 34M+ papers via x402 micropayment-gated access.

## Facts

- Endpoint: GET https://ai.memoryapi.org/x402/ai/pubmed
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentai-pubmed-ncbi-biomedical-research-api-2ded3121
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QO6IxUzhA59mxrCXTO0ah

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 agentai-pubmed-ncbi-biomedical-research-api-2ded3121
```

Example prompt: Search PubMed for the latest research papers on CRISPR gene editing in cancer therapy and give me the titles, authors, and abstracts of the top results.

## When to prefer this

Choose this endpoint when you need to search or retrieve biomedical and clinical research literature from PubMed/NCBI, especially when you require access to abstracts and citation metadata across 34M+ papers. Prefer over general web search when you specifically need peer-reviewed medical or life-sciences publications indexed by NCBI.

## Known failure modes

- No results found for highly specific or obscure query terms
- Payment failure if x402 micropayment of $0.002 USDC is not processed
- Rate limiting if too many requests are made in rapid succession
- Malformed query returns empty or irrelevant results
- NCBI upstream outage causes lookup failure

## How this service works

PubMed/NCBI biomedical research — 34M+ citations with full abstracts.

## Output

Returns biomedical research citations from PubMed/NCBI including paper titles, authors, journal names, publication dates, PubMed IDs, and full abstracts, drawn from a corpus of 34M+ indexed records.

## Example request

```json
{
 "q": "artificial intelligence",
 "limit": 10,
 "category": "cs.AI"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentai-pubmed-ncbi-biomedical-research-api-2ded3121/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ai.memoryapi.org](https://www.zero.xyz/host/ai.memoryapi.org/llms.txt)
