Chatbots Collection
Operations for managing multiple chatbots
📄️ Get all user's chatbots
Retrieves a list of all chatbots owned by the authenticated user, including basic customization info.
📄️ Create a new chatbot
Creates a new chatbot with basic configuration and default widget customization for the authenticated user. Requires an active subscription plan.
📄️ Export chat data
Exports selected data fields for a specific chat into a ZIP file stored in blob storage and returns the download URL.
📄️ List exported chat files
Retrieves a list of previously exported ZIP files for a specific chat, including their download URLs.
📄️ Delete an exported chat file
Deletes a specific exported chat ZIP file from blob storage and its database record.
📄️ Import chat data
Imports chat data from a previously exported ZIP file, overwriting existing data (threads, documents, links, styles, etc.) for the specified chat. Requires an active subscription plan.