AI Detection

Detect AI-generated content with high accuracy, providing confidence scores and detailed analysis predictions.


POST/v1/34/detect-image

POST /34/detect-image

Required attributes

  • Name
    image
    Type
    string
    Description

    URL or Base64 encoded image. - For URLs: The image must be publicly accessible. - For Base64: The max size is 4MB. Supported MIME types: image/gif, image/jpeg, image/png, image/bmp, image/tiff.

Request

POST
/v1/34/detect-image
curl -X POST "https://api.bitmind.ai/oracle/v1/34/detect-image" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -d '{
    "image": ""
  }'

Response

{
  "isAI": false,
  "predictions": [
    0.0011323721743958432,
    0.0011323721846565604,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721846565604,
    0.0011323721846565604,
    1,
    0.0011323721743958432,
    0.0011323721846565604,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721743958432,
    1,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721846565604,
    1,
    0.0011323721743958432,
    1,
    0.0011323721846565604,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721846565604,
    1,
    0.0011323721846565604,
    0.0011323721846565604,
    0.0011323721743958432,
    0.0011323721846565604,
    1,
    1,
    0.0011323721743958432,
    0.0011323721846565604,
    0.0011323721743958432,
    0.0011323721846565604,
    0.0011323721846565604,
    0.0011323721743958432,
    0.0011323721846565604,
    0.0011323721743958432,
    0.0011323721846565604,
    1
  ],
  "confidence": 0.001132372178555594,
  "similarity": 0.10585000000000003,
  "fqdn": "sn34"
}

POST/v1/34/detect-video

POST /34/detect-video

Request

POST
/v1/34/detect-video
curl -X POST "https://api.bitmind.ai/oracle/v1/34/detect-video" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -d '{}'

Response

{
  "isAI": false,
  "predictions": [
    0.0011323721743958432,
    0.0011323721846565604,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721846565604,
    0.0011323721846565604,
    1,
    0.0011323721743958432,
    0.0011323721846565604,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721743958432,
    1,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721846565604,
    1,
    0.0011323721743958432,
    1,
    0.0011323721846565604,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721743958432,
    0.0011323721846565604,
    1,
    0.0011323721846565604,
    0.0011323721846565604,
    0.0011323721743958432,
    0.0011323721846565604,
    1,
    1,
    0.0011323721743958432,
    0.0011323721846565604,
    0.0011323721743958432,
    0.0011323721846565604,
    0.0011323721846565604,
    0.0011323721743958432,
    0.0011323721846565604,
    0.0011323721743958432,
    0.0011323721846565604,
    1
  ],
  "confidence": 0.001132372178555594,
  "similarity": 0.10585000000000003,
  "fqdn": "sn34"
}

Last updated: April 24, 2025