PEAC Protocol API

Live receipt issuance endpoint for the PEAC protocol.

Endpoints

POST /api/demo/echo

Echo your request body and receive a signed PEAC receipt.

curl -X POST https://api.peacprotocol.org/api/demo/echo \
  -H 'content-type: application/json' \
  -d '{"message": "hello"}'

GET /api/health

Health check endpoint.

Links