aiornot_analyze_media
Detect whether images, videos, audio, or text are AI-generated, returning confidence scores for deepfakes, synthetic voices, and AI-written content.
Instructions
Analyze image, video, audio (music/voice), or text using the AI or Not API and return confidence scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| only | No | Image: ai_generated, deepfake, nsfw, quality, reverse_search. Video: ai_video, ai_music, ai_voice, deepfake_video (off by default). | |
| text | No | Text content for text analysis (min 250 characters). | |
| excluding | No | Image: ai_generated, deepfake, nsfw, quality, reverse_search. Video: ai_video, ai_music, ai_voice, deepfake_video. | |
| file_path | No | Path to the file for image, video, or audio analysis. | |
| media_type | Yes | Media type to analyze. | |
| timeout_ms | No | Override request timeout in milliseconds. | |
| external_id | No | Optional tracking identifier for image, text, or video. | |
| include_annotations | No | Text only: include block-level annotations. |