Authorization: Bearer ********************
{ "contents": [ { "role": "user", "parts": [ { "text": "Interpreting this website https://www.youtube.com/watch?v=QCvF8mCPwdQ" } ] } ], "tools": [ { "UrlContext": {} } ] }
curl --location -g --request POST '/v1beta/models/gemini-2.5-pro:generateContent?key={{YOUR_API_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": {} } ] }'
{}