
Proofly (Deepfake Detection)
OfficialDetects deepfakes and face swaps in images by analyzing faces and providing probability scores for authenticity. Works with both image URLs and base64-encoded images.
1417 views1Local (stdio)
What it does
- Analyze images from URLs for deepfake detection
- Process base64-encoded images for face authenticity
- Get detailed face-by-face analysis results
- Check analysis session status and progress
- Generate real/fake probability scores per face
Best for
Content moderation and verificationSecurity teams validating user-submitted imagesMedia organizations fact-checking photosDevelopers building authentication systems
Remote — zero setup requiredMultiple deployment options (SSE streaming or HTTP)Per-face detailed analysis
Tools (4)
analyze-image
Analyzes an image provided as a base64 string for deepfake detection.
analyze
Analyzes an image from a URL for deepfake detection.
check-session-status
Check the status of a deepfake analysis session.
get-face-details
Get detailed information about a specific face detected in an image.