Extract structured data from Grok with enhanced source metadata, real-time web integration, and contextual information across various regions worldwide.
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.
include.rawResponse (boolean): Include raw streaming response events. Defaults to false| Section | Description |
|---|---|
| Sources | Sources with preview text, creator details, site information, and image URLs |
| Field | Type | Description |
|---|---|---|
result.text | string | Grok’s response text |
result.html | string | Response formatted in HTML (included when include.html is true) |
result.sources | array | Array of web sources with enhanced metadata |
result.searchQueries | string[] | Array of search queries Grok used to gather information |
result.model | string | The model identifier used to generate the response (e.g., “grok-4-auto”) |
result.markdown | string | Response formatted in Markdown (included when include.markdown is true) |
result.rawResponse | array | Array of Grok’s streamed response events (included when include.rawResponse is true) |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request parameters for monitoring Grok responses