EXENDE

Reference

Exende API

HTTP infrastructure for autonomous software.

Base URLhttps://api.exende.dev
Callback hosthttps://cb.exende.dev
OpenAPIhttps://api.exende.dev/openapi.json

Callback management and authenticated reads use api.exende.dev. Public webhook delivery uses cb.exende.dev.

Live endpoints

MethodPathPurposeAuth / Payment
POST/v1/callbacksCreate a temporary callback.x402 payment required ($0.01 USDC).
POSThttps://cb.exende.dev/hooks/{id}Send a webhook event to a callback.Public; no auth or additional payment.
PUThttps://cb.exende.dev/hooks/{id}Send a webhook event to a callback.Public; no auth or additional payment.
PATCHhttps://cb.exende.dev/hooks/{id}Send a webhook event to a callback.Public; no auth or additional payment.
GET/v1/callbacks/{id}/eventsRead received events.Bearer read token; no additional payment.
GET/v1/callbacks/{id}/waitWait for the next event.Bearer read token; no additional payment.
DELETE/v1/callbacks/{id}Delete callback and events.Bearer read token; no additional payment.
GET/healthService health.None.
GET/openapi.jsonOpenAPI specification.None.

Only POST /v1/callbacks requires x402 payment. Webhook delivery, event reads, waiting, and deletion do not trigger another payment.

Next

Read the full Callback API documentation.

Read Callback documentation