Extract structured data from Google Gemini with source citations and multiple output formats for AI monitoring and analysis.
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 | Source citations with contextual descriptions |
| Field | Type | Description |
|---|---|---|
result.text | string | The main text content of the response |
result.sources | array | Array of sources cited in the response |
result.markdown | string | Response formatted in Markdown (included when include.markdown is true) |
result.html | string | Response formatted in HTML (included when include.html is true) |
result.rawResponse | array | Array of Gemini’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 Gemini responses
The prompt to send to Gemini
1 - 10000"Explain quantum computing"
Country/region code for localized response
"US"
Optional flags for including additional response formats
{
"markdown": true,
"html": false,
"rawResponse": false
}