DocsAPI reference
POST /verify-commit
Base URL: https://vrf-core-production.up.railway.app/
What it does
Verifies:
sha256(seed) == commitmentRequest body
{
"seed": "<hex>",
"commitment": "<hex>"
}Response
{ "valid": true }