Creates a new conversation snippet that can be used for reference, analysis, or sharing. This endpoint allows you to capture and store important parts of conversations for future use.
Snippet creation request containing the conversation content and metadata
{
"start_time": 120.5,
"end_time": 180.75,
"duration": 60.25
}{
"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
{
"my_library": true,
"folder_path": "/sales/meetings"
}