Configure the summary with the following options:
Create a summary based on the upstream content.
Summary length. Options are: brief
or detailed
.
summaryTone
string
default:"conversational"
Summary tone. Options are: conversational
or informative
.
summaryStructure
string
default:"paragraphs"
Summary structure. Options are: paragraphs
or bullet_points
.
Usage
curl -X 'POST' \
'https://http-gateway.vatis.tech/http-gateway/api/v1/upload?streamConfigurationTemplateId=668115d123bca7e3509723d4&summary=true&summaryTone=informative&persist=true' \
-H 'accept: application/json' \
-H 'Authorization: Basic <api_key>' \
-H 'Content-Type: application/octet-stream' \
--data-binary '@test.wav'
Export Response
{
...
"summary": {
"content": "A customer named George Washington contacted *** to sign up for Wi-Fi service. During the call, he provided his phone number..."
}
}