REST API v2.0
API Documentation
Integrate DeepShield AI deepfake detection into your application. All endpoints accept multipart form data and return JSON.
Base URL
https://swayamvoidroot-deepshield.hf.spaceQuick Reference
POST
/api/detectPOST
/api/detect/quickPOST
/api/detect/videoGET
/api/healthGET
/api/model-infoError Responses
| Code | Meaning |
|---|---|
| 400 | Bad Request |
| 422 | Unprocessable Entity |
| 500 | Server 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).