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

model
string
The version of the AI detection model used for the analysis.
audioResult
object
Time-based AI detection results for the audio track. Positions and lengths are in milliseconds.
visualResult
object
Time-based AI detection results for the visual track. Positions and lengths are in milliseconds.
summary
object
Overall AI detection ratios calculated from the scored segments only. Segments listed in exclude are not included in any of these calculations.
videoInfo
object
Information about the analyzed video.
scannedVideo
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.