{
"contents": [
{
"role": "user",
"parts": [
{
"text": "总结视频内容"
},
{
"inline_data": {
"mime_type": "video/mp4",
"data": "'$VIDEO_B64'"
}
}
]
}
]
}
curl --location --request POST 'https://apihk.unifyllm.top/v1beta/models/gemini-2.0-flash:generateContent?key=' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "总结视频内容"
},
{
"inline_data": {
"mime_type": "video/mp4",
"data": "'\''$VIDEO_B64'\''"
}
}
]
}
]
}'
{}