Skip to main content

Fetch summary from a Talkwalker project

GET
api/v1/search/p/<project_id>/summary

Fetch 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 required
    Example: 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

OK


Schema
  • object
Loading...