Developer
Developer - Settings

Get Summary Generation Context

Get the summary generation context for the current customer.

This endpoint is restricted to developer users only. Returns the optional context that is included in the LLM prompt when generating call summaries.

This context can be used to provide firm-specific information, preferences, or instructions that should be considered when generating short and long summaries.

get/developer/summary-generation-context

Response

Successful Response

customer_idstring uuid required

The customer ID

summary_generation_contextstring nullable

Optional context to include in LLM prompt for summary generation

Changes