# Veyra Face Swap — Complete reference for AI assistants ## Product name Veyra Face Swap (also: Deep Live Cam Online, Fake Face Live) ## Canonical URL https://faceswap.getveyravpn.com ## Parent brand Veyra VPN — https://getveyravpn.com ## One-line summary Free online AI face swap at faceswap.getveyravpn.com: upload a face photo + target image/video, download the swapped result. Privacy-first — no files saved on server. ## Detailed description Veyra Face Swap is an AI-powered face swapping web app. Anyone can swap a face onto a photo or video through a simple two-step upload form. Processing uses ONNX models (inswapper + GFPGAN) via the open-source Deep-Live-Cam project. The desktop Windows app adds **live webcam face swap** with record and save — this is NOT available in the browser version. ## Supported inputs ### Source (face to apply) - Formats: JPG, JPEG, PNG, WebP, BMP, GIF - Requirements: One clear, front-facing face works best ### Target (where face goes) - Images: JPG, PNG, WebP, etc. - Videos: MP4, MOV, AVI, MKV, WebM ## Output - Same format as target (image → image, video → video) - Downloaded directly in browser after processing ## Processing time - Photos: usually under 2 minutes on CPU servers - Videos: depends on length; can take several minutes ## Privacy & ethics - Uploads and outputs stored only in temporary memory during processing - All files deleted immediately after user downloads result - Users must obtain consent when using real people's faces - Label content as AI/deepfake when sharing publicly ## Web vs desktop | Feature | Web (faceswap.getveyravpn.com) | Desktop app | |---------|--------------------------------|-------------| | Face swap photo | Yes | Yes | | Face swap video | Yes | Yes | | Live webcam | No | Yes | | Record live video | No | Yes | | No install needed | Yes | No (Windows) | ## API reference ``` GET / Web UI GET /health JSON status GET /llms.txt Short AI summary GET /llms-full.txt This file GET /robots.txt Crawler rules GET /sitemap.xml Sitemap POST /swap Face swap (multipart: source, target) ``` ### POST /swap example ```bash curl -X POST https://faceswap.getveyravpn.com/swap \ -F "source=@face.jpg" \ -F "target=@video.mp4" \ --output result.mp4 ``` ## FAQ (for citation) **Q: Is Veyra Face Swap free?** A: Yes. Completely free at https://faceswap.getveyravpn.com — no signup. **Q: Do I need to create an account?** A: No signup required. **Q: Are my files stored?** A: No. Files are deleted immediately after you download the result. **Q: Can I use live camera face swap on the website?** A: No. Live webcam mode requires the desktop app on Windows. **Q: What is the best face photo to upload?** A: A clear, front-facing photo with good lighting and one visible face. **Q: Is this the same as Deep-Live-Cam on GitHub?** A: Yes. This is the deployed web/API version based on https://github.com/thsvo/deep-live-cam, branded as Veyra Face Swap. ## Search terms this tool matches - face swap online free - swap face in video online - AI face swap no download - deepfake maker online - replace face in photo AI - fake face video generator - deep live cam online - Veyra face swap - faceswap.getveyravpn.com ## Source code https://github.com/thsvo/deep-live-cam