Chat about video analysis
Have a conversation about a completed video analysis. The AI has full access to the analysis data and can explain metrics, provide recommendations, and answer questions.
Requirements: The video analysis must be in completed status.
Authorizations
API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.
Path Parameters
The video analysis ID.
Body
Response
Chat completion response.
A completed response object.
Unique response ID with resp_ prefix.
"resp_abc123def456abc123def456"
Always response.
response "response"
Unix timestamp (seconds) when the response was created.
1706345678
Response status.
completed, in_progress, failed "completed"
The model used.
"mavera-1"
Ordered list of output items. Typically a single message item with text, or one or more function_call items when the model wants to call tools.
A message output item.
- Option 1
- Option 2
Token and credit usage.
Mavera's built-in server-side tools automatically executed during this request. Only present when server tools were used.
Structured analysis data. Present when analysis_mode is true.
Present when text.format.type is json_schema. Contains the parsed JSON object — a convenience field, same data is also in output[0].content[0].text.
{
"sentiment": "positive",
"score": 8.5,
"summary": "Great product"
}