Authorization: Bearer ********************{
"contents": [
{
"parts": [
{
"fileData": {
"fileUri": "https://www.youtube.com/watch?v=OoU7PwNyYUw"
}
},
{
"text": "Analyze the content of the video"
}
]
}
]
}curl --location '/v1beta/models/gemini-2.5-flash:generateContent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"contents": [
{
"parts": [
{
"fileData": {
"fileUri": "https://www.youtube.com/watch?v=OoU7PwNyYUw"
}
},
{
"text": "Analyze the content of the video"
}
]
}
]
}'{}