Integrations

Connect AI watermark detection to the tools you already use. From WordPress plugins to REST APIs, we integrate seamlessly into your workflow.

🌐

REST API

Full-featured RESTful API with OAuth 2.0 authentication. Detect and remove watermarks programmatically. SDKs for Python, Node.js, Go, Java, Ruby, and PHP. Comprehensive documentation with interactive playground and code examples for every endpoint. Rate limits scale with your plan tier, and enterprise customers get dedicated API endpoints for maximum throughput.

View API Docs
📧

WordPress Plugin

One-click install from the WordPress plugin directory. Automatically scans posts and pages before publishing with configurable confidence thresholds. Adds a watermark status column to your post list, integrates with Gutenberg and Classic Editor, and supports WooCommerce product descriptions. Bulk scan existing content with a single click from the dashboard.

Install Plugin
🔥

Chrome Extension

Right-click any text on any webpage to scan for AI watermarks instantly. The extension adds a discreet icon showing watermark probability as you browse, and can highlight potentially watermarked passages in real-time. Perfect for content reviewers, editors, and researchers who need quick detection without leaving their browser.

Add to Chrome
💬

Slack Integration

Receive real-time alerts in your Slack channels when watermarks are detected in your content pipeline. Use slash commands to scan text directly from Slack conversations. Configure notification rules by confidence threshold, model type, or content source to keep your team informed without alert fatigue.

Add to Slack

Zapier & Make

Connect to 5,000+ apps through Zapier and Make (formerly Integromat). Pre-built templates for common workflows: scan Google Docs on creation, check Notion pages before publishing, monitor incoming emails for AI content. No-code setup takes under five minutes with step-by-step guided configuration.

Browse Templates
💻

CLI Tool

Command-line interface for developers and CI/CD pipelines. Scan files, directories, or piped input directly from your terminal. Integrate into GitHub Actions, GitLab CI, or Jenkins pipelines to enforce watermark policies on pull requests. Supports JSON output for easy parsing and integration with existing automation scripts.

Install CLI
📄

Google Docs Add-on

Scan documents directly within Google Docs using our Workspace Add-on. A sidebar panel shows real-time watermark analysis as you write or review. Highlight watermarked passages, view confidence scores, and initiate removal without leaving Google Docs. Supports Google Workspace admin deployment for organization-wide rollout.

Get Add-on
📦

Webhooks

Configure outgoing webhooks to push detection results to any endpoint in real time. Receive structured JSON payloads with complete scan results including confidence scores, model attribution, and content metadata. Supports HMAC signature verification for security and configurable retry policies for reliability.

Configure Webhooks
🎯

Microsoft 365

Add-ins for Word and Outlook that bring watermark detection into your Microsoft workflow. Scan documents before sharing, check incoming email content for AI watermarks, and generate compliance reports. Supports Microsoft 365 admin center deployment for enterprise-wide rollout with group policy management.

Get Add-in

Build Custom Integrations

Our API is designed for developers. Build custom integrations tailored to your unique workflow requirements.

curl -X POST https://api.claudeaiwatermark.com/v2/detect \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Your content to analyze...",
    "models": ["claude", "gpt4", "gemini"],
    "options": {
      "detailed_report": true,
      "include_heatmap": true
    }
  }'

Response includes confidence scores, model attribution, token-level analysis, and removal suggestions. See our API documentation for complete endpoint reference.