Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

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

base-url page anchor

Conference Insights data is available under the following base URL. The REST API is served over HTTPS; unencrypted HTTP is not supported.


_10
https://insights.twilio.com/v1/Conferences/


HTTP requests to the REST API are protected with HTTP Basic authentication(link takes you to an external page). 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.


_10
curl -G https://insights.twilio.com/v1/Conferences/{Conference_SID} -u \
_10
'[YOUR ACCOUNT SID]:[YOUR AUTH TOKEN]'


The following resources are available in the Conference Insights REST API.

ResourceDescription
Conference Summary ResourceGet conference summaries with events and metadata.
Conference Participant Summary ResourceGet conference participant summaries with events and metadata for individual participants.

Rate this page: