SpectralLock spectrallock v0.3.0
Overlay preview modes. 256px hosted preview, not a spectrometer.
Worker: https://spectrallock-download-tracker.vibelock.workers.dev/ · product OpenAPI · Worker sitemap
GET /p/spectrallock/health — Liveness. Does not increment download KV.GET /p/spectrallock/modes — List live overlay modes (zero, tazel, vyrn, uv, rosetta, zen, chaos, balance).POST /p/spectrallock/overlay — Simplified overlay preview. PNG b64 in, longest side capped at 256 px. Not the full Python pipeline.GET /p/spectrallock/skill — Return SpectralLock skill markdown. Does not increment download KV.
curl -X POST https://godlock.uk/runtime/p/spectrallock/overlay \
-H 'content-type: application/json' \
-d '{
"mode": "rosetta",
"b64": ""
}'