position, url, label, description). For use cases, pricing context, and copy-paste examples, see the Gemini sources API page on the product site.

Sources in Gemini
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 Gemini endpoint, including URLs, titles, snippets, and contextual descriptions for each reference.
position, url, label, description). For use cases, pricing context, and copy-paste examples, see the Gemini sources API page on the product site.

Sources in Gemini
sources array is normal, not an error.{
"prompt": "Explain quantum entanglement",
"country": "US"
}
{
"success": true,
"result": {
"text": "Quantum entanglement is a physical phenomenon...",
"sources": [
{
"position": 1,
"label": "Wikipedia",
"url": "https://en.wikipedia.org/wiki/Quantum_entanglement",
"description": "Quantum entanglement is a physical phenomenon that occurs..."
}
]
}
}
Was this page helpful?