Create an endpoint
One x402-paid creation returns a public callback URL and a private read token.
POST api.exende.dev/v1/callbacksCallback API · Agent infrastructure
Create a temporary webhook endpoint. Receive an external event, then read it or wait for it through a simple HTTP API.
x402 v2 · USDC on Base · Discoverable in Bazaar
POST api.exende.dev/v1/callbacksPOST cb.exende.dev/hooks/{id}GET /v1/callbacks/{id}/waitA focused HTTP workflow
One x402-paid creation returns a public callback URL and a private read token.
POST api.exende.dev/v1/callbacksGive the callback URL to the upstream service. It can deliver up to 10 events within the endpoint lifetime.
POST cb.exende.dev/hooks/{id}Retrieve received events or long-poll for up to 30 seconds with the private read token.
GET /v1/callbacks/{id}/waitThe request contract
Connect asynchronous services to an agent workflow without deploying a webhook server. The creation payment covers delivery, reads, waits, and deletion for that callback.
Keep the read token private. The callback URL is a temporary event receiver; it is not a permanent message store.
Explore the full API referencebash
Initial request returns HTTP 402 payment requirements
curl -i -X POST \
https://api.exende.dev/v1/callbacks \
-H "Content-Type: application/json" \
-d '{}'Built for agent workflows
An x402-aware client reads the HTTP 402 payment requirements, settles the exact USDC amount, and retries with its payment signature.
Payment model
Jobs Data subscriptions and credits are a separate access model. Infrastructure creation uses its own documented contract and payment requirements.
View Bazaar discovery