Skip to main content

Rest API

Connect your Copilot to external systems by pulling data from REST APIs. This allows your Copilot to access real-time data, such as updates, reports, or dynamic information from third-party services.

Connect REST API for real-time data.
Click on connect

Connect your Copilot to external systems by pulling data from REST APIs. This integration allows your Copilot to access real-time data, such as updates, reports, or dynamic information from third-party services.

Key Configuration Options:

  • HTTP Methods: Choose the appropriate method based on the API's purpose:

    • GET: To fetch data.
    • POST: To send new data (e.g., form submissions).
    • PUT: To update existing data.
    • DELETE: To remove data.
  • Headers: Specify the HTTP headers required for the API, such as:

    • Authorization: Provide API tokens or keys for secure access.
    • Content-Type: Define the data format (e.g. application/json).
    • Custom Headers: Add any additional headers as required by the API.
  • Query Parameters: Add key-value pairs to refine the request.

    REST API
  • Body (Optional): For POST or PUT requests, include a JSON payload in the "Body" section, if required. Example:

    REST API
    {
    "name": "John Doe",
    "email": "[email protected]",
    "status": "active"
    }
Copilot dark logo

More than just a virtual AI assistant, Copilot adds the flavor of interaction and engagement to your website. Easy to create, easier to customize, and easiest to deploy. Let Copilot enhance user experience on your website based on the information you provide.

Is this page useful?