Your live API key
Loading…
Copy this key now — it won't be shown again
Account
Password
Video AI
live
Audio
Video
Recording
Broadcast (HLS)
Transcription
AI Assistant
E2E Encryption
Quick start
Endpoints
Webhooks
Add webhook
VerifAI
Quick start
Endpoints
POST/verifai/v1/registerDeviceRegister a new device on first loginpatterns
POST/verifai/v1/verifyDeviceVerify on subsequent loginsverification
POST/verifai/v1/registerTokenRegister FCM token for push approvalsverification
GET/verifai/v1/listDevicesList trusted devices for a user
GET/verifai/v1/getTrustScoreGet trust level + score
DELETE/verifai/v1/deleteDeviceRemove a trusted device
POST/verifai/v1/approveDeviceApprove a pending session from primaryverification
POST/verifai/v1/rejectDeviceReject a pending sessionverification
Same-network gate optional
A friend / attacker trying to log in from their home WiFi gets
REJECTED immediately - your user's phone never rings.Off-network attempts are logged in your audit feed as
different_network - useful fraud signal.Trade-off: legit users on a new network (travelling, new ISP, mobile carrier) also get blocked unless they're near a trusted device.
// Android when (result.status) { Status.TRUSTED -> allow() Status.REJECTED -> when (result.reason) { "different_network" -> show("Login from a new network was blocked. Try again from your trusted WiFi.") else -> show("Login blocked.") } Status.NEW_DEVICE -> showApprovalPending(result.sessionId) else -> retryOrError() } // Web switch (result.status) { case 'TRUSTED': allow(); break; case 'REJECTED': if (result.reason === 'different_network') showOffNetworkBlock(); else showBlock(); break; case 'NEW_DEVICE': showApprovalPending(result.sessionId); break; }
Trust score always returned
Pattern groups
Training cycle
Advanced patterns 30-day baseline
Contact lock Android · admin-gated
Video AI
Daily usage
Vision AI
Image generation, image-to-image transforms, vision Q&A, OCR, and live face/object recognition — accessible from the same API key.
Realtime face / object detection on incoming video
Image generation & in-call AI backgrounds
OCR + structured extraction from photos
Vision Q&A on uploaded images
AI Messaging
Conversational AI primitives — agents, tool-use, retrieval, WhatsApp / RCS / SMS / web chat fan-out — flat monthly pricing, no per-message cost.
Bring-your-own-LLM (Anthropic, OpenAI, Gemini)
WhatsApp Business + RCS + SMS fan-out
Built-in retrieval / vector store
Tool-use with your own functions
Secure OTP
Email + SMS one-time passwords with built-in rate limiting, abuse detection, and zero-knowledge device fingerprinting.
SMS, email, and TOTP delivery
Per-IP / per-device rate limits + bot scoring
Verify a device, not a phone number
SOC 2 + GDPR compliant logging