API Endpoints
/api/open/{apiToken}/chat
Chat with video content, ask question with history and get answer
POST
/
api
/
open
/
{apiToken}
/
chat
Path Parameters
apiToken
string
requiredThe API token associated with the user (e.g., /api/open/alzp32Ml2a2G)
Body
application/json
url
string
question
string
history
array | null
language
string | null
includeDetail
boolean | null
Response
200 - application/json
success
boolean
id
string
service
string
sourceUrl
string
htmlUrl
string
costDuration
number
remainingTime
number
answer
string
sourceDocuments
object[]
Was this page helpful?