Chatbase
communityAI chatbot builder platform for creating custom ChatGPT-like bots trained on your data.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://www.chatbase.co/api/v1/chatSend message to chatbot
Parameters
streamstream response (booleanoptionalmessagesconversation array (arrayrequiredchatbotIdchatbot ID (stringrequiredReturns
text (AI response), sourceDocuments[] with content, metadataGET
https://www.chatbase.co/api/v1/chatbotsList chatbots
Returns
chatbots[] with chatbotId, name, status, sourceCount, createdAtPOST
https://www.chatbase.co/api/v1/chatbots/{chatbotId}/sourcesAdd training data source
Parameters
textplain text data (stringoptionalurlswebpage URLs (string[]optionalchatbotIdchatbot ID (stringrequiredReturns
sourceId, status, type, createdAt