Detect Deepfake
HTTP Request
POST https://app.0xIQ.ai/api/v2/detectRequest
Parameter
Type
Description
Optional Parameters
Parameter
Type
Description
Callback URL
{
"success": true,
"item": {
"uuid": <string>,
"metrics": {
"label": "fake",
"score": ["0.9"]
}
}
}HTTP Response
Last updated