🟢Chatbot v1

Luiboards Chatbot AI API Endpoint.

Please check out Chatbotv2 to see what updates will be coming.

Returns a response to the users message.

GET https://api.luiboard.com/ai/v1/fetch

Query Parameters

NameTypeDescription

message*

string

This is the message query.

Headers

NameTypeDescription

Apikey*

number

Your luiboard Apikey.

Name

string

A custom name for your AI

Id

number

This helps the AI to identify users diffrently. Default is 1. Best if changed.

{
 "Response": "Hi, Do you want me to tell you a story?"
}

Last updated