This changelog follows Semantic Versioning for the API. Breaking changes increment the major version and are always communicated with a minimum 60-day deprecation notice. Non-breaking additions and improvements increment the minor version. Bug fixes increment the patch version. To receive change notifications by email, enable changelog alerts in your account settings.Documentation Index
Fetch the complete documentation index at: https://docs.voxmind.ai/llms.txt
Use this file to discover all available pages before exploring further.
v1.1.0 — 2025-03-01
Deepfake detection now included on all verification calls. AASIST-based deepfake detection is now enabled by default across all plans and all verification calls. Thedeepfake_detected field in webhook results and verification responses reflects the result of this check. No integration changes are required to receive the signal — if you are already handling webhook results, deepfake_detected will now always be present in the payload.
We recommend auditing your webhook handler to ensure you are evaluating deepfake_detected before your match score threshold logic. See the Deepfake Detection guide for the correct decision tree and application logic patterns.

