A

Aubr · Literature

by Aubr

POSTBase

$0.03

per call · USD Coin on Base

Search and synthesize scientific literature on longevity and aging. Submit a research question; returns cited answer with references from PubMed and other sources.

Endpoint

POST https://x402-api.aubr.ai/api/literature

1

Calls / 30d

1

Unique payers / 30d

Aug 25

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402-api.aubr.ai/api/literature", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "filterReferences": true,
    "includeRejected": false,
    "mode": "deep",
    "question": "Research radar for longevity tracked terms",
    "retrievalProfile": "litqa-recall",
    "sourceProfile": "clinical",
    "sources": [
      "pubmed"
    ],
    "tagMode": "fanout",
    "tags": [
      "NAD+",
      "autophagy"
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://x402-api.aubr.ai/api/literature" \
  -H "Content-Type: application/json" \
  -d '{"filterReferences":true,"includeRejected":false,"mode":"deep","question":"Research radar for longevity tracked terms","retrievalProfile":"litqa-recall","sourceProfile":"clinical","sources":["pubmed"],"tagMode":"fanout","tags":["NAD+","autophagy"]}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "jobId": "lit_abc123",
  "quality": {
    "acceptedCount": 5,
    "evidenceThin": false,
    "filtered": true,
    "lowConfidence": false,
    "rawCount": 12,
    "rejectedCount": 7,
    "rejectionReasons": {
      "low_query_overlap": 4,
      "low_relevance": 3
    }
  },
  "status": "queued"
}

Payment details

Pay to0x44dc2dceaa22c7ef6b2e2cf2362fd3fb476b7c2c
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Aubr & similar services