Analyze a video file in upload mode.
f47ac10b-58cc-4372-a567-0e02b2c3d479Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Video file to analyze. Size must be between 10KB and 32MB. Accepts the following formats: mp4, avi, mov, mkv, mpeg-ts, mpeg-2-ts, webm.
Successful Response
Contains the result of the video analysis.
List of all social signals detected in the analyzed video.
[
{
"end": 10,
"start": 0,
"type": "agreement"
},
{
"end": 15,
"start": 5,
"type": "confidence"
}
]