API
KEYSEE⎔ turns public keys into recognizable visual marks for wallets, agents, and cryptographic tools. See whitepaper.
Same public key in, same visual key out: a consistent identity layer people can compare at a glance.
Built for display, sharing, and quick human recognition; not as cryptographic proof.
Entropy
- 8 key families: 3 bits
- each family shape: 19 visual bits
- leading 6 hex characters shown as marks: 17 variable bits for compressed public keys
- first character is always 0: 0 bits
- second character is 2 or 3: 1 bit
- remaining 4 characters are hex: 16 bits
- total visual identity: 39 bits
39 bits means about 550 billion possible visual identities. By birthday math, a 50% visual collision is around 870,000 keys. At 1 million keys, the collision chance is about 60%.
Use
Use a compressed public key.
0330f3f7f0a9a4a3fd8d1fef2a76a97d8a8ea1e1a6b736d52a8c4f2b90e2b24a7f
UI
/ui /ui/:publicKey.html /ui/:publicKey.html?mode=2d&format=png /ui/:publicKey.html?mode=2d&format=svg /ui/:publicKey.html?style=wire /ui/:publicKey.html?theme=dark /ui/:publicKey.html?mode=2d&format=png&style=wire&theme=dark
3D Embed
/api/:publicKey.html /api/:publicKey.html?style=wire /api/:publicKey.html?theme=dark /api/:publicKey.html?style=wire&theme=dark
2D
/api/:publicKey.png /api/:publicKey.svg
Data
/api/:publicKey.json
3D Print
/api/:publicKey.stl /api/:publicKey.stl?height=80
Images
/api/:publicKey.svg /api/:publicKey.png /api/:publicKey.og.png
Random
/api/random.json /api/random.html
Options
?style=wire ?theme=dark ?background=transparent ?width=1200&height=630 ?height=80
Examples
https://keysee.io/ui/0330f3f7f0a9a4a3fd8d1fef2a76a97d8a8ea1e1a6b736d52a8c4f2b90e2b24a7f.html
https://keysee.io/api/0330f3f7f0a9a4a3fd8d1fef2a76a97d8a8ea1e1a6b736d52a8c4f2b90e2b24a7f.html
https://keysee.io/api/0330f3f7f0a9a4a3fd8d1fef2a76a97d8a8ea1e1a6b736d52a8c4f2b90e2b24a7f.json
https://keysee.io/api/0330f3f7f0a9a4a3fd8d1fef2a76a97d8a8ea1e1a6b736d52a8c4f2b90e2b24a7f.stl
https://keysee.io/api/0330f3f7f0a9a4a3fd8d1fef2a76a97d8a8ea1e1a6b736d52a8c4f2b90e2b24a7f.png?style=wire&theme=dark
Whitepaper
The KEYSEE⎔ whitepaper describes the visual identity model, entropy budget, rendering surface, and security boundary.