Update assistant video bindings

Updates the video bindings for an existing AI assistant

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
}
Path Params
uuid
required

Unique identifier of the assistant

Body Params
video_ids
array of strings

Array of video IDs to bind

video_ids
string
enum

Idioma do Tutor, usado para gerar resumos, sugestoes de perguntas e respostas do chat. Valores aceitos: pt-BR, en, es. Outros valores sao normalizados para o idioma mais proximo; valores nao reconhecidos usam pt-BR como padrao. Recomenda-se enviar exatamente um dos tres.

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json