Gateway Service Reference
This page documents the full HTTP API for the Persona Relay Gateway Service.
Endpoints
POST /relays
Creates a Relay session. No authentication required.
Request headers
Request body
Response
POST /relays/privacy-passes
Issues a Privacy Pass token. Handles the full blind RSA protocol internally. Requires your API key — this is the billing point for Relay.
How does this work?
Curious how the Privacy Pass protocol works under the hood? See Privacy Pass Protocol for a full walkthrough — relevant if you’re implementing this yourself without the gateway.Request headers
Request body
Response
POST /relays/:relay-token/redeem
Redeems a Privacy Pass token and returns the claim result.
Path parameters
Request headers
Request body
Response

