v1
latestOpenAPI 3.0.32026-07-264955102.7 KBSummary Templates
Get summary template
Returns a single call summary template by ID.
get/v2/api/summary_templates/{id}
Path parameters
idstring required
Example:tst-abc123
Summary template ID (tst-*)
Response
Summary template
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"
}
]
}
}