vlayer docs

Proving with vouch

What is vouch?

vouch is a user-facing service that simplifies the process of generating client-side web proofs. Instead of managing API calls directly, your application redirects users to vouch, which handles the proof generation and returns the verified data via a webhook. This provides:

  • OAuth-like UX - Users are redirected to vouch and back to your app
  • No API credentials needed - vouch manages the vlayer API integration
  • Webhook delivery - Proofs are delivered to your backend via webhook
  • User-friendly interface - vouch provides a polished UI for the proving process

Use vouch when the HTTPS request needs to be composed and proven within End User's browser/mobile device (End User's cookies / authorization headers are needed).

On this page