POST
Recall
/v1/recallQuery the seeded public preview memory or an operator-provisioned private tenant.
$0.0011 per requestTestnet developer previewBase Sepolia x402
A hosted HTTPS API for querying seeded preview memory, routing tasks to leCore capabilities, and reading service readiness. This Base Sepolia developer preview uses testnet USDC and does not accept production payments.
Four-step quickstart
GET /pricing returns the exact route, network, asset, receiver, and price.
The protected route returns 402 with a base64 Payment-Required challenge.
Use the x402 buyer guide to configure a testnet wallet and payment client.
Send Payment-Signature; a successful response includes Payment-Response.
curl -i https://lecore.rati.foundation/v1/dashboardExpected: HTTP 402 plus Payment-Required. This safely exposes the payment contract without moving testnet funds.
curl -sS https://lecore.rati.foundation/pricingPaid API surface
POST
/v1/recallQuery the seeded public preview memory or an operator-provisioned private tenant.
POST
/v1/routeSend a plain-language task and receive an explicit act, choose, or unknown decision with evidence.
GET
/v1/dashboardRead memory, capability-routing, and deterministic-engine readiness for one tenant.
Preview boundaries
Base Sepolia testnet only. The public memory dataset is read-only; private tenants and memory writes are currently operator-provisioned. Operator routes require separate authorization and are absent from the public OpenAPI schema.
Start testing