detect_ai
Analyze media content to identify AI-generated material across images, video, audio, and text formats using specialized detection models.
Instructions
Detect whether media content was generated by AI. Supports images, video, audio, and text/PDF. Runs multiple specialized detection models in parallel for the given media type. Returns a job_id — use check_job to poll for results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_url | No | Public URL of the media to analyze | |
| media | No | Base64-encoded media content to analyze | |
| text | No | Plain text content to analyze for AI generation | |
| mime | No | MIME type of the media (e.g. image/png, audio/wav, text/plain) | |
| tags | No | Tags for organizing and filtering |