REST API v2.0

API Documentation

Integrate DeepShield AI deepfake detection into your application. All endpoints accept multipart form data and return JSON.

Base URLhttps://swayamvoidroot-deepshield.hf.space

Quick Reference

POST/api/detect
POST/api/detect/quick
POST/api/detect/video
GET/api/health
GET/api/model-info

Error Responses

CodeMeaning
400Bad Request
422Unprocessable Entity
500Server Error

Note: This is a local development server. There are no rate limits. GPU inference processes one request at a time — concurrent requests will queue. For production deployments, consider adding a task queue (Celery / Redis).