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

Sources in Grok
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 Grok endpoint, enriched with preview text, creator details, site information, image URLs, and publication dates.
position, url, label, description) plus the Grok-specific fields below. For use cases, pricing context, and copy-paste examples, see the Grok sources API page on the product site.

Sources in Grok
{
"prompt": "latest developments in quantum computing",
"country": "US"
}
| Field | Type | Description |
|---|---|---|
preview | string | Text snippet preview from the source |
searchEngineText | string | Search engine display text for the source |
siteName | string | Website name |
metadataTitle | string | Source page metadata title |
creator | string | Content creator or author |
image | string | URL to preview image from the source |
favicon | string | URL to website favicon |
{
"success": true,
"result": {
"text": "Quantum computing has progressed in 2026...",
"sources": [
{
"position": 1,
"url": "https://example.com/quantum-2026",
"label": "Quantum Computing in 2026",
"description": "An overview of recent advances in quantum hardware and algorithms.",
"preview": "Researchers at MIT and IBM announced a 1,000-qubit processor that...",
"searchEngineText": "Quantum Computing in 2026 - Recent Breakthroughs",
"siteName": "Example Tech",
"metadataTitle": "Quantum Computing in 2026 | Example Tech",
"creator": "Jane Doe",
"image": "https://example.com/quantum-cover.jpg",
"favicon": "https://example.com/favicon.ico"
}
]
}
}
Was this page helpful?