Create a new citation schema for extracting structured data from call transcripts.
Create a citation schema to define what data should be extracted from call transcripts. Citation schemas allow you to automatically capture structured information like customer details, call outcomes, or any custom variables relevant to your use case.
Your API key for authentication.
The name of the citation schema. This should be descriptive and help you identify the schema’s purpose.
An optional description explaining what this schema extracts and its intended use case.
The JSON schema configuration that defines variables, groupings, and conditions for citation extraction. If not provided, an empty schema will be created that can be configured later.
The schema object can contain:
variables
: Array of variable definitions for data extractiongroupings
: Array of related variable collectionsconditions
: Array of conditional logic rules that trigger additional variable extractionExample structure:
HTTP status code (200 for success).
The created citation schema object.
The unique identifier for the created citation schema (UUID format).
The name of the citation schema.
The description of the citation schema.
The organization ID that owns this schema.
The JSON schema configuration for citation extraction.
The timestamp when the citation schema was created (ISO 8601 format).
Will be null for successful requests.
Returned when the required name
parameter is missing.