URL context

Official Documentation: https://ai.google.dev/gemini-api/docs/url-context?hl=zh-cn 借助网址下文工具, 您can以网址 形式向modelsproviding更多下文. throughin请求添加网址, models将访问this些网页 内容 (only要notYes限制部分列出 网址类型), 从而for回答providing信息并提高回答质量. 网址下文工具适用于following任务: 提取数据: 从多 网址提取price, Name or 关键发现 etc特定信息. 比较文档: 分析多份报告, 文章 or PDF, 以找出differences并跟踪趋势. 综合 and 创建内容: 结合多 source网址 信息, 生成准确 摘要, 博文 or 报告. 分析代码 and 文档: 指向 GitHub 代码库 or 技术文档, 以解释代码, 生成设置description or 回答问题.

Endpoint

POST http://v98store.com/v1beta/models/gemini-2.5-pro:generateContent

cURL Command

curl -X POST 'http://v98store.com/v1beta/models/gemini-2.5-pro:generateContent' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "contents": [ { "role": "user", "parts": [ { "text": "Interpreting this website https://www.youtube.com/watch?v=QCvF8mCPwdQ" } ] } ], "tools": [ { "UrlContext": {} } ] }'

Parameters

NameInDescriptionRequired
keyqueryYes
Content-TypeheaderYes

Request Body

Example

{
  "contents": [
    {
      "role": "user",
      "parts": [
        {
          "text": "Interpreting this website https://www.youtube.com/watch?v=QCvF8mCPwdQ"
        }
      ]
    }
  ],
  "tools": [
    {
      "UrlContext": {}
    }
  ]
}

Responses

200 -

Example

undefined