Analyze Video

Upload a recorded video file. The API analyzes it and returns a structured JSON response with scores (likeability, authenticity, clarity, confidence), strengths, areas for improvement, detailed feedback, and more.

Authentication

AuthorizationBearer

Your API key (e.g. ng_xxx…). The Try it and generated code send it as Authorization: Bearer <key>. Alternatively use the X-API-Key header with the raw key.

Request

This endpoint expects a multipart form containing a file.
videofileRequired

Video file to analyze (MP4, WebM, MOV, AVI, MKV)

Response

Analysis result
overall_scoredouble or null

Overall score 0-100

category_scoresobject or null
strengthslist of strings or null
areas_for_improvementlist of strings or null
detailed_feedbackstring or null
session_summarystring or null
recommendationstring or null

Errors