Create a Call Summary

post

/api/v1/aia/sg/call-summary/summaries

Post a conversation transcript and request the summarization service to generate the AI summary for the conversation.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : AIASummaryRequest
Type: object
Title: AIASummaryRequest
Response containing the result of a summarization request, including the conversation_id, config_id, summary for the conversation, and a list of tags.
Show Source
Nested Schema : Conversations
Type: array
Title: Conversations
Minimum Number of Items: 1
The list of conversations to summarize.
Show Source
Nested Schema : SummaryFormatInstructions
Type: object
Title: SummaryFormatInstructions
The basic configuration for the output of a summarization request.
Default Value: { }
Show Source
  • Desired format of the generated summary.
  • The desired length of the generated summary.
  • Title: Maxtags
    The maximum number of requested tags for a given input.
  • Title: Mintags
    The minimum number of requested tags for a given input.
  • The desired format of the generated summary.
Nested Schema : ConversationChannel
Type: object
Title: ConversationChannel
The content of a conversation channel and its metadata.
Show Source
Nested Schema : ConversationMetadata
Type: object
Title: ConversationMetadata
Metadata for each conversation channel.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful Response
Body ()
Root Schema : AIASummaryResponse
Type: object
Title: AIASummaryResponse
Response containing the result of a summarization request, including the conversation_id, config_id, summary for the conversation, and a list of tags.
Show Source
Nested Schema : Tags
Type: array
Title: Tags
Default Value: The tags assigned to the conversation.
Show Source
Example:
Billing

422 Response

Validation Error
Body ()
Root Schema : HTTPValidationError
Type: object
Title: HTTPValidationError
Show Source
Nested Schema : Detail
Type: array
Title: Detail
Show Source
Nested Schema : ValidationError
Type: object
Title: ValidationError
Show Source
Nested Schema : Location
Type: array
Title: Location
Show Source
Back to Top