Reports by Modality
Video
Analyze a video file to determine if it contains AI-generated content.
This endpoint analyzes both the video and audio components of the file, providing separate confidence scores for AI-generated video, voice, and music.
Caveats:
- This endpoint can take up to two minutes for longer video files or if our backend is spinning up additional processing nodes. Please set a 120 second timeout in your client.
- This endpoint is synchronous and will only analyze a portion of the content for longer duration videos. The response includes the duration tested. For videos longer than 30 seconds, we recommend breaking them into 30-second segments on the client side for complete analysis.
POST
Authorizations
Query Parameters
Array of analysis types to exclude. Valid values are ai_video
, ai_music
, ai_voice
.
Array of analysis types to include. Valid values are ai_video
, ai_music
, ai_voice
.
Body
multipart/form-data
Response
200 - application/json
Successful Response
The response is of type object
.