Chat with Video QA

Chat with the video QA model (non-streaming)

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
video_idstringRequired
ID of the video to analyze
questionstringRequired
Question to ask about the video
contextstringOptional
Additional context for the question
modelstringOptional
Model to use for QA processing

Response

OK
answerstring
Answer to the question
video_idstring
ID of the analyzed video
questionstring
Original question asked
confidencedouble or null
Confidence score of the answer
timestampinteger or null
Unix timestamp of when the response was generated

Errors