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
| Method | What it does |
|---|---|
aiornot_detect_image | Check an image (image_url) for AI generation. Returns report.ai_generated (verdict, confidence, per-generator breakdown); optional deepfake / nsfw / quality reports. |
aiornot_detect_video | Check a video (video_url) for AI generation / deepfake. |
aiornot_detect_audio | Check audio (audio_url) - speech (kind="voice") or music (kind="music"). |
aiornot_detect_text | Check text for AI generation (minimum 250 characters). |
aiornot_is_live | API 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
- Sign up at aiornot.com on a plan that includes API access.
- Log in and open the API tab in the dashboard.
- 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 field | Where it comes from |
|---|---|
AIORNOT_API_KEY | Dashboard → 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.