RapidAgent.ai - Connect custom data to large language models home pagelight logodark logo
  • Github
  • Discord
  • Get Started
  • Get Started
  • Documentation
  • RapidAgent API
  • ChatGPT Plugin
  • RapidAgent Apps
  • [email protected]
  • RapidAgent API
    • Authentication
    Endpoints
    • POST
      Agent - Query
    • POST
      Agent - Create
    • GET
      Agent - Get
    • DEL
      Agent - Delete
    • POST
      Datasource - Create
    • GET
      Datasource - Get
    • DEL
      Datasource - Delete
    • POST
      Datastore - Query
    • POST
      Datastore - Create
    • GET
      Datastore - Get
    • DEL
      Datastore - Delete
    • POST
      Datasource - Upsert (⚠️ deprecated)
    • POST
      Datasource - Update (⚠️ deprecated)
    • POST
      Datasource - File Upload (⚠️ deprecated)
    RapidAgent API

    Authentication

    This demonstes how to authenticate a request to the RapidAgent API.

    To access a private Agent or Datastore, you must provide a RapidAgent API key in the Authorization header of your request.

    Copy
    'Authorization': 'Bearer <API_KEY>'
    

    ​
    API Keys

    ​
    You can get your API key from your account settings page.

    https://widget.rapidagent.ai/account

    Agent - Query
    twitterdiscordgithub
    Powered by Mintlify
    On this page
    • API Keys
    • You can get your API key from your account settings page.
    Assistant
    Responses are generated using AI and may contain mistakes.