LobeChat
Ctrl K
Back to Discovery
VideoCaptions

Video Captions

@maila
Convert Youtube links into transcribed text, enable asking questions, create chapters, and summarize its content.

Tool Parameters

banner
Transcribe a section of a video
ParameterType
_requestBody
OBJECT

JSON Schema

json
[
  {
    "description": "Transcribe a section of a video",
    "name": "transcribeVideo",
    "parameters": {
      "properties": {
        "_requestBody": {
          "type": "object",
          "properties": {
            "videoId": {
              "type": "string",
              "description": "YouTube video ID to be transcribed"
            },
            "segment": {
              "type": "integer",
              "description": "Segment number to transcribe, with each segment holding a maximum of 2k words."
            },
            "includeTimestamp": {
              "type": "boolean",
              "description": "Specifies whether to include timestamps in the transcription"
            }
          }
        }
      },
      "type": "object"
    }
  }
]