The Copyleaks AI Video Detection API delivers results asynchronously via webhook. The payload contains time-based detection data for the audio and visual tracks, overall AI ratios, video metadata, and scan details.

Response properties

string
The version of the AI detection model used for the analysis.
object
Time-based AI detection results for the audio track. Positions and lengths are in milliseconds.
object
Time-based AI detection results for the visual track. Positions and lengths are in milliseconds.
object
Overall AI detection ratios calculated from the scored segments only. Segments listed in exclude are not included in any of these calculations.
boolean
Indicates whether the video was determined to contain AI-generated content. Use this flag instead of interpreting the ratios yourself. For the exact score, see summary.overallAIRatio.
object
Information about the analyzed video.
object
Metadata about the scan operation itself.

Example response

Next steps

AI Video Detection Guide

Submit a video for AI detection and interpret the webhook results.

AI Video Detection API Reference

The complete API reference for the AI Video Detection endpoint.