Changelog¶
All notable changes to Moveris API (v2) will be documented here.
In plain terms
This page lists new features, changes, deprecations, and fixes. Check it when upgrading your integration or troubleshooting unexpected behavior.
2026¶
[2.13.0] - 2026-07-15¶
Added¶
-
Meeting Liveness Bot — frame quality gating — Before frames enter the accumulator, the bot runs a gate-and-reset quality pipeline (blur, brightness, and optionally face geometry / pose). A rejected frame resets that participant's buffer so the model still receives consecutive frames. The session SSE stream adds
frame-quality-rejected(throttled to about once per second per participant) withparticipantId,participantName,reason,framesCollected, andframesRequiredso M2M clients can surface interviewer guidance. See Integration Guide — Frame quality gating and API Reference — Session Events. -
Meeting Liveness Bot — background segmentation — Optional
bgSegmentationonPOST /api/sessionsreplaces each participant's background with neutral grey before frames are sent tofast-check. Defaults to the deployment setting configured by Moveris. When enabled, requests includebg_segmentation: truein the analysis payload. See Integration Guide — Background segmentation.
Changed¶
- React SDK (
@moveris/react3.22.0,@moveris/shared3.22.0) — Adaptive blur and brightness gates are now platform-aware.detectPlatform()classifies'ios' | 'android' | 'harmonyos' | 'desktop' | 'other', andPLATFORM_BLUR_PARAMStunes fraction, top percentile, and window size per platform (for example Android uses a more lenient blur curve than iOS). ExistingblurThreshold/brightnessThresholdfloors still apply. See Hooks and Types & Constants.
Fixed¶
-
React SDK (
@moveris/react3.22.4) —useSmartFrameCaptureaddsrequireLandmarks(defaultfalse). Whentrue,isDetectorReadyalso waits for the FaceLandmarker before capture starts, so shortlive-checksessions do not finish with empty landmarks while the ~25MB model is still loading. Leave unset forfast-check/fast-check-crops. See Live Check and Hooks. -
React SDK (
@moveris/react3.22.3,@moveris/shared3.22.3) —CameraStabilizerretries once by default after a failed 4s cold-start window (auto-exposure still converging), reducing capture starts on an unstable camera. Configurable viaStabilizerConfig.maxRetries. -
WebRTC transport (
@moveris/webrtc3.22.2) — Observer config fetch now appends?model=<alias>so clients route to the correct model shard. Upgrade@moveris/webrtc(and@moveris/reactif you useuseWebRTCLiveness) to 3.22.2+. -
Meeting Liveness Bot — stale session cleanup — When a session expires, the bot now leaves the meeting (
stopBot), broadcastssession-statuswithfatal, and unlocks the client form. SSEonerrorthat receives404for the session also marks the session fatal so the UI does not stay stuck in scanning.
[2.12.0] - 2026-06-26¶
Added¶
-
Mixed V3.1.1 models — New
mixed-10-v3_1_1,mixed-30-v3_1_1,mixed-60-v3_1_1,mixed-90-v3_1_1, andmixed-120-v3_1_1aliases. V3.1.1 is a clean retrain of the V3.1 temporal-physio family on canonical RGB inputs, with thresholds recalibrated on the real-world holdout set (equal error rate drops to roughly 5–9% on that set). Select a model with themodelbody field or withX-Model-Version: v3_1_1plusframe_count(10, 30, 60, 90, or 120). The 90-frame model (mixed-90-v3_1_1) is the recommended ship configuration. See Models overview and Model Versioning & Frames. -
React SDK (
@moveris/shared/@moveris/react/@moveris/react-native/@moveris/webrtc3.21.0) — Registered the V3.1.1 models in the SDK type and config layer:mixed-{10,30,60,90,120}-v3_1_1added to theFastCheckModelunion,v3_1_1added toModelVersion, and matchingMODEL_CONFIGSentries (per-frameminFrames/recommendedFrames). Additive; mirrors the existing V3.1 entries. -
Meeting Liveness Bot — V3.1.1 models — The interviewer scanner and verification history now support the
mixed-*-v3_1_1aliases, so meeting sessions can target the latest model generation.
Changed¶
-
Meeting Liveness Bot — H.264 video pipeline — The bot now ingests each participant's video as an H.264 stream (the
web_4_coremeeting-provider variant) and extracts frames with FFmpeg, instead of receiving one PNG per frame. End-to-end verdict latency drops from roughly 20 seconds to about 9 seconds. Frames are now delivered at native capture resolution (no forced 640×480 downscale, so face proportions are preserved) and as consecutive frames (no frame skipping), matching how the liveness models are trained. No API changes — session endpoints, server-sent event (SSE) streams, and webhook payloads are unchanged. -
WebRTC observer reliability — The observer deployment adds a WebSocket heartbeat and a liveness watchdog that detect dead or half-open KVS connections and recover automatically, plus separate liveness and readiness health checks so the service is not marked unhealthy while models are still warming up. No API changes for WebRTC integrators.
[2.11.0] - 2026-06-22¶
Added¶
- Meeting Liveness Bot — targeted participant scanning —
POST /api/sessionsnow accepts optionaltargetParticipantNamesandexcludeParticipantNames(arrays of display names). WhentargetParticipantNamesis set, the bot scans only matched participants;excludeParticipantNamesskips named people (for example interviewers or hosts). Name matching is two-tier: fast fuzzy matching for clear cases, with an optional LLM confirmation step (configured by Moveris on the bot deployment) for ambiguous names. Matched participants are pinned and analyzed during active speech, so frames are captured while the subject is live on camera. The SSE stream addsparticipant-stageandparticipant-matchedevents for real-time UI. See Integration Guide — Targeted participant scanning.
Fixed¶
- WebRTC transport (
@moveris/webrtc3.20.2,@moveris/react3.20.2) — Fixed connection failures that prevented any WebRTC liveness session from completing. The client now reads the channel-specific signaling endpoint (wssEndpoint) from the observer config instead of falling back to the generic regional URL, handles the KVSSignalingClientSDP answer and ICE candidate event shape correctly, drains the DataChannel send buffer between chunks for larger frame counts (30+ frames), and includes a generatedsession_idin the start message so the observer returns a verdict instead of timing out. No API changes — upgrade@moveris/webrtcand@moveris/reactto 3.20.2.
[2.10.0] - 2026-06-18¶
Added¶
-
WebRTC transport (
@moveris/webrtc3.20.0,@moveris/react3.20.0) — New@moveris/webrtcpackage withWebRTCLivenessClientfor framework-agnostic liveness over a single AWS KVS WebRTC DataChannel (frames sent in 16 KB PNG chunks; verdict returned on the same channel).@moveris/reactaddsuseWebRTCLivenessfor React state management. Requires an observer deployment that exposes/kvs/config(separate from the standard REST base URL). See WebRTC Quick Start and WebRTC Client Reference. -
Meeting Liveness Bot — Slack notifications — Optional Slack alerts on the bot deployment post formatted liveness verdicts (environment label, participant name, score, model, session ID). Configured by Moveris; leave disabled by default. See Integration Guide — Slack notifications.
Security¶
-
React SDK (
@moveris/react3.20.0,@moveris/webrtc3.20.0) — Dependency patches forshell-quote,form-data,vite, andws. -
Meeting Liveness Bot — Dependency overrides updated for
react-router,vite, andwsaudit findings.
[2.9.0] - 2026-06-11¶
Changed¶
- React SDK (
@moveris/react3.19.0,@moveris/shared3.19.0) —useSmartFrameCapturenow uses adaptive blur and brightness thresholds that calibrate to each user's camera and lighting. A rolling 30-frame window derives a threshold from the top-10% mean, so low-quality cameras and dim rooms can still pass sharp, well-lit frames. The existingblurThresholdandbrightnessThresholdprops act as floors for the adaptive computation (not fixed gates). Hard floors (MIN_BLUR_FLOOR=20,MIN_BRIGHTNESS_FLOOR=30) still reject unusable frames. After five consecutive blur or brightness rejections, persistent advisory feedback takes priority over generic "hold still" copy. New exports:computeAdaptiveBlurThreshold,computeAdaptiveBrightnessThreshold,sampleBlurVariance, and related constants — see Hooks and Types & Constants.
Fixed¶
- React SDK (
@moveris/react3.19.0) — Blur rejection now resets the captured frame buffer (same as face-loss) so V3+ models receive fully consecutive frames with uniform temporal spacing. The blur gate runs pre-capture againstsampleBlurVariancevalues, fixing a scale mismatch that rejected every frame when adaptive mode was enabled.
Security¶
- Hosted Verification UI — Dependency upgrades (react-router, vitest, ws, and related packages) and nginx hardening for current security advisories.
[2.8.0] - 2026-06-08¶
Added¶
-
v2 upload-first pipeline — New
POST /api/v2/upload,POST /api/v2/fast-check, andPOST /api/v2/live-checkendpoints. Upload frames (or a video file) during capture, then run inference bysession_idwithout resending pixels. Additive to v1; existing/api/v1/*endpoints are unchanged. See V2 Upload-First Pipeline. -
Live Check (
POST /api/v1/live-check) — V3-only batch path that accepts SDK-supplied MediaPipe Face Mesh landmarks (≥468 points) per frame so the server can skip its own face-mesh pass and preserve temporal-physio signal quality. SDK:LivenessClient.liveCheck(),useLivenesswithendpoint: 'live-check'. See Live Check. -
React SDK (
@moveris/react3.15.0,@moveris/shared3.15.0) —useLivenessV2hook andLivenessViewpipeline="v2"prop for the upload-first flow (v2Upload→v2FastCheck/v2LiveCheck). -
Embeddable Cognito widgets (
@moveris/cognito-check0.3.1,@moveris/cognito-check-react2.0.1) — Added Mixed V3 (10/30/60f) and Mixed V3.1 (10/30/60/90f) model entries and thev3/v3_1model versions, so the embeddable widget can target the latest model generations. -
Meeting Liveness Bot — Concurrent sessions (isolated per-session
FrameHandlerwith scoped WebSocket routing); manual per-participant scan in the interviewer UI (explicit trigger instead of auto-accumulation); fullmixed-*-v3_1model support in scanner and history filters.
Changed¶
-
React SDK (
@moveris/react3.14.0) —useSmartFrameCaptureusesVideoFrameSync(requestVideoFrameCallback) on Chrome/Safari to eliminate timer-induced duplicate and skipped frames that corrupt V3+ temporal signals. Falls back tosetIntervalon Firefox and non-browser environments. -
React SDK (
@moveris/react3.17.0) — Frame encoding usesfast-png(level 1) instead ofcanvas.toDataURL, roughly doubling realized capture cadence (~6 fps → ~12 fps) with unchanged pixel data. New optionalbrightnessThresholdprop onuseSmartFrameCaptureoverrides minimum brightness for frame acceptance. -
SDK (
@moveris/shared3.18.0) —LivenessResultnow exposesrealScore(the rawreal_scorefrom the API, 0.0–1.0). Previously this value was dropped when building the result. UserealScorefor decision-making;confidenceremains reserved for future use. -
Idempotency (fast-check family) — Session cache is now model-aware. Reusing a
session_idwith a different model returns 409 (session_model_mismatch) instead of replaying another model's verdict. Cached responses report the executed model.fast-check-streampins the model at session creation and rejects mid-stream model switches. -
Webhook metadata — Fast-check webhook payloads now forward client
metadataastenant_metadataconsistently.
Fixed¶
-
POST /api/v1/verify— Corrected inverted verdict andreal_scoredirection for spatial-feature models; abstains instead of fabricating a verdict when both heart-rate/baseline and spatial feature extraction fail entirely. -
Hybrid models —
hybrid-v2-*and legacyhybrid-50/hybrid-150/hybrid-checkrequests now run the selected hybrid checkpoint instead of silently scoring with the 10-frame anti-spoofing model. -
Meeting Liveness Bot — Fresh Moveris
session_idon re-scan to avoid API cache hits;bot_session_idin request metadata for webhook clustering.
Security¶
- Developer Portal API — Backend dependencies updated to address known security advisories.
[2.7.0] - 2026-05-14¶
Changed¶
-
React SDK (
@moveris/react3.10.1) — Canvas contexts used for capture and quality analysis pincolorSpace: 'srgb'andwillReadFrequently: true, reducing pixel drift on Display P3 / wide-gamut displays that previously skewed blur, brightness, and encoded frame data. The default full-frame capture cap moves from 640×480 to 1280×720 to align with the V3.1 training resolution path. -
React SDK capture format (
@moveris/react3.10.x) — Frame utilities emit PNG base64 only. The previous'raw'RGBA option and thejpeg-jsencoding path were removed fromcaptureVideoFrameanduseSmartFrameCapture. Breaking change for advanced integrations: if you relied on'raw'output or deterministicjpeg-jsJPEG, migrate to the returned PNG or encode JPEG yourself outside the helper.
Fixed¶
- Containerized inference (MediaPipe) — Docker images ship updated OpenGL libraries and a MediaPipe compatibility shim so face-detection workloads keep running against current upstream library expectations.
[2.6.1] - 2026-05-11¶
Security¶
-
Developer Portal API — Backend dependencies updated to address known security advisories.
-
Hosted Verification UI — Dependency upgrades clear current audit findings for the hosted verification web application.
-
Moveris MCP server — Dependency overrides updated so self-hosted MCP installs pick up upstream security fixes.
[2.6.0] - 2026-05-06¶
Changed¶
-
React/Shared SDK (
@moveris/reactand@moveris/shared3.8.6) — Face-crop generation now matches the server/training pipeline (20% frame-based margin, bounded non-square crop, then resize to 224×224). This reduces falsefakeoutcomes caused by crop mismatch in custom integrations that build their own crops withcalculateFaceCropRegion. -
Breaking change for custom crop pipelines:
calculateFaceCropRegionnow returns{ x, y, width, height }instead of{ x, y, size }, andcalculateAdaptiveCropMultiplierwas removed. - React SDK capture pipeline (
@moveris/react3.8.2 – 3.8.5) — Frame encoding is now deterministic across browsers (jpeg-jsinstead ofcanvas.toDataURL) and the SDK exposes an optional raw RGBA capture format onuseSmartFrameCapture/captureVideoFramefor advanced integrations that need consistent pixel data and to bypass browser JPEG variance.
Security¶
- Integration runtime hardening — Additional dependency security fixes shipped across SDK and MCP surfaces, reducing vulnerability exposure for pinned and self-hosted integrator builds.
[2.5.1] - 2026-04-23¶
Fixed¶
- Social login account linking (Developer Portal auth) — When a user signs in with Google or GitHub and the email already exists, the backend now auto-links the social provider to that existing account instead of forcing password login. This removes avoidable login failures for teams using social auth.
[2.5.0] - 2026-04-23¶
Added¶
- Embeddable Cognito widgets (
@moveris/cognito-checkand@moveris/cognito-check-react0.1.0) — New SDK packages provide a hosted checkbox-style verification entrypoint for teams that want a lightweight, embeddable verification trigger in web apps. - Portal admin cache refresh action — Admins can now trigger allowed-host cache refreshes from the backend tooling, reducing propagation delays when CORS allowlists are updated.
Changed¶
- Developer Portal authentication and authorization — Portal-facing endpoints now use JWT auth with role-based access control (RBAC) and organization scoping more consistently, improving tenant isolation for multi-org teams integrating through the portal.
- Cognito widget UX behavior — Verification checkbox state now locks after success, applies a 30s timeout guard, and standardizes camera preview to a 4:3 aspect ratio to reduce webcam cropping issues.
Fixed¶
- API key revocation handling — Revoked API keys now raise a dedicated backend error path and return clearer auth failures for clients, making key-rotation incidents easier to diagnose.
Security¶
- Dependency hardening across integration surfaces — Additional vulnerability patches were released across MCP/server tooling and SDK build dependencies, reducing exposure for pinned deployments.
[2.4.1] - 2026-04-22¶
Changed¶
- Verification UI (
0.4.0) — Hosted verification flow now forwards camera capability context in crop submissions, improving downstream auditability for integrators using the hosted experience. - Developer portal backend reliability — Admin detection listings were optimized to reduce N+1 query overhead in large datasets. This improves performance for teams reviewing verification activity.
Security¶
- Runtime dependency hardening — Security updates were shipped across SDK/Verification UI/MCP tooling, reducing known vulnerability exposure for pinned integrations.
[2.4.0] - 2026-04-15¶
Added¶
- Async Video Detect idempotency —
POST /api/v1/{tenant_slug}/video/detectnow supports theIdempotency-Keyheader. Reusing the same key with the same API key returns the originalsubmission_idinstead of creating duplicate async jobs, which helps integrators retry safely after network interruptions. - React SDK (
@moveris/react3.7.0) — AddedLivenessCaptureProvidercontext plus brightness sampling utilities (sampleCenterBrightness,sampleFaceBrightness) for advanced custom overlays and capture-feedback UIs without prop threading.
Changed¶
- React SDK (
@moveris/react3.6.3) — Capture pacing can now be tuned with bothcaptureIntervalMsandminCaptureDelay; the previous hard floor that limited effective capture rate has been removed when you set a lower delay explicitly. - Verification UI — Updated to SDK
@moveris/react3.6.3 and aligned capture throttling values for more consistent frame cadence during hosted verification sessions. - Developer Portal integration layer — Portal API calls now consistently target the unified
/api/v1paths with Bearer-authenticated requests and envelope-unwrapped responses, improving compatibility with API v2 response handling in portal workflows.
Fixed¶
- Async video processing (portrait videos) — Frame extraction now correctly applies OpenCV rotation metadata for portrait MP4 uploads, preventing incorrect orientation during inference.
- React SDK (
@moveris/react3.6.3) — Camera and detection loops stop as soon as frame collection entersuploading, avoiding unnecessary camera activity while waiting for the API response.
Security¶
- Dependency vulnerability updates were shipped across API, MCP, and Verification UI runtimes to reduce exposure for integrators running self-hosted or pinned builds.
[2.3.1] - 2026-04-02¶
Fixed¶
- React SDK (
@moveris/react/@moveris/react-native/@moveris/shared3.6.2) — When the API returns HTTP success but the JSON body has noverdictfield,LivenessClientnow maps the result to verdictinconclusiveinstead of throwingLivenessApiError. Responses that include an error or failedsuccessstill throw as before.
Changed¶
- Developer Portal — transactional emails — Signup, billing, and payment-related notifications use a shared base layout with refreshed copy;
payment_failedtemplate binding is corrected.
[2.3.0] - 2026-04-02¶
Added¶
- Developer Portal — organization video settings — Organization admins can set the tenant slug (used in
POST/GET /api/v1/{tenant_slug}/video/detect) and an optional video metadata schema (JSON Schema) sometadataon async video submissions is validated consistently. Configure both under Settings in the Developer Portal. - Webhook delivery logs — payload echo and filters — Delivery log API responses now include
request_body(the JSON body Moveris attempted to deliver). You can filter logs byevent_type(e.g.verification.completed,verification.failed) and bymodel(resolved model in the payload). The Portal Webhook / delivery views add filtering and a detail drawer for each attempt; event labels use theverification.*names.
Changed¶
- React SDK (
@moveris/react/@moveris/react-native/@moveris/shared3.6.1) — The “Find better lighting” advisory appears in more real-world lighting conditions (lower dynamic-range threshold), while remaining non-blocking — capture is not stopped.
Security¶
- Moveris MCP server — Dependency update to address a reported denial-of-service issue.
[2.2.0] - 2026-04-01¶
Added¶
verification.failedwebhook — In the Developer Portal you can subscribe to a second event type. Moveris sends it when ML inference or async video processing fails after authentication and request validation (coversfast-check,fast-check-crops,fast-check-stream, and tenantvideo/detect). The JSON body keeps the same top-level shape asverification.completed(event,session_id,timestamp,data); for failures,dataincludeserror,model,input_source,processing_ms, andframes_processed(no verdict). TheX-Webhook-Eventheader isverification.failed. Configure which events each webhook receives in the Portal (completed only, failed only, or both). Signing with your webhook secret works the same as for completed events.- React SDK (
@moveris/react/@moveris/react-native3.5.0) — Clearer camera permission denied messaging and built-in denied UI onLivenessCamera.
Changed¶
@moveris/shared(LivenessClient) — Unwraps the API v2 standard JSON envelope (data,success,message) and maps the structurederrorsarray format. Use a@moveris/sharedrelease that includes this behavior together with API v2; upgrade@moveris/react/@moveris/react-nativeto pick up the matching dependency range.- Default model in deployment templates — Example and Fly/Docker configuration defaults now align on
mixed-10-v2where a single default model alias is set (adjustMODELS_*/ worker settings for your environment). - Developer Portal (backend) — Proxies to API v2 unwrap the standard response envelope (e.g. models list for the Portal UI).
- Moveris MCP server — Consumes API v2 response envelopes; dependency updates for reported vulnerabilities (e.g.
path-to-regexp). - Verification UI — End-to-end handling of API v2 standard responses.
Fixed¶
- Webhook delivery logging — Failure-path deliveries no longer hit invalid null constraints or missing session linkage when emitting
verification.failed(delivery logs and MCP session stubs behave consistently). - Developer Portal (web UI) — Dependency updates (including pinned
axios) to address npm audit findings.
[2.1.0] - 2026-03-30¶
Added¶
- Standard response envelope on all endpoints — Every JSON response is now wrapped in
{ "data": ..., "success": true/false, "message": "..." }. Error responses include anerrorsarray with error-code-keyed messages. Webhook payloads are not affected (they keep the{ event, session_id, timestamp, data }format). See Errors. - Async tenant-scoped video detection endpoints — New endpoints for pre-recorded video processing:
POST /api/v1/{tenant_slug}/video/detectto submit a video file (or URL) and get asubmission_idGET /api/v1/{tenant_slug}/video/detect/{submission_id}to poll status and retrieve results when complete Supports tenant metadata validation, tenant/org access checks, and async queue processing.- React SDK camera capability inspection —
@moveris/react/@moveris/shared(3.4.0) now expose camera capability helpers (getCameraCapabilities,validateCameraRequirements,getOptimalConstraints) plususeCameracapability fields andLivenessViewonCapabilitiescallback for device diagnostics.
Changed¶
- Response format (breaking) — All API responses now use the standard envelope. Clients must read
response.datafor the payload instead of the top-level body. Errors usesuccess: falsewitherrorsarray instead of the previous flat{ "error": "...", "message": "..." }format. Validation errors return400(previously422). - React SDK capture quality signals — Recent SDK releases improve real-time capture guidance with matrix-based roll detection and dynamic-range soft warnings ("Find better lighting"), while keeping capture non-blocking for advisory-only conditions.
- Verification UI capture flow — Verification UI now uses crop-based submission aligned with
fast-check-cropsand supports alias-based model resolution in requests, improving compatibility with API v2 model versioning.
Fixed¶
- Verification UI crop payload shape — Crop submissions now send
{ index, pixels }objects to match thefast-check-cropsschema. - Portal/API edge networking for integrators — Upstream platform now forwards
Fly-Client-IPthrough Nginx, improving real client IP visibility for integrations relying on network telemetry.
[2.0.1] - 2026-03-23¶
Added¶
- React SDK: Face area quality gate —
useSmartFrameCapturenow rejects faces that occupy less than 4% of the frame area. Helps avoid low-quality captures when the user is too far from the camera. - React SDK:
captureIntervalMsandonEyeWarning—useSmartFrameCapturegainscaptureIntervalMs(default 100 ms) to tune capture rate (e.g. 50 ms for ~20 FPS).useDetectionPipelinegainsonEyeWarningcallback for real-time eye quality feedback ("Eyes are in shadow", "Glare detected", etc.) just beforeonRestartNeededfires. - MCP:
frame_countparameter —verify-human-presencetool accepts optionalframe_count(10, 30, 60, 90, 120) to override the default derived fromrisk_level.
Changed¶
- React SDK: Default endpoint —
LivenessViewanduseLivenessnow default tofast-check-cropsinstead offast-check-stream. Passendpoint="fast-check-stream"to preserve previous behavior. - MCP: Alias-based model resolution —
verify-human-presencetool uses API v2 alias resolution. Responsemodelfield now returns frame count string (e.g."10","30"); newmodel_versionandframe_countfields added. Risk levels map to{ modelVersion: "latest", frameCount }tuples.
[2.0.0] - 2026-03-20¶
Added¶
- Model versioning (v2 flow) — New
frame_countbody parameter andX-Model-Versionrequest header for alias-based model resolution. SendX-Model-Version: latest(orv1,v2,fast, etc.) withframe_count: 10|30|60|90|120to resolve the concrete model. See Model Versioning & Frames. - Deprecation response headers — When using a deprecated model, responses include
Deprecation: true,Sunset,X-Moveris-Deprecated-Model, andX-Moveris-Suggested-Model. All responses includeX-Moveris-Model-Resolvedwith the resolved model ID. - Billing suspension guard — Suspended accounts receive 402 with
error: "account_suspended"(distinct frominsufficient_credits). Credit pre-check runs before processing; usage logs persist for audit.
Changed¶
- CORS —
X-Model-Versionheader is now allowed in CORS preflight. Deprecation response headers are exposed to clients. - Request schema — When
X-Model-Versionheader is present, themodelbody field is ignored; resolution uses(version, frame_count)instead.
[1.12.0] - 2026-03-19¶
Added¶
- Fast Check Crops:
bg_segmentation— Optional request field to indicate whether background segmentation was applied to crops before sending. Stored in session metadata for A/B analytics comparing model accuracy with vs. without segmentation.
[1.11.3] - 2026-03-17¶
Security¶
- Backend dependency vulnerability fixes to address known security advisories.
[1.11.2] - 2026-03-14¶
Added¶
- React SDK:
useDetectionPipelinehook for gaze + eye-region gating, exposingdetectionGateandgetWarnings()for session warnings at submit time.
Changed¶
- React SDK:
useSmartFrameCapturenow supports externaldetectionGateand addsrestart()for blocking conditions (e.g. hidden/shadowed eyes). Glasses detection is non-blocking and forwarded as a warning. - Documentation: API key scopes and frame capture requirements documentation updated (including clarification for capture behavior by endpoint).
[1.11.1] - 2026-03-12¶
Added¶
- AI-readable documentation —
llms.txtandllms-full.txtadded for AI assistant integration (Claude Code, ChatGPT, Cursor). Enables AI tools to discover and use the API documentation during integration. - SDK documentation updates — Session ID (
sessionId) prop documented forLivenessView,LivenessModal, anduseLiveness(React and React Native).CapturedFrametype clarified (timestampMsin SDK,timestamp_msin API payload).
[1.11.0] - 2026-03-12¶
Added¶
- Capture warnings in fast-check responses — Optional
warningsfield in request and response for Fast Check, Fast Check Stream, and Fast Check Crops. Frontends can report capture conditions (e.g. "Low light detected", "Face not centered"); the API echoes aggregated warnings in the response for debugging and UX improvement.
Changed¶
- Basic Auth for documentation — Optional authentication for documentation endpoints when
DOCS_BASIC_AUTHis configured. Protects staging docs from public access.
[1.10.0] - 2026-03-11¶
Added¶
- API key scopes — API keys can be restricted by scope:
detection:write,detection:read,session:write,session:read,session:audit,keys:read,keys:write,usage:read,credits:read,webhooks:read,webhooks:write,hosts:read,hosts:write. Create scoped keys in the Developer Portal for least-privilege access. Keys with empty scopes retain full access (backward compatible).
Changed¶
- Endpoints now enforce scope requirements. Requests with keys that lack the required scope return 403 with
error: "insufficient_scope"andrequired_scopein the response.
[1.9.1] - 2026-03-10¶
Fixed¶
- Mixed model credit costs — Corrected credit deduction for mixed-v2 models (e.g.
mixed-10-v2,mixed-30-v2,mixed-90-v2,mixed-120-v2). Requests using these models now deduct the correct number of credits per model config.
[1.9.0] - 2026-03-10¶
Added¶
- Models registry endpoint — GET
/api/v1/modelsreturns the list of available models with id, label, description, min_frames, and deprecated status. Authenticated via shared app-to-app Bearer token. Used by the Developer Portal and SDKuseModelshook for dynamic model selection. - React SDK
useModelshook — Fetch available models from the API and build dynamic model selectors with deprecated-flag support. Integrations can show model descriptions and warn when using deprecated models.
[1.8.0] - 2026-03-10¶
Added¶
- Mixed V2 models — New model family trained on 6,486 videos across 9 attack types. Includes
mixed-10-v2,mixed-30-v2,mixed-60-v2,mixed-90-v2,mixed-120-v2with improved accuracy and per-model EER thresholds. See Models overview.
Deprecated¶
- Legacy mixed models —
mixed-10,mixed-30,mixed-60,mixed-90,mixed-120,mixed-150, andmixed-250are deprecated. Migrate to the correspondingmixed-N-v2variants.
[1.7.0] - 2026-03-06¶
Changed¶
- Dynamic CORS — CORS allowed origins are now managed via the Developer Portal (AllowedHost entries) instead of a fixed configuration. Organizations can add and manage allowed hosts (e.g. for Qualtrics, Pavlovia, custom domains) without code changes.
[1.6.0] - 2026-03-04¶
Fixed¶
- Documentation — Added missing CLAUDE.md.txt download for AI integration and Claude Code workflows.
[1.5.0] - 2026-03-04¶
Added¶
- Session endpoints for verification landing page — GET
/api/v1/sessions/{session_id}returns session context; PATCH/api/v1/sessions/{session_id}/auditrecords audit events. Enables the verification UI to display session metadata and track user interactions. - HMAC verification token authentication — MCP verification flows can use short-lived tokens (in URL or
X-API-Keyheader) instead of API keys. Tokens are HMAC-signed server-side and include an expiration claim.
Changed¶
- CORS support for verification landing page — Added verify.moveris.com and dev.verify.moveris.com to allowed origins so the verification UI can call the API without CORS errors.
Fixed¶
- React SDK: Eliminated LivenessCamera flickering caused by unstable callback dependencies.
- React SDK: Injectable sessionId support for liveness detection components.
[1.4.0] - 2026-02-26¶
Added¶
- MCP (Model Context Protocol) — AI agents can now verify human presence before high-stakes actions. Integrate Moveris with Cursor, Claude Desktop, ChatGPT, Microsoft Copilot, Meta AI, and other MCP hosts. Documentation includes step-by-step agent configurations.
- CORS support for Qualtrics and Pavlovia — Embed the liveness flow in Qualtrics and Pavlovia survey subdomains without CORS errors.
Changed¶
- Documentation site updated with glossary improvements and MCP reference pages.
[1.3.0] - 2026-02-24¶
Added¶
- Webhook delivery logs — View delivery history and status of webhooks in the Developer Portal. Helps debug failed deliveries and monitor verification callbacks.
- MCP verification sessions — Create and manage verification sessions for AI agents. Sessions can be tracked and cleaned up automatically.
[1.2.0] - 2026-02-13¶
Added¶
- Fast Check Stream endpoint — New endpoint for high-concurrency frame uploads. Ideal when many users verify in parallel or when you prefer streaming over batch uploads.
- Organization name and code — API responses can include organization details for multi-tenant integrations.
- Model cards — Public documentation for each liveness model (Fast, Balanced, Thorough) with use cases and performance characteristics.
- Documentation portal — Central docs site at documentation.moveris.com with API reference, SDK guides, examples, and best practices.
Changed¶
- Improved liveness detection when using mixed frame counts across models.
- React and React Native SDK documentation expanded with component usage and examples.
[1.1.0] - 2026-02-09¶
Added¶
- Organization invitations — Invite users to your organization via invitation codes in the Developer Portal. Supports email/password and social login flows.
- Streaming liveness in React — React SDK components now support streaming options for smoother capture flows and lower latency.
Fixed¶
- Face-crops endpoint behavior corrected for pre-cropped image submissions.
- Organization mapping and invitation code validation in the Developer Portal.
How to Read This Changelog¶
- Added - New features
- Changed - Changes to existing functionality
- Deprecated - Features that will be removed in future versions
- Removed - Features that have been removed
- Fixed - Bug fixes
- Security - Security-related changes