Feedloop AI
  • GETTING STARTED
    • Discover Feedloop AI
    • Authentication
      • Sign Up
      • Login
    • Platform
      • Workspace
      • Project
      • People
      • Usage
  • WHAT IS AGENT
    • What is Agent
      • ⚪Manage Agent
    • Basic Agent
      • ⚪Instruction
        • Who
        • What
      • ⚪Training
        • Rules
        • Example
      • ⚪Skill
        • Knowledge
        • Analys
      • ⚪Style
    • Procedures
    • Advance Reasoning
      • ⚪Creating New Agent
      • ⚪Advance Agent Activation
      • ⚪Deleting Agent
      • ⚪Advance Agent Managing Existing
  • AGENT SETTINGS
    • Instruction
      • Who
      • What
      • Additional Instruction
    • Training
      • Chat Rules
      • Retrieval
      • Answering
    • Context
      • Primitive Context
      • Array
    • Tools
      • Knowledge
      • API - Call
        • Manage API Call
        • Basic Configuration
        • Header
        • Body Field
          • Input Binding
            • Page 2
          • Output Binding
        • Testing API Call
        • Trouble Shooting
        • Example Implementation
          • API Call Covid
      • Data Connector
    • Card
      • Intro & Summary Text
      • Data Visualization Card
      • Analyze Card
    • Procedure Basic Info
      • Activation Condition
      • Goal
      • Action
    • Procedures Interaction
      • Procedures Step
      • Procedures Context
      • Procedures Tools
  • AGENT UTILITY
    • Resource
      • Document PDF
        • Preparing your PDF
      • Data Connector
        • Create new data connector
        • Configure dataset, table, and column
        • Using Data Playground
        • Dataset in Data Playground
        • Training in Data Playground
        • SQL generation and modification
        • SQL Execution
    • Apps
      • Chat Widget
      • Web App
    • Testing
    • Monitoring
      • Customer Chat
      • Context
      • Document
  • TASK
    • ⚪Image Analyzer
      • Building Analyzer
      • ID Identifier
    • ⚪Document Analyzer
      • Contractual Document Analyzer
    • ⚪Database Analyzer
    • ⚪Additional Solution
      • Text Sentiment Analyzer
      • Customer Complaint Analyzer
  • For Developer
    • API Chat
      • Chat Initialization
      • Chat Message
      • Chat History
      • Error Handling
    • Embed Widget
      • Embedding the Widget
      • Identity Attributes
      • Widget Attribute Details
Powered by GitBook
On this page
  • What is the API Call Tool ?
  • Key Capabilities
  • Configuring Tools API Call
  • Testing Tools API Call
  1. AGENT SETTINGS
  2. Tools

API - Call

What is the API Call Tool ?

The API Call Tool lets your AI agent connect with and retrieve information from other systems. Think of it as a way for your AI to ask another system for data, like checking the status of an order, finding customer details, or looking up product info.

APIs (Application Programming Interfaces) are the "messengers" that allow different systems to talk to each other. With the API Call Tool, your AI agent can communicate with these external systems to get the info it needs and deliver it to users in real-time.

Key Capabilities

Data Retrieval

The API Call Tool allows the agent to retrieve data from external systems, such as customer information, order statuses, or product details, based on user prompts or inputs.

Dynamic Data Binding

The tool supports dynamic data binding, meaning it can fetch real-time information based on the context of a user interaction or the current procedure in progress.

Flexible Request Configuration

You can configure the API Call Tool to send GET requests to external APIs. By setting up variables and payloads, you can tailor each request to meet the specific needs of the task at hand.

Mapping API Responses

The tool provides powerful functionality for Response Construction and Output Binding, allowing you to map the API response fields to the relevant system fields for further processing or display.

Simple Example of How It Works

  • Customer Support: A customer types their ID, and the AI retrieves their account details.

  • Product Information: A user asks about a product, and the AI gets live data about availability or pricing from your product database.

  • Order Tracking: A customer enters their tracking number, and the AI calls an external API to show the latest shipping updates.

Configuring Tools API Call

Alright! Let’s configure the API Call Tool so your AI agent can connect to external systems and retrieve real-time data. Just follow these simple steps to set up the basics, headers, and body fields.

Testing Tools API Call

Now that you’ve configured your API Call, it’s time to test it! Follow these steps

PreviousKnowledgeNextManage API Call

Last updated 6 months ago

Manage API Call
Basic Configuration
Header
Body Field
Testing API Call
Trouble Shooting