[
{
"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"
}
}
]