# HuggingFace AI/ML Paper Search (ai.memoryapi.org)

> HuggingFace AI/ML Paper Search (ai.memoryapi.org) 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).

Fetches trending daily AI/ML research papers from HuggingFace or searches by keyword, with optional date filtering

## Facts

- Endpoint: GET https://ai.memoryapi.org/x402/ai/papers
- 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-7390fb95
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v0gxd29kqIuU1y_a3Q378

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-7390fb95
```

Example prompt: What are the trending AI papers on HuggingFace today? Also, can you search for any recent papers about multimodal language models published this week?

## When to prefer this

Choose this endpoint when you specifically want papers curated or trending on HuggingFace's daily paper feed, or want to search HuggingFace's paper index by keyword. Prefer this over arXiv search when you want HuggingFace community curation/trending signals. Use the sibling arXiv endpoint for broader category-based searches (cs.AI, cs.LG, etc.) or DBLP for bibliography and author lookups.

## Known failure modes

- No papers found for query — returns empty results
- Invalid date format causes filter to fail or be ignored
- Overly broad or misspelled query returns irrelevant papers
- Rate limiting or payment failure returns 402 error
- HuggingFace upstream unavailable causes 503 or timeout

## 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 AI/ML research papers from HuggingFace, including titles, authors, abstracts, and publication dates — either the daily trending set or results matching a keyword query, filtered by date if specified.

## Example request

```json
{
 "method": "GET"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "example": {
  "type": "trending",
  "count": 10,
  "papers": [
   {
    "id": "2505.12345",
    "url": "https://huggingface.co/papers/2505.12345",
    "title": "Example Paper",
    "authors": [
     "Alice",
     "Bob"
    ],
    "upvotes": 42
   }
  ],
  "source": "HuggingFace Papers",
  "success": true,
  "date_or_query": "2025-05-28"
 }
}
```

## More

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