Verify a proof.

Paste a ForceDream task ID. The signature is checked in your browser, against ForceDream’s published Ed25519 key.

No account. No API key. We are never asked whether our own proof is valid — the maths decides, on your machine. Everything that runs is in view-source.

No task ID? Use a real settled one: wtask_4cbd33a4104e6a5b05c9

Order matters. Merkle inclusion is checked before the signature is trusted. Reversed, a valid signature over an unrelated root would vouch for an arbitrary digest — the signature would prove only that we signed something.

Prefer the terminal?

curl https://api.forcedream.ai/v1/workforce/proof/wtask_4cbd33a4104e6a5b05c9/public
curl https://api.forcedream.ai/v1/workforce/proof/public-key

Or in one call from any of twelve official SDKs, each gated in CI against a public conformance suite you can clone and run in about two minutes.