Skip to main content
POST
https://api.evergreens.ai
/
v1
/
networks
/
browser
/
ai-overview
{
  "query": "Who is James Webb?",
  "countryCode": "us",
  "languageCode": "en",
  "screenshots": true,
  "fields": {
    "sources": ["url", "title", "source", "icon"],
    "citations": ["url", "title", "source", "favicon"],
    "paragraphs": {
      "text": true,
      "citations": ["url", "title"]
    }
  },
  "cache": {
    "enabled": true,
    "ttl": 7200
  }
}
{
  "status": true,
  "data": {
    "isCached": false,
    "cacheExpiresIn": null,
    "results": {
      "hasOverview": true,
      "text": "James E. Webb (1906–1992) was the second administrator of NASA, leading the agency from February 1961 to October 1968 during the heart of the Kennedy and Johnson administrations. He is best known for managing the Apollo program, aimed at landing humans on the Moon, and championing space science, which led to the James Webb Space Telescope being named after him.",
      "citations": [
        {
          "url": "https://www.nasa.gov/people/james-e-webb/",
          "title": "James E. Webb - NASA",
          "source": "NASA (.gov)",
          "favicon": "https://encrypted-tbn0.gstatic.com/faviconV2?url=https://www.nasa.gov&client=AIM&size=128&type=FAVICON"
        },
        {
          "url": "https://en.wikipedia.org/wiki/James_E._Webb",
          "title": "James E. Webb - Wikipedia",
          "source": "Wikipedia",
          "favicon": "https://encrypted-tbn1.gstatic.com/faviconV2?url=https://en.wikipedia.org&client=AIM&size=128&type=FAVICON"
        }
        // ... rest
      ],
      "paragraphs": [
        {
          "text": "James E. Webb (1906–1992) was the second administrator of NASA, leading the agency from February 1961 to October 1968...",
          "citations": [
            {
              "url": "https://www.nasa.gov/people/james-e-webb/",
              "title": "James E. Webb - NASA",
              "source": "NASA (.gov)",
              "favicon": "https://encrypted-tbn0.gstatic.com/faviconV2?url=https://www.nasa.gov&client=AIM&size=128&type=FAVICON"
            }
          ]
        },
        {
          "text": "NASA Leadership: He took over just before President Kennedy's pledge to land a man on the Moon, overseeing critical Gemini and early Apollo missions.",
          "citations": []
        }
        // ... rest
      ],
      "sources": [
        {
          "url": "https://www.nasa.gov/people/james-e-webb/",
          "title": "NASA",
          "source": "nasa.gov",
          "icon": "https://www.google.com/s2/favicons?domain=www.nasa.gov&sz=32"
        },
        {
          "url": "https://science.nasa.gov/mission/webb/who-is-james-webb/",
          "title": "James Webb Space Telescope",
          "source": "science.nasa.gov",
          "icon": "https://www.google.com/s2/favicons?domain=science.nasa.gov&sz=32"
        }
        // ... rest
      ],
      "screenshots": {
        "initial": "https://tedi-cdn.evergreens.ai/jobs/tedi-browser/KT1S2ZOHJ4/screenshot-initial.png",
        "afterLoad": "https://tedi-cdn.evergreens.ai/jobs/tedi-browser/KT1S2ZOHJ4/screenshot-after-load.png",
        "afterExpand": "https://tedi-cdn.evergreens.ai/jobs/tedi-browser/KT1S2ZOHJ4/screenshot-after-expand.png"
      }
    }
  }
}
Entity Reference:
AiOverviewEntity — extends SearchEntity
Example
The image below illustrates how the AI Overview response maps to the Google AI Overview interface:
AI Overview Response Visualization
The highlighted boxes in the image indicate the different response components returned by the API.
UI ElementAPI FieldDescription
🔴 Main AI Overview (red bordered area)textThe AI-generated overview text displayed in the main content area, synthesized from multiple sources.
🟡 Inline Citations (yellow circles within text)citationsReferences embedded within the AI Overview (linked numbers). Each citation links to a source URL with title, source name, and favicon.
🔵 Source Panel (right sidebar)sourcesThe list of source websites displayed on the right side, including title, source domain, and favicon.
The citations array provides granular source attribution for specific claims within the AI Overview, while sources offers a broader overview of all referenced websites with their metadata.

Request

query
string
required
The search query string used to generate an AI Overview.
  • Minimum length: 1 character
  • Maximum length: 500 characters
countryCode
string
default:"at"
The ISO 3166-1 alpha-2 country code to tailor the AI Overview results for a specific region.
languageCode
string
default:"de"
The ISO 639-1 language code to tailor the AI Overview results for a specific language.
screenshots
boolean
default:"true"
Whether to include screenshots from Tedi Browser in the search results.
AI Overview Tedi Browser Screenshots examplesAI Overview Tedi Browser Screenshots examples
Screenshot URLs are only available for 24 hours after generation. Make sure to download or cache them if you need to retain them longer.
fields
object
Specify which response fields to include. This allows you to optimize the response size by requesting only the data you need.
cache
object
An optional object to configure caching behavior for the request. By default, caching is enabled with a TTL of 120 seconds. You can customize these settings by providing the cache object.

Response

isCached
boolean
default:true
Indicates whether the response was served from cache.
cacheExpiresIn
number
default:7200
The time in seconds until the cached response expires. Default is 7200 seconds (2 hours).
results
AiOverviewEntity
required
{
  "query": "Who is James Webb?",
  "countryCode": "us",
  "languageCode": "en",
  "screenshots": true,
  "fields": {
    "sources": ["url", "title", "source", "icon"],
    "citations": ["url", "title", "source", "favicon"],
    "paragraphs": {
      "text": true,
      "citations": ["url", "title"]
    }
  },
  "cache": {
    "enabled": true,
    "ttl": 7200
  }
}
{
  "status": true,
  "data": {
    "isCached": false,
    "cacheExpiresIn": null,
    "results": {
      "hasOverview": true,
      "text": "James E. Webb (1906–1992) was the second administrator of NASA, leading the agency from February 1961 to October 1968 during the heart of the Kennedy and Johnson administrations. He is best known for managing the Apollo program, aimed at landing humans on the Moon, and championing space science, which led to the James Webb Space Telescope being named after him.",
      "citations": [
        {
          "url": "https://www.nasa.gov/people/james-e-webb/",
          "title": "James E. Webb - NASA",
          "source": "NASA (.gov)",
          "favicon": "https://encrypted-tbn0.gstatic.com/faviconV2?url=https://www.nasa.gov&client=AIM&size=128&type=FAVICON"
        },
        {
          "url": "https://en.wikipedia.org/wiki/James_E._Webb",
          "title": "James E. Webb - Wikipedia",
          "source": "Wikipedia",
          "favicon": "https://encrypted-tbn1.gstatic.com/faviconV2?url=https://en.wikipedia.org&client=AIM&size=128&type=FAVICON"
        }
        // ... rest
      ],
      "paragraphs": [
        {
          "text": "James E. Webb (1906–1992) was the second administrator of NASA, leading the agency from February 1961 to October 1968...",
          "citations": [
            {
              "url": "https://www.nasa.gov/people/james-e-webb/",
              "title": "James E. Webb - NASA",
              "source": "NASA (.gov)",
              "favicon": "https://encrypted-tbn0.gstatic.com/faviconV2?url=https://www.nasa.gov&client=AIM&size=128&type=FAVICON"
            }
          ]
        },
        {
          "text": "NASA Leadership: He took over just before President Kennedy's pledge to land a man on the Moon, overseeing critical Gemini and early Apollo missions.",
          "citations": []
        }
        // ... rest
      ],
      "sources": [
        {
          "url": "https://www.nasa.gov/people/james-e-webb/",
          "title": "NASA",
          "source": "nasa.gov",
          "icon": "https://www.google.com/s2/favicons?domain=www.nasa.gov&sz=32"
        },
        {
          "url": "https://science.nasa.gov/mission/webb/who-is-james-webb/",
          "title": "James Webb Space Telescope",
          "source": "science.nasa.gov",
          "icon": "https://www.google.com/s2/favicons?domain=science.nasa.gov&sz=32"
        }
        // ... rest
      ],
      "screenshots": {
        "initial": "https://tedi-cdn.evergreens.ai/jobs/tedi-browser/KT1S2ZOHJ4/screenshot-initial.png",
        "afterLoad": "https://tedi-cdn.evergreens.ai/jobs/tedi-browser/KT1S2ZOHJ4/screenshot-after-load.png",
        "afterExpand": "https://tedi-cdn.evergreens.ai/jobs/tedi-browser/KT1S2ZOHJ4/screenshot-after-expand.png"
      }
    }
  }
}