
Detect manipulation and forgery in document images
Detects tampering and manipulation in document images (identity verification)
image_urlstringRequiredURL of document image to check for tampering
https://example.com/document.jpgDocument tampering detection with suspicious region locations
tamperedbooleanTrue if manipulation detected
falsenum_regionsintegerNumber of suspicious regions found
0regionsarrayBounding boxes for tampered areas
[
{
"x": 100,
"y": 150,
"width": 200,
"height": 100,
"confidence": 0.87
}
]image_sizeobjectOriginal image dimensions
{
"width": 1920,
"height": 1080
}{
"model": "document-tampering",
"image_url": "https://example.com/document.jpg"
}{
"success": true,
"data": {
"tampered": false,
"num_regions": 0,
"regions": [],
"image_size": {
"width": 1920,
"height": 1080
}
}
}429 HTTP error code along with an error message. You should then retry with an exponential back-off strategy, meaning that you should retry after 4 seconds, then 8 seconds, then 16 seconds, etc.Integrate Document Tampering Detection into your application today with our easy-to-use API.