# DBLP Computer Science Bibliography Search

> DBLP Computer Science Bibliography Search is a paid API for AI agents from ai.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Search the DBLP computer science bibliography to find publications or researchers by name.

## Facts

- Endpoint: GET https://ai.memoryapi.org/x402/ai/dblp
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-memoryapi-org-1bc5e62a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lqj4wVsOJJsDAAyUUL2nd

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 ai-memoryapi-org-1bc5e62a
```

Example prompt: Search DBLP for all publications by Yoshua Bengio and show me the list of papers he has authored.

## When to prefer this

Use this endpoint when you need to search the DBLP computer science bibliography specifically — ideal for finding a CS researcher's publication list, verifying authorship, or looking up papers by title. Prefer over general web search when structured bibliographic data is needed for computer science publications.

## Known failure modes

- No results found for the given author or title query
- Ambiguous author name matching multiple researchers
- DBLP upstream service unavailable or timeout
- Payment of $0.001 USDC not processed, returning 402
- Query string missing or empty, returning 400 error

## How this service works

x402 micropayment-gated API for AI/ML research papers. Access trending HuggingFace papers, arXiv submissions, and DBLP bibliography search. Pay $0.001 USDC per request on Base.

## Output

A list of publications or researcher records from the DBLP bibliography, including paper titles, author names, publication venues, and years.

## Example request

```json
{
 "q": "neural networks",
 "limit": 10,
 "category": "cs.LG"
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "type": "publications",
  "count": 10,
  "query": "transformer attention",
  "source": "DBLP Computer Science Bibliography",
  "results": [
   {
    "url": "https://dblp.org/rec/conf/nips/VaswaniSPUJGKP17",
    "year": "2017",
    "title": "Attention is All You Need",
    "venue": "NeurIPS",
    "authors": [
     "Vaswani",
     "Shazeer"
    ]
   }
  ],
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-memoryapi-org-1bc5e62a/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)
