message-linesConversational API

API for a conversational chatbot: dialogue and responses

Conversational API Documentation

A Conversational API lets you build chatbots that manage dialogue, and generate responses. It provides the tools to create interactive experiences, handle user intents, extract information, and integrate with other services. Think of it as the engine that powers your chatbot's ability to engage in meaningful conversations. It helps build engaging chatbots for customer service, e-commerce, entertainment, education, and personal assistance.

Base URL

The base URL for the Conversational Details API is:

https://santechapi.vercel.app

Authentication

headers : {
"token" : {YOUR API KEY}
}

Endpoint: /conversational/{:q}

Parameters:

  • {q}: Random input text from the user

HTTP Method: Get

Example request:

GET /conversational/Hello

The user can have a conversation with the AI

Example Response:

200

Error Handling

In case of an error, the API will respond with an appropriate HTTP status code and an error message in the response body.

Error Response:

402

Last updated

Was this helpful?