Fetch summary from a Talkwalker project
GET
api/v1/search/p/<project_id>/summaryFetch the AI summary of the first 1000 matching results (sorted by engagement) from a Talkwalker project. No results are returned.
Path Parameters
- project_id string requiredExample: a1ab1abc-a123-123a-123a-abcd12ab1a12
Query Parameters
- q string
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 - topic string
One or more topics that are defined in the Talkwalker project
- filter string
One or more filters that are defined in the Talkwalker project.
- channel string
One or more channels that are defined in the Talkwalker project.
- panel string
One or more source panels that are defined in the Talkwalker project.
- dataset string
One or more datasets ID that are defined in the Talkwalker Customer Intelligence project
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/p/a1ab1abc-a123-123a-123a-abcd12ab1a12/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...