Create Snippet
Tool
Create Snippet
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.
POST
Create Snippet
Documentation Index
Fetch the complete documentation index at: https://docs.attention.com/llms.txt
Use this file to discover all available pages before exploring further.
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"
}