Welcome to the Ada platform developer hub! In addition to consulting this API Reference, be sure to:
- Check out our Guide for Developers for an introduction to the Ada platform
- Subscribe to get the latest changes via RSS:
https://developers.ada.cx/changelog.rss
Does what I want to build already exist? Ada has many ways to enhance your bot or seamlessly integrate with third-party systems out of the box. Before heading down the path of a bespoke solution, explore available options in our App Directory.
REST APIs
Ada's APIs are built around REST principles. Use these APIs to manage conversation data, or start conversations using SMS.
Endpoint quick reference
To | Use | In the |
---|---|---|
Delete data associated with a specific chatter | POST /api/{version}/data-subject-request | Data Compliance API |
Export conversation data | GET /data_api/{version}/conversations | Data Export API |
Export message data | GET /data_api/{version}/messages | Data Export API |
Start a conversation using SMS | POST /api/campaigns/sms/trigger | Proactive SMS API |
SDKs
Add an Ada chatbot to your own website or mobile app with our chat SDKs.
To embed for | Use |
---|---|
Web | Embed2 |
iOS apps | iOS SDK |
Android apps | Android SDK |
React Native apps | React Native SDK |