Fetch summary from global index
GET
api/v1/search/summaryFetch the AI summary of the first 1000 matching results (sorted by engagement) from global index. No results are returned.
Query Parameters
- q string required
The query to search for.
Example: cats AND dogs - timezone string
Timezone for the time_range (e.g. Europe/Luxembourg). Allowed values are timezone names. Default value: UTC
Example: CET - time_range string
Time range filter. Format
number
+ a time unit character (e.g.30d
for 30 days.).Example: 30d
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
[object Object]
{
"status_code": "0",
"status_message": "OK",
"request": "GET /api/v1/search/summary?q=cats%20AND%20dogs&access_token=abcd_1234_abcd",
"request_id": "#rxl5is2tsjc1#",
"summary": {
"summary": "The collection of online documents reveals a strong interest in pets, particularly cats and dogs, with discussions around their behavior, care, and emotional connection with humans. Animal welfare and rescue efforts are prominent themes, highlighted by news releases about organizations reuniting lost pets and investigations into animal neglect. Social media trends, including viral memes and puzzle toys for pets, demonstrate engagement with animal-related content. Furthermore, there’s a notable interest in broader geopolitical issues and personal reflections on life’s challenges."
}
}
Loading...