$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/literature1
Calls / 30d
1
Unique payers / 30d
Aug 25
Last called
exact
Payment scheme
Call this service
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 -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
0x44dc2dceaa22c7ef6b2e2cf2362fd3fb476b7c2cUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Aubr & similar services
Aubr · Chat Encrypted
x402-api.aubr.ai
Send an HPKE-encrypted prompt to the Aubrai chat agent running inside an attested private enclave. Only the enclave can decrypt your message.
Aubr · Literature Encrypted
x402-api.aubr.ai
Send an HPKE-sealed literature query to Aubrai and receive an encrypted result. The transport terminates at Aubrai; literature retrieval and evidence processing use external services. Always async — poll the returned pollUrl.
Aubr · Chat
x402-api.aubr.ai
Send a question about longevity, aging, or lifespan science. Returns a request ID to poll for the AI-generated answer from Aubrai, VitaDAO's decentralized co-scientist.