Authorization: Bearer ********************{
"contents": [{
"role": "user",
"parts":[
{
"inline_data": {
"mime_type":"video/mp4",
"data": "iVBORw0KGgoAAAANSUhEUgAAAiEAAAIhCA... (base64)"
}
},
{"text": "Please summarize the video in 3 sentences."}
]
}]
}curl --location -g --request POST 'https://api.key4u.shop/v1beta/models/gemini-2.0-flash:generateContent?key={{YOUR_API_KEY}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [{
"role": "user",
"parts":[
{
"inline_data": {
"mime_type":"video/mp4",
"data": "iVBORw0KGgoAAAANSUhEUgAAAiEAAAIhCA... (base64)"
}
},
{"text": "Please summarize the video in 3 sentences."}
]
}]
}'{}