DeepXL offers various models to fit various use cases. We are constantly working to improve and expand our models.

Documents Model (documents-model)

Document tampering detection model that analyzes documents and images for signs of manipulation. Supports both PDF documents and common image formats.

US ID Model (us-id-model)

Advanced US ID fraud detection model that analyzes identity documents for signs of manipulation, tampering and authenticity verification.

Test Models

DeepXL also provides testing models to help you test your API and SDK implementations. Test models do not provide any meaningful analysis but will not count toward account billing or usage limits. It is recommended that you use test models in development environments. The two testing models currently available are always-false and always-true. These models will always classify media as always legitimate or always manipulated respectively.
curl -X 'POST' \
  'https://api.deepxl.ai/v1/analyze' \
  -H 'accept: application/json' \
  -H 'Content-Type: multipart/form-data' \
  -F 'model=documents-model' \
  -F 'file=my-document.pdf;type=application/pdf'