# SYNTHORA DOAJ Open-Access Article Search

> SYNTHORA DOAJ Open-Access Article Search is a paid API for AI agents from doaj-article-search.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Searches the Directory of Open Access Journals (DOAJ) article index and returns titles, authors, DOIs, abstracts, journal metadata, ISSNs, and open-access full-text links as JSON.

## Facts

- Endpoint: POST https://doaj-article-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-doaj-open-access-article-search-761360c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uLWHINbCRyfZ1GbWMa1no

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-doaj-open-access-article-search-761360c6 -d '<json body>'
```

Example prompt: Search the DOAJ open-access article index for peer-reviewed papers on CRISPR gene editing and give me the titles, authors, DOIs, abstracts, and full-text links for the top results.

## When to prefer this

Choose this endpoint when you need legally free, peer-reviewed academic literature with guaranteed open-access full-text links and no authentication overhead. It is ideal for autonomous agents that cannot handle OAuth or API key flows, for agent-to-agent research pipelines, or when you specifically need DOAJ-indexed content (which guarantees open-access compliance). Prefer it over general web search when citation-quality metadata (DOIs, ISSNs, structured abstracts) is required.

## Known failure modes

- Empty result set if query terms are too narrow or obscure
- Partial metadata if the DOAJ record lacks an abstract or full-text link
- Upstream DOAJ API unavailability causing service errors
- Malformed query input returning an error or empty response
- Rate limiting or payment failure returning a non-200 response

## How this service works

Searches the Directory of Open Access Journals article index, returning titles, authors, DOIs, journal, ISSNs, abstracts and open-access full-text links as JSON. A keyless endpoint for autonomous research agents and agent-to-agent workflows sourcing legally free, peer-reviewed open-access literature. First 3 calls FREE per wallet — send header X-WALLET: 0x<addr>. No charge on upstream failure.

## Output

A JSON object containing a list of matching open-access articles, each with title, author names, DOI, journal name, ISSNs, abstract text, and a link to the legally free full-text version hosted by the publisher or repository.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "doaj-article-search",
  "result": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-doaj-open-access-article-search-761360c6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from doaj-article-search.hergertsynthora.com](https://www.zero.xyz/host/doaj-article-search.hergertsynthora.com/llms.txt)
