# Voice Insights Event Streams

Don't get us wrong, REST APIs are great; however, at scale and across potentially dozens of endpoints for a given application to interact with, the venerable HTTP REST API starts to show its age a little bit.

[Event Streams](https://www.twilio.com/en-us/event-streams) is an API that allows you to tap into a unified event stream and have it piped directly into your data infrastructure using modern technologies like Amazon Kinesis.

For [Voice Insights](/docs/voice/voice-insights) the event stream emits events following the pattern `com.twilio.voice.insights.*` and comprises event streams for Call Insights and Conference Insights as shown below.

| **Event Stream**                                                                                           | **Description**                                                                    |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| **[Call Insights Event Stream](/docs/voice/voice-insights/event-streams/call-insights-events)**            | Event stream to consume call summaries, call metrics and call insights events.     |
| **[Conference Insights Event Stream](/docs/voice/voice-insights/event-streams/conference-insights-event)** | Event stream to consume conference summaries and conference participant summaries. |

For more information about Event Streams, see [our docs](/docs/events).
