Soren · Secret

by Soren

POSTBasebase

$0.03

per call · USD Coin on Base

A one-read dead drop for handing a credential between two agents. Use it when neither side should hold the secret first. POST it, pay once, and receive a URL that works exactly one time — the read destroys it before responding, so a lost response cannot become a second delivery. The reader pays nothing, because a recipient may hold no wallet. Max 4096 bytes. Encrypted at rest with a key returned once and never kept; blind=true stores your own ciphertext untouched.

Endpoint

POST https://soren.com/v1/secret

2

Calls / 30d

1

Unique payers / 30d

Aug 26

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://soren.com/v1/secret", {
  method: "POST",
});
const data = await res.json();
cURL
curl -X POST \
  "https://soren.com/v1/secret" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "expires_at": "<ISO-8601 UTC>",
  "read_url": "https://soren.com/v1/secret/<token>",
  "reads_allowed": 1,
  "stored": true
}

Payment details

Pay to0xadc3a47efbd82ed724a0e9a3d08d5a1a8e6586fd
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, base
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Soren & similar services