CRBNai API
    CRBNai API
    • README
    • Authentication
    • Guides
      • Creating a Knowledge Bot
    • API Keys
      • Get all API Keys
        GET
      • Create API Key
        POST
      • Delete API Key
        DELETE
    • Chats
      • Messages
        • Get Chat Messages
        • Post Chat Message
      • Recipes
        • Get All Chat Recipes
      • Get All Chats
        GET
      • Create Chat
        POST
    • Documents
      • Delete Document
        DELETE
      • Download Document
        GET
      • Update Document
        PUT
    • Knowledge Bots
      • Documents
        • Add Document to Knowledge Bot
        • Prepare Document Upload
      • Chats
        • Chat Messages
          • Get Messages of a Knowledge Bot chat
          • Post a message to a Knowlege Bot chat
        • Get all Knowledge Bot chats
        • Create Knowledge Bot chat
      • Chats - deprecated
        • Chat with a Knowledge Bot
      • Create Knowledge Bot
        POST
      • Get All Knowledge Bots
        GET
      • Get Knowledge Bot by ID
        GET
      • Delete Knowledge Bot by ID
        DELETE
      • Update Knowledge Bot by ID
        PUT

    README

    Welcome to the official API documentation for CRBN AI. This guide will help you understand how to interact with the CRBN AI APIs to use our building blocks in your environments.

    Table of Contents#

    Authentication
    How to Generate an API Key
    How to use the API
    Guides
    API Keys
    Chats
    Messages
    Recipes
    Knowledge Bots
    Upload Documents
    Chats

    Authentication#

    Learn how to authenticate your API request, keeping your interactions with our services secure and efficient.
    Checkout the detailed guide at Authentication.

    Examples#

    Each section contains examples of how to use that particular API call.

    Getting Help#

    Having issues? We're here to help. Contact our support team at support@crbnai.com, or visit our community forum to get help from other users and our development team.
    Thank you for choosing CRBN AI, we look forward to working with you!
    Next
    Authentication
    Built with