Generate an encrypted reveal URL using the API, then share it.
curl -X POST /generate \
-H "Content-Type: application/json" \
-d '{"text": "42.0%"}'
{"url": "/reveal?value=..."}
# text: the value to reveal (required) # track: "track1" or "track2" (optional, default: track2)