Skip to main content

Fetch summary from global index

GET
api/v1/search/summary

Fetch 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

OK


Schema
  • object
Loading...