Skip to contentSkip to navigationSkip to topbar
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.

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

To authenticate requests to the Twilio APIs, Twilio supports HTTP Basic authentication(link takes you to an external page). Use your API key as the username and your API key secret as the password. You can create an API key either in the Twilio Console or using the API.

Note: Twilio doesn't recommend using your Account SID and Auth Token in production. For local testing, you can use your Account SID as the username and your Auth token as the password. You can find your Account SID and Auth Token in the Twilio Console(link takes you to an external page).

Learn more about Twilio API authentication.

1
curl -G https://insights.twilio.com/v1/Conferences/{Conference_SID} \
2
-u $TWILIO_API_KEY:$TWILIO_API_KEY_SECRET

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.