Skip to main content

AI or Not

Lets an agent check whether a piece of content was created or tampered with by generative-AI models. Works on images, video, audio (speech or music), and text, and returns a verdict (ai / human / unknown) with a confidence score.

What it can do

MethodWhat it does
aiornot_detect_imageCheck an image (image_url) for AI generation. Returns report.ai_generated (verdict, confidence, per-generator breakdown); optional deepfake / nsfw / quality reports.
aiornot_detect_videoCheck a video (video_url) for AI generation / deepfake.
aiornot_detect_audioCheck audio (audio_url) - speech (kind="voice") or music (kind="music").
aiornot_detect_textCheck text for AI generation (minimum 250 characters).
aiornot_is_liveAPI health check.

Image, video, and audio take a public HTTPS URL (for example a file the agent already produced). The tool downloads the file and forwards it to AI or Not.

How to get credentials

  1. Sign up at aiornot.com on a plan that includes API access.
  2. Log in and open the API tab in the dashboard.
  3. Copy the generated API key (starts with aion_). Treat it like a password - it grants full API access against your quota.

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
AIORNOT_API_KEYDashboard → API tab → API key

Troubleshooting

  • 403 FORBIDDEN — model '...' is disabled for plan_version N - your plan does not include that modality (e.g. video or audio). Upgrade the plan or contact AI or Not support.
  • Text is too short - text detection requires at least 250 characters.
  • 429 / rate limit - plans allow 1-5 requests per second; contact support@aiornot.com for higher limits.