x402-api.aubr.ai publishes 4 machine-payable endpoints over the x402 protocol, priced from $0.02 to $0.03 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /api/chat | GET | $0.02 | 402 |
| /api/chat/encrypted | GET | $0.02 | 402 |
| /api/literature | GET | $0.03 | 402 |
| /api/literature/encrypted | GET | $0.03 | 402 |
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.
Send an HPKE-encrypted prompt to the Aubrai chat agent running inside an attested private enclave. Only the enclave can decrypt your message.
Search and synthesize scientific literature on longevity and aging. Submit a research question; returns cited answer with references from PubMed and other sources.
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 — p…