What's new on v3.6
Standardized Insight Taxonomy
Insight subtypes are now consistent across both generate-insights
and generate-content
APIs, making it easier to request and control which insights appear in responses. You can now include multiple subtypes in a single request, giving you more granular control over personalization.
Example: Using Multiple Insight Subtypes in generate-content
generate-content
{
"enabledInsights": [
"companyMarketTrends",
"behavioralProfile",
"socialMediaProspectRecentLinkedInPosts"
]
}
Multi-Subtype Support in generate-insights
generate-insights
You can now pass multiple insight subtypes in a single request to the generate-insights
endpoint, making it more efficient to retrieve exactly the insights you need in one API call.
Example: Using Multiple Subtypes in generate-insights
generate-insights
{
"insightSubtypes": [
"companyMarketTrends",
"prospectsCompetitorIsYourCustomer",
"financialEarningsCall"
]
}
Check out the full list of available subtypes to explore what's possible.
New Model Option: gemini_flash_1.5
gemini_flash_1.5
We've added gemini_flash_1.5
as a new model option for content generation, offering faster response times while maintaining high-quality output. This model is also available on all other active generate-content endpoints.
Availability
These updates are now live in:
โ
generate-content
v3.6
โ
generate-insights
v3.2
Start using these new capabilities today to make your insight-driven content even more precise and effective! ๐
Updated 2 months ago