v1
latestOpenAPI 3.1.02026-07-2416666272.6 KBAssistants
Update assistant video bindings
Updates the video bindings for an existing AI assistant
put/assist-ai/update_assistant_video_bind/{assistant_id}
Path parameters
assistant_idstring uuid required
Unique identifier of the assistant
Request body
Example request
{
"video_ids": [
"video1",
"video2"
],
"lang": "pt-BR"
}Response
Assistant AI updated successfully
Example response
{
"message": "Assistant AI updated successfully"
}