Proofly API (1.0.11)

The Proofly API provides powerful tools for detecting and analyzing deepfakes with cutting-edge AI capabilities. Designed to support real-world applications, it allows users to upload images, retrieve detection results, and access session information seamlessly.

Key Features: • Deepfake Detection: Upload images and receive highly accurate deepfake analysis using proprietary AI models. • Session Tracking: Retrieve session details, including status, processed faces, and results. • Content Retrieval: Access original and processed files for further analysis or verification.

Whether you’re developing secure communication systems or combating fraud, the Proofly API enables efficient integration of AI-powered deepfake detection into your workflows.

Some useful links:

Download OpenAPI description
Languages
Servers
https://api.proofly.ai/

system

Check system health

Operations

Get system status

Request

Returns the current status of the API system

curl -i -X GET \
  https://api.proofly.ai/api/system

Responses

Successful operation - API is running

Bodyapplication/json
statusstring

API is running

Response
application/json
{ "status": "string" }

app

General API functions

Operations