What are Bold360 AI APIs?

Bold360 AI APIs and SDKs can be used to customize how web and other applications provide chatbot and related services.

Bold360 AI provides the following sets of APIs and SDKs:

  • Web API and SDK: HTML and JavaScript code in your web pages controls how Bold360 AI widgets and custom user interface (UI) components appear and behave. The API provides methods and events that you can control programmatically. The SDK provides access to individual controls that make up the widgets, such as query boxes, FAQ lists, feedback queries, and sharing controls. The API and SDK provide advanced customization that is not available through the Bold360 AI UI.
  • REST API: Your code uses URLs to call HTTPS endpoints on the server. Bold360 AI provides many API endpoints. The server responds by sending a JSONP (JSON with Padding), XML, or CSV response payload. The server also returns standard HTTPS response codes to indicate errors or success.
  • Android SDK: Your Android code uses this SDK to control Bold360 AI widgets in your mobile app.
  • iOS SDK: Your iOS code uses this SDK to control Bold360 AI widgets in your mobile app.

To use Bold360 AI APIs, you'll need an API key. See this article to learn how to create one.