Create Custom Analysis Category
Custom Analysis
Create an analysis group
A group of things to extract after a call.
Create Custom Analysis Category
conditions skips the group when a call was too short to have said anything: a skipped group costs
nothing and is reported as skipped rather than failed. Leave model unset and the group uses the
agent’s own model.
Attach it by adding its id to an agent’s analysis_group_ids.Authorizations
Your API key as a Bearer token, e.g. Authorization: Bearer vk_….
Body
application/json
What to call this group. It becomes part of the key values arrive under — custom_analysis["Lead QA"][…] — so renaming it later changes your payload shape.
Required string length:
1 - 255Your own note about what the group is for.
Which LLM runs the extraction. Defaults to the agent's own.
Maximum string length:
128Randomness for the extraction. Lower is more repeatable, which is usually what you want here.
Required range:
0 <= x <= 2Cap on the extraction response.
Required range:
50 <= x <= 10000When this group runs at all. A group that does not run costs nothing.