Text Analysis

Analyze text samples with AI detection capabilities.


POST/v1/32/detect-text

POST /32/detect-text

Required attributes

  • Name
    text
    Type
    string
    Description

    The text to be analyzed for AI-generated content.

Optional attributes

  • Name
    deep_scan
    Type
    boolean
    Description

    Default: false

Request

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

Response

{
  "text": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.",
  "answer": 0.0779485737447774,
  "error": null,
  "segmentation_tokens": [],
  "deep_scan": false,
  "date_created": "2025-02-12T16:15:42.760502Z",
  "id": 39573
}

Last updated: April 24, 2025