V
VERDAT

Documentation

Everything you need to integrate VERDAT into your fraud detection workflow.

Quick Start Example

Analyze your first image with just a few lines of code.

curl -X POST https://api.verdat.net/v1/analyze \
  -H "Authorization: Bearer vdt_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "image_url": "https://example.com/image.jpg",
    "include_signals": true
  }'
Built with v0