Chat with Video QA

Chat with the video QA model (non-streaming)

Headers

X-Api-KeystringRequired

Request

This endpoint expects an object.
user_idstringOptional

User ID for the request (takes precedence over API key header for vision hub users)

video_idstringOptional
ID of the video to analyze
video_urlstringOptionalformat: "uri"
URL of the video to analyze
messageslist of objectsOptional

List of chat messages for multi-turn conversations

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