Conference Insights API Overview
The Conference Insights REST API of the Voice Insights feature provides programmatic access to conference summaries and conference participant summaries for use in your own applications and tools.
Base URL
Conference Insights data is available under the following base URL. The REST API is served over HTTPS; unencrypted HTTP is not supported.
https://insights.twilio.com/v1/Conferences/
Authentication
HTTP requests to the REST API are protected with HTTP Basic authentication. To learn more about how Twilio handles authentication, please refer to our security documentation. In short, you will use your Twilio account SID as the username and your auth token as the password for HTTP Basic authentication. You can find your account SID and auth token on the console home page.
curl -G https://insights.twilio.com/v1/Conferences/{Conference_SID} -u \
'[YOUR ACCOUNT SID]:[YOUR AUTH TOKEN]'
Resources
The following resources are available in the Conference Insights REST API.
Resource | Description |
Conference Summary Resource | Get conference summaries with events and metadata. |
Conference Participant Summary Resource | Get conference participant summaries with events and metadata for individual participants. |
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.