AI Chatbot Hub
HomepageAPI docsDiscordLog inSign up
API docs
API docs
  • API usage guides
    • Getting an API key
    • Create a chatbot
    • Chat with chatbot
    • Uploading data sources
  • Chatbots
    • Chatbot properties
    • Create chatbot
    • Update chatbot
    • Fetch a chatbot
    • Fetch all chatbots
    • Delete chatbot
  • Agents
    • Agent properties
    • Create agent
    • Update agent
    • Fetch all agents
    • Delete agent
  • Chatbot sessions
    • Session properties
    • Create session
    • Fetch a session
    • Fetch all sessions
    • Delete session
  • Session messages
    • Message properties
    • Create message
    • Fetch all messages
    • Delete message
    • Delete multiple messages
  • Data sources
    • Source properties
    • Upload a file
    • Create QA source
    • Create URL source
    • Update source
    • Fetch list of sources
    • Retrain sources
    • Delete source
    • Delete multiple sources
  • Data source tags
    • Create source tag
    • Fetch all source tags
    • Update source tag
    • Delete source tag
Powered by GitBook
On this page
  1. Chatbots

Chatbot properties

Explanations of chatbot properties

uuid string

Unique Id of the chatbot


name string

This is the name you use to refer to the chatbot in your list of chatbots. It is not visible anywhere on the chatbot.


visibility select

Private: No one can access your chatbot except you (your account).

Public: Anyone with the link can access it on aichatbothub.com, and can be embedded on your website.

Hybrid: Can be embedded on your website, but no link sharing allowed.

Options are private, public, hybrid


rate_limit [number, number]

Limit the number of messages sent from one device on the iframe and chat bubble (this limit will not be applied to you on AI Chatbot Hub, only on websites for your users to prevent abuse).

First number: amount of messages.

Min 1 - Max 100

Second number: amount of seconds.

Min 1 - Max 360


rate_limit_message string

Message to show when rate limit is reached


show_citations boolean

Our AI bot credits sources and includes links to specific information it used from your trained data, promoting a reliable and informed conversation.


modified_at string

Indicates chatbot modified time


created_at string

Indicates chatbot creation time

PreviousUploading data sourcesNextCreate chatbot

Last updated 6 months ago