# SYNTHORA arXiv Preprint Search

> SYNTHORA arXiv Preprint Search is a paid API for AI agents from arxiv-preprint-search.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Queries the arXiv API for academic preprints by keyword, author, or category, returning structured metadata including titles, abstracts, authors, arXiv IDs, DOIs, and PDF links.

## Facts

- Endpoint: POST https://arxiv-preprint-search.hergertsynthora.com/service
- 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/synthora-arxiv-preprint-search-f7d2f673
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bsDJQWI39-V0S3zM-m5bR

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 synthora-arxiv-preprint-search-f7d2f673 -d '<json body>'
```

Example prompt: Search arXiv for the latest preprints on diffusion models for image generation — I want titles, authors, abstracts, and PDF links for the top results.

## When to prefer this

Choose this endpoint when an agent needs to programmatically search arXiv for preprints without managing API keys, especially within x402 micropayment pipelines or autonomous research agent workflows where per-call billing is preferable. Ideal for agent-to-agent pipelines that need to track physics, math, or CS/ML research at scale without OAuth setup.

## Known failure modes

- Empty result set when query terms are too specific or misspelled
- arXiv API rate limiting or downtime causing upstream errors
- Malformed or missing fields in returned Atom XML for older preprints
- Query too broad returning irrelevant results across many categories
- Network timeout if arXiv upstream is slow to respond

## How this service works

Queries the arXiv API for preprints by keyword, author or category, returning Atom XML with titles, abstracts, authors, arXiv IDs, DOIs and PDF links. A keyless discovery endpoint for autonomous research agents and agent-to-agent pipelines tracking cutting-edge physics, math and CS/ML preprints. First 3 calls FREE per wallet — send header X-WALLET: 0x<addr>. No charge on upstream failure.

## Output

Returns a JSON response wrapping Atom XML content from arXiv, including preprint titles, abstracts, author lists, arXiv IDs, DOIs, and direct PDF links for papers matching the search query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "query"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "arxiv-preprint-search",
  "result": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-arxiv-preprint-search-f7d2f673/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from arxiv-preprint-search.hergertsynthora.com](https://www.zero.xyz/host/arxiv-preprint-search.hergertsynthora.com/llms.txt)
