This section documents the sources data returned by the Grok endpoint. Sources are part of the Grok response, so no separate API call is needed.Documentation Index
Fetch the complete documentation index at: https://docs.cloro.dev/llms.txt
Use this file to discover all available pages before exploring further.
Example request
sources array with the enhanced metadata documented below.
Overview
Grok sources follow the common sources structure (position, url, label, description) plus additional Grok-specific fields. Grok enriches each source with preview text, creator details, site information, and image URLs.

Grok-specific source fields
| 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 |