ZK LLM Relay API

Privacy relay for encrypted gateway envelopes.

Endpoints

Health Check

curl -sS https://proxy.zerok.cloud/healthz

Relay Request

Submit a JSON Envelope payload from the client.

curl -sS https://proxy.zerok.cloud/relay \
  -H "content-type: application/json" \
  -d '{"v":1,"token_class":"c256","eph_pubkey_b64":"...","nonce_b64":"...","ciphertext_b64":"..."}'

Notes