# AllInOneCents PubMed Search

> AllInOneCents PubMed Search is a paid API for AI agents from allin-onecents.orbonomy.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Queries PubMed biomedical literature database and returns relevant medical research results for a given search query.

## Facts

- Endpoint: POST https://allin-onecents.orbonomy.xyz/api/pubmed
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/allinonecents-pubmed-search-61efef30
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BIakv5nrwlegU_D9XvFqn

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 allinonecents-pubmed-search-61efef30 -d '<json body>'
```

Example prompt: Search PubMed for recent studies on the effectiveness of metformin in treating type 2 diabetes and return the key findings.

## When to prefer this

Use this endpoint when you need quick, cheap ($0.01) programmatic access to PubMed biomedical literature search without setting up direct NCBI API credentials. Ideal for AI agents that need to retrieve medical research context on demand in a unified multi-API platform. Prefer this over direct NCBI API calls when you want payment-metered, low-friction access.

## Known failure modes

- Empty or vague query returns no results or irrelevant articles
- PubMed API rate limiting or downtime causes lookup failure
- Very niche or misspelled medical terms return zero results
- Network timeout if PubMed upstream is slow
- Malformed query string causes 400-level error

## How this service works

Unified API platform — 60 endpoints across crypto, medical, macro, stocks, and utility. Dual-chain (Base + Solana). All $0.01.

## Output

Returns a data object containing PubMed search results including article titles, abstracts, publication metadata, author information, and study details relevant to the submitted query, wrapped in a success boolean and data envelope.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string",
   "description": "Input query"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/allinonecents-pubmed-search-61efef30/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from allin-onecents.orbonomy.xyz](https://www.zero.xyz/host/allin-onecents.orbonomy.xyz/llms.txt)
