Changelog
added

Insight control now impacts generate-insights API

Insight Control is a feature that allows you to manage which types of insights are included in responses from the generate-insights API.

As of today, only the insights toggled on will show when making a generate-insights query, assuming insightSubtype isn't used as a parameter.

By enabling or disabling specific insights, you can tailor results to align with your strategy.

1. Default Behavior: Retrieve Top 20 Insights

By default, when no insightSubtype is specified, the generate-insights API will return up to 20 insights ranked by relevance, but only from the types you have enabled in Insight Control.

2. Retrieve Insights by Subtype

If an insightSubtype is explicitly specified in your request (e.g., "podcast" or "financial"), the API will attempt to retrieve and return those insights even if the subtype is disabled in your settings.