本文档由 数眼智能 提供,专注于人工智能行业的API服务商! 扫码入群即可领取免费额度!
curl --location --request POST 'https://api.shuyanai.com/v1beta/models/gemini-2.5-pro:generateContent' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "Interpreting this website https://www.youtube.com/watch?v=QCvF8mCPwdQ"
}
]
}
],
"tools": [
{
"UrlContext": {}
}
]
}'{}