Authorizations
Body
Snippet creation request containing the conversation content and metadata
Example:
{
"start_time": 120.5,
"end_time": 180.75,
"duration": 60.25
}
Example:
{
"characters": { "start_idx": "0", "end_idx": "150" },
"speakers": { "start_idx": "0", "end_idx": "50" },
"transcript_version": "V2"
}
Indicates whether the snippet should be added to the library or not
Example:
{
"my_library": true,
"folder_path": "/sales/meetings"
}