API Reference

Update Tutor video bindings

Updates the video bindings for an existing AI assistant

PUT /assist-ai/update_assistant_video_bind/{assistant_id}

Detailed Description

Updates the set of videos bound to an existing AI assistant and optionally its language.

HTTP Method & Path

PUT /assist-ai/update_assistant_video_bind/{assistant_id}

Authentication Requirements

  • Security Scheme: PandaAuth (apiKey)
  • Header: Authorization: <your_api_token>

Parameters

NameInTypeRequiredDescription
AuthorizationheaderstringYesPanda API token
assistant_idpathstring (uuid)YesUnique identifier of the assistant.

Request Body

Schema: UpdateAssistantVideoBindRequest

NameTypeRequiredDescription
video_idsarray of stringNoArray of video IDs to bind.
langstringNoLanguage code.

Example Request Body

{
  "video_ids": ["video1", "video2", "video3"],
  "lang": "en"
}
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!