Authorization: Bearer ********************
{
"contents": [
{
"role": "user",
"parts": [
{
"text": "Interpreting this website https://www.youtube.com/watch?v=QCvF8mCPwdQ"
}
]
}
],
"tools": [
{
"UrlContext": {}
}
]
}
curl --location -g --request POST 'https://api.jxincm.cn/v1beta/models/gemini-2.5-pro:generateContent?key=' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "Interpreting this website https://www.youtube.com/watch?v=QCvF8mCPwdQ"
}
]
}
],
"tools": [
{
"UrlContext": {}
}
]
}'
{}