Skip to main content
POST
/
v0
/
upload
/
analyze
AnalyzeUpload
curl --request POST \
  --url https://api.interhuman.ai/v0/upload/analyze \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "signals": [
    {
      "confidence": "<string>",
      "end": 123,
      "feedback": "<string>",
      "intensity": "<string>",
      "reasoning": "<string>",
      "start": 123,
      "type": "<string>"
    }
  ]
}

Body

multipart/form-data
file
file
required

The video file to analyze.

Minimum size is 10KB and maximum size is 20MB.

We support any video format that ffmpeg can decode (e.g., MP4, AVI, MOV, MKV, WEBM).

Response

Request fulfilled, document follows

signals
Signal · object[]

List of all social signals detected across the entire video.