SearchLive

Pubmed Brief

Searches PubMed and summarizes the matching biomedical literature in one call.

$0.046USDC per call · settled on Base · no subscription, no API key

Overview

Searches PubMed and summarizes the matching biomedical literature in one call. Composite: one call runs pubmed-search first, then summarize-text over the retrieved titles + abstracts. Returns the matching papers (PMID, title, authors, journal, date, abstract, DOI) plus a bullet-point roll-up of what the abstracts say. Literature summaries only; this is NOT medical advice, and output describes published research and always carries a consult-a-clinician disclaimer. Summary stage is optional: its failure degrades the response instead of failing it. Federal public-domain data via NCBI E-utilities. Includes composed_of + per-component telemetry. Use it as an NIH paper digest, research literature synthesis, or MeSH query with abstract roll-up.

Endpoint

MethodEndpointPriceDescription
POST/v1/marketplace/api/pubmed-brief$0.046Invoke Pubmed Brief (Search) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/pubmed-brief \
  -H 'Content-Type: application/json' \
  -d '{}'

# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/pubmed-brief \
  -H 'Content-Type: application/json' \
  -H 'X-PAYMENT: <signed-payload>' \
  -d '{}'
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs