Skip to main content

Overview

Video Agreement verification combines legal consent collection with identity verification through:
  • Verbal Consent Recording: Capture users reading and agreeing to terms via video
  • Audio Transcription: Convert spoken words to text for legal documentation
  • Face Matching: Optional biometric comparison with document photos
  • Multi-language Support: Agreements in English, French, and Russian

Configuration

Supported Languages

API Integration

Submit Video Agreement

Endpoint: POST /api/v1/verifications/{verificationId}/send-inputs

Verification Results

  • Face Matching: If enabled in workflow settings, the system compares the video face with the first ID document photo
  • Multi-language: Configure the script language (EN, FR, RU) in workflow settings before recording

Webhook Notification

Process Dependencies

Optional Data Source:
  • Liveness: Can use liveness photo for face comparison

Implementation Tips

  • Show script preview before recording starts
  • Provide step-by-step recording guidance
  • Allow multiple recording attempts
  • Give clear feedback on text matching results
  • Validate audio/video quality before upload
  • Compress videos appropriately (max 100MB recommended)
  • Handle microphone permission denials
  • Set reasonable recording time limits (30-120 seconds)