ChatBot Sentence API
This API provides endpoints to retrieve chatbot responses from a database. It allows users to fetch responses by ID, status, or retrieve all responses.
6 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
ChatBot Sentence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Server Status /api |
This endpoint allows you to check the status of the server hosting the API and obtain operational is *true* or *false*. By sending a **GET** request to the root endpoint… |
| GET |
Get Main Help /api/sentence |
**/sentence, /sentence/id, /sentence/status** These endpoints provide users with essential information about the available routes and how to use them effectively. The help pages… |
| GET |
Get Main Page / |
It is main page of ChatBot Sentence API. |
| GET |
Get Specified Id /api/sentence/id/{value} |
You can get specified id on API. Usage : **/api/sentence/id/:*{value}*** |
| GET |
Get Specified Status (All) /api/sentence/status/{value} |
You can get specified status relaated **ALL** sentences on API. Valid Values: **starting,common,ending** |
| GET |
Get Specified Status (Random) /api/sentence/status/{value} |
You can get only 1 sentence from specified status randomly. Random query must be **true** for random sentence. Valid Status: **starting,common,ending** Adding random query:… |