v1
latestOpenAPI 3.0.32026-07-264955102.7 KBSummary Templates
List summary templates
Returns the team's call summary templates.
get/v2/api/summary_templates
Response
List of summary templates
Example response
{
"data": [
{
"id": "tst-abc123",
"name": "Sales call",
"call_context": "B2B SaaS sales calls",
"icon": "📞",
"sections": [
{
"title": "Pain points",
"instructions": "List the prospect's pain points"
}
]
}
]
}