Skip to content
VidVerify

Documentation

Reference for Assurance Prime (ten_ws_assurance_prime, EU (Frankfurt)): authentication, base URLs, and core endpoints. Full split-pane search is planned; this page is a working hub today.

Authentication

Send the API key in the Authorization header as a Bearer token. Production keys start with vv_live_; sandbox keys use vv_test_.

Authorization: Bearer vv_live_…

Base URLs

Production
https://api.vidverify.example/v1
Sandbox
https://api.sandbox.vidverify.example/v1

Core endpoints

Common paths relative to the base URL above.

MethodPathSummary
POST/v1/sessionsCreate a verification session
GET/v1/sessions/{id}Retrieve session status and metadata
POST/v1/sessions/{id}/evidenceAttach evidence references
GET/v1/verifications/{id}Fetch verification decision and fraud signals
POST/v1/webhooks/endpointsRegister or update a webhook endpoint

Changelog

Recent API and webhook releases (same preview as the dashboard).

  • v2.4.02026-04-10Added drone metadata to sessions API responses.
  • v2.3.12026-03-28Fixed webhook retry backoff for 5xx responses.
  • v2.3.02026-03-15New fraud score breakdown fields on verification payloads.
Back to dashboard