Extract structured data from Google Gemini about your brand, products, or any topic
| 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) |
sources array:
| Field | Type | Description |
|---|---|---|
position | integer | Index/position of the source |
label | string | Display label or title |
url | string | Source URL |
description | string | Contextual snippet or description |
confidence_level | integer | Confidence score for the source (e.g., 0-100) |
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"
Optional country/region code for localized monitoring
"US"
Optional flags for including additional response formats
{ "markdown": true, "html": false }