AI DETECTION API

    FOR ALL CONTENT TYPES

    Is it AI? Detect AI-generated images, text, music, deepfakes and video for your business, and yourself. Trust your eyes, again.

    MediaArea

    File required

    Support: Image > Video > Audio

    Formats: MP3 / MP4 / PNG / JPG / WEBP / GIF

    Upload

    Drag file here or Browse

    Seperator
    Link

    Data Breakdown

    Stable Diffusion

    0%

    Midjourney

    0%

    Deepfake

    0%

    [1:32:55 AM] Waiting for input...
    Settings

    TRUSTED BY

    98.9%

    Accuracy

    10M+

    Check runs

    400K+

    Users

    Hitachi Logo
    Fox Logo
    Telefonica Logo
    Forbes Logo

    API SANDBOX

    Unified AI Detection API Built for Developers

    Run actual AI checks in our sandbox, for free. Experiment with AI detector models and copy code snippets for easy integration.

    Post

    /v2/image/sync

    AI Image Detection API

    Verify whether the picture is real or AI.

    Notice:

    • Maximum file size: 10MB
    • Supported formats: jpg, jpeg, png, webp, heic, heif, tiff

    Python

    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "report": {
        "meta": {
          "width": 640,
          "height": 480,
          "format": "jpeg",
          "size_bytes": 102400,
          "md5": "a1b2c3d4e5f6789012345678901234567",
          "processing_status": {
            "ai_generated": "processed",
            "deepfake": "processed",
            "nsfw": "processed",
            "quality": "processed"
          }
        },
        "ai_generated": {
          "verdict": "ai",
          "ai": {
            "is_detected": true,
            "confidence": 0.95
          },
          "human": {
            "is_detected": false,
            "confidence": 0.05
          },
          "generator": {
            "midjourney": 0.95,
            "dall_e": 0.95,
            "stable_diffusion": 0.95,
            "this_person_does_not_exist": 0.95,
            "adobe_firefly": 0.95,
            "flux": 0.95,
            "four_o": 0.95
          }
        },
        "deepfake": {
          "is_detected": true,
          "confidence": 0.95,
          "rois": [
            {
              "is_detected": true,
              "confidence": 0.95,
              "bbox": {
                "x1": 120,
                "y1": 85,
                "x2": 380,
                "y2": 295
              }
            }
          ]
        },
        "nsfw": {
          "is_detected": true,
          "version": "1.0.0"
        },
        "quality": {
          "is_detected": true
        },
        "reverse_search": {
          "was_found": true,
          "matches": [
            {
              "domain": "cnet.com",
              "image_url": "https://img.tineye.com/result/59752e592ddca832cb36bf200135b4f30f6fadca2ea4acc7c63f8dd231463c72-43",
              "width": 196,
              "height": 147,
              "earliest_crawl_date": "2021-03-26",
              "earliest_backlink": "https://www.cnet.com/topics/internet-culture/2/"
            }
          ]
        }
      },
      "created_at": "2023-11-07T05:31:56Z",
      "external_id": "<string>"
    }