BOTlibre

GRATUIT
Par paphus | Mise à jour 20 days ago | Communication
Popularité

0.4 / 10

Latence

1,443ms

Niveau de service

100%

Health Check

N/A

Abonnés : 270
Ressources :
Site Web du produit Conditions d'utilisation
Créateur d'API :
P
paphus
paphus
Connectez-vous pour évaluer l'API
Note : 5 - Votes : 1

LISEZ-MOI

In addition to being able to embed your chat bots on your own website, and access them from any Android device, you can also access your chat bots through the BOT libre web API. The web API gives you the advantage of having complete control of your bot’s client interface.

You can use the web API to access your bot from your own website through JavaScript, PHP or any other language. You can also use the web API to create your own mobile application to access your bot, such as an Android or iOS application.

A web API, is a set of HTTP GET/POST URI’s that allow sending and receiving of message data. When you browse a website, your browser makes a series of HTTP GET/POST requests to URIs that return HTML content. In a web service the URIs return XML or JSON data, instead of HTML content.

The BOT libre web API provides two REST APIs in one. The first is a set of HTTP GET URIs that take FORM data, and return XML data. The second set of API’s take HTTP POST XML data, and return XML data. Most applications would use the XML POST API, but some application may choose to use the FORM GET API because of its simplicity. The APIs are identical other than their mechanism.

HTTP FORM GET API

http://www.botlibre.com/rest/botlibre/form-chat
http://www.botlibre.com/rest/botlibre/form-check-instance
http://www.botlibre.com/rest/botlibre/form-check-user
http://www.botlibre.com/rest/botlibre/form-get-all-instances 

HTTP XML POST API

http://www.botlibre.com/rest/botlibre/post-chat
http://www.botlibre.com/rest/botlibre/check-instance
http://www.botlibre.com/rest/botlibre/check-user
http://www.botlibre.com/rest/botlibre/get-all-instances