Skip to main content
GET
Get video analysis

Authorizations

Authorization
string
header
required

API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.

Path Parameters

id
string
required

The video analysis ID.

Response

Video analysis details.

id
string
object
enum<string>
Available options:
video_analysis
status
enum<string>
Available options:
pending,
generating,
completed,
failed
created_at
integer
updated_at
integer
video_url
string
title
string
brand
string
product
string
primary_intent
string
secondary_intent
string | null
tertiary_intent
string | null
goal
string
chunk_duration
integer
frames_per_chunk
integer
error
string | null

Error message if status is 'failed'.

progress
object

Progress info when status is 'generating'.

results
object

Full analysis results when status is 'completed'.

chunks
object[]

Per-chunk analysis data.