position, url, label, and description) with no AI-Mode-specific fields. For use cases, pricing context, and copy-paste examples, see the AI Mode citations API page on the product site.

Sources in AI Mode
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
The AI Assistant is here to help — ask it anything instead of browsing through the pages.
Schema for source citations returned by the Google AI Mode endpoint, listing URLs, titles, snippets, and publishers referenced in the generated answer.
position, url, label, and description) with no AI-Mode-specific fields. For use cases, pricing context, and copy-paste examples, see the AI Mode citations API page on the product site.

Sources in AI Mode
{
"prompt": "best laptops for programming",
"country": "US"
}
{
"success": true,
"result": {
"text": "Here are several laptops for programming...",
"markdown": "Here are several laptops for programming...[Best laptops for programmers in 2026](https://example.com/best-laptops-2026)[Developer laptop reviews](https://example.com/dev-laptops-review)",
"sources": [
{
"position": 1,
"url": "https://example.com/best-laptops-2026",
"label": "Best laptops for programmers in 2026",
"description": "A guide to the top laptops for software development this year."
},
{
"position": 2,
"url": "https://example.com/dev-laptops-review",
"label": "Developer laptop reviews",
"description": "Reviews of laptops aimed at software developers."
}
]
}
}
Was this page helpful?