ToolAssay

AI Act Article 50 compliance for deployers, in force since 2 August 2026

AI Act Article 50 compliance for deployers, in force since 2 August 2026. Send your AI-generated content, get back a signed machine-readable provenance record, the human-readable disclosure in DE and EN, and the obligations that apply to you with their article references. Verification is free and needs no account. We attest origin - we do not claim to detect AI in arbitrary text.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.eucompliance.tools/x402/ai-disclosure

CategoryCompany and compliance
Provider hostapi.eucompliance.tools
Networkseip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days2 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "content": "Text der KI-Ausgabe",
    "deployer": "Muster GmbH",
    "kind": "text",
    "language": "de",
    "model": "claude-opus-5",
    "model_provider": "Anthropic"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "content": {
              "description": "the AI output to attest",
              "type": "string"
            },
            "deployer": {
              "description": "who deploys the system - that is who the obligation falls on",
              "type": "string"
            },
            "deployer_in_eu": {
              "type": "boolean"
            },
            "eu_users": {
              "type": "boolean"
            },
            "kind": {
              "enum": [
                "text",
                "bearbeitet",
                "deepfake",
                "interaktion"
              ],
              "type": "string"
            },
            "language": {
              "enum": [
                "de",
                "en"
              ],
              "type": "string"
            },
            "model": {
              "type": "string"
            },
            "model_provider": {
              "type": "string"
            },
            "purpose": {
              "type": "string"
            }
          },
          "required": [
            "content"
          ]
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON