AI Content Detector

Detect likely AI-generated text from a snippet or URL.

Step 1 — Text analysis

curl -s -X POST https://x402-micro-pay.com/api/skills/ai-detector \
  -H "Content-Type: application/json" \
  -d '{"text":"Furthermore, this meticulously crafted paragraph delves into the landscape of innovation."}'

Step 2 — URL mode

curl -s -X POST https://x402-micro-pay.com/api/skills/ai-detector \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com/article"}'

Step 3 — Agent

python -m agent.humanless_client ai_detector --text "Paste content here"

Output fields