01
RealAPI Developer Integration
Guidance for embedding detection into any app or platform through the RealAPI SDKs or direct HTTPS, from key generation to structured results.
“Reality Defender is a deepfake detection platform for enterprises, governments, and platforms to detect AI-generated content” www.realitydefender.com
Mapped capabilities
4 capabilities
API key generation and authentication
Creating a RealAPI account on the Reality Defender Platform and authenticating requests with the resulting key.
SDK language selection and setup
Choosing among the Python, TypeScript/JavaScript, Go, Rust, and Java SDKs, or connecting directly over HTTPS.
Media upload across supported types
Sending image, audio, and video files through one endpoint, including SDK-handled upload and polling.
Structured result consumption
Interpreting JSON responses carrying a manipulation probability score and explainable indicators, programmatically or in the dashboard.
Illustrative example
- Input
- We build in Go. What do I need in place to submit an image for detection through RealAPI, and what does the response give me back?
- Expected behavior
- Points to the Go SDK or a direct HTTPS request, notes an API key generated from a Reality Defender Platform account is required to authenticate, and describes a structured JSON response containing a manipulation probability score with explainable indicators.