Speaker Emotions Over Time
This endpoint allows you to retrieve a list of 1-minute chunks with emotions per speaker from a processed meeting recording.
Parameters
Responses
{ "chunks": [ { "start_ms": 0, "end_ms": 60000, "emotions": { "speaker_id": "string" } }, { "start_ms": 60001, "end_ms": 120000, "emotions": { "speaker_id": "string" } } // More chunks... ] }
Last updated