# AubrAI Literature Search – Longevity & Aging Research

> AubrAI Literature Search – Longevity & Aging Research is a paid API for AI agents from aubrai-x402.vercel.app, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Searches and synthesizes peer-reviewed scientific literature on longevity and aging, returning a cited answer with references from PubMed, arXiv, and other sources

## Facts

- Endpoint: GET https://aubrai-x402.vercel.app/api/literature
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aubrai-literature-search-longevity-aging-research-5001e71d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w7AcleMc95pFJfTEFw1Mp

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 aubrai-literature-search-longevity-aging-research-5001e71d
```

Example prompt: Do a deep search of the longevity and aging literature and give me a cited answer to this question: 'What does the evidence say about rapamycin extending healthspan in mammals?' — pull from PubMed and arXiv, limit to papers from 2018 onwards, and return up to 20 results.

## When to prefer this

Use this endpoint when you need scientifically grounded, cited answers to questions about longevity, aging biology, or related life-science topics — especially when sourcing from PubMed or arXiv is important. Prefer this over general web search when you need peer-reviewed citation fidelity and relevance filtering. Choose 'deep' mode for comprehensive literature reviews and 'fast' mode for quick overviews.

## Known failure modes

- No relevant papers found for an overly specific or obscure research question
- Rate limit or payment failure returns 402 with payment instructions
- Invalid date range format causes parameter rejection
- Unsupported source name in sources array causes partial or failed search
- Network timeout on deep mode searches with large maxResults

## How this service works

Search and synthesize scientific literature on longevity and aging. Submit a research question; returns cited answer with references from PubMed and other sources.

## Output

A synthesized, natural-language answer to the research question, supported by cited references drawn from PubMed, arXiv, clinical trials, and other configured sources. Includes a list of accepted references with relevance details, and optionally a list of rejected references with reasons when includeRejected is true.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "mode": {
   "enum": [
    "fast",
    "deep"
   ],
   "type": "string",
   "description": "Search depth"
  },
  "tags": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "description": "Tracked terms for radar-style searches. With tagMode=fanout, each tag is searched separately."
  },
  "year": {
   "type": "string",
   "description": "Filter by publication year"
  },
  "scope": {
   "enum": [
    "preprints",
    "no-preprints",
    "trials"
   ],
   "type": "string",
   "description": "Opt-in scoping mapped to Exa domains: preprints (biorxiv/medrxiv/arxiv), no-preprints (exclude those), trials (clinicaltrials.gov). Omit for full index."
  },
  "date_to": {
   "type": "string",
   "description": "End date filter (YYYY-MM-DD)"
  },
  "sources": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "description": "Deprecated / ignored — retrieval is one Exa index (already covers pubmed/arxiv/biorxiv/etc.). Use scope instead."
  },
  "tagMode": {
   "enum": [
    "fanout",
    "combined"
   ],
   "type": "string",
   "description": "Use fanout for independent tracked-term searches; use combined only when tags must be searched together."
  },
  "question": {
   "type": "string",
   "description": "Research question"
  },
  "date_from": {
   "type": "string",
   "description": "Start date filter (YYYY-MM-DD)"
  },
  "maxResults": {
   "type": "number",
   "description": "Max results to return"
  },
  "privacyMode": {
   "type": "string",
   "description": "Optional plaintext privacy mode forwarded to Aubrai when provided."
  },
  "sourceProfile": {
   "enum": [
    "fast-default",
    "deep-default",
    "clinical",
    "paperclip",
    "litqa-recall"
   ],
   "type": "string",
   "description": "Optional source profile. Omit for Aubrai defaults."
  },
  "perSourceLimit": {
   "type": "number",
   "description": "Deprecated / ignored — Exa is a single index (no per-source cap)."
  },
  "includeRejected": {
   "type": "boolean",
   "description": "Default false — when true, completed responses include rejectedReferences[] and relevance.reason on rejected refs."
  },
  "filterReferences": {
   "type": "boolean",
   "description": "Default true upstream — drop off-topic refs. Set false for raw/unfiltered refs (debug)."
  },
  "retrievalProfile": {
   "enum": [
    "default",
    "litqa-recall"
   ],
   "type": "string",
   "description": "Optional retrieval profile: \"default\" or \"litqa-recall
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aubrai-literature-search-longevity-aging-research-5001e71d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aubrai-x402.vercel.app](https://www.zero.xyz/host/aubrai-x402.vercel.app/llms.txt)
