NodesProcessing Nodes
Edit Page on GitHubAPI Call
Call external API
apihttpexternalMedium0

Description
The API Call node enables your AI agent to interact with external services and data sources through HTTP requests. It supports various methods like GET, POST, PUT, and DELETE, allowing for comprehensive integration with third-party APIs.
Common Use Cases
- Fetching data from external services
- Sending data to external platforms
- Integrating with third-party APIs like weather services or payment gateways
- Retrieving information from databases or content management systems
Inputs
The input connections this node accepts:
NameDescriptionTypeFlowThe flow of the workflowFlowendpointThe endpoint of the APITextbodyThe body of the APIJSONheadersThe headers of the APIJSONOutputs
The output connections this node provides:
NameDescriptionTypeoutputThe response of the APIJSONToolThe tool version of this node, to be used by LLMsToolFields
The configurable fields this node provides:
NameDescriptionTypemethodThe method of the APIValue:GETOptions: GET POST PUT DELETEselectendpointThe endpoint of the APIValue: endpoint...TextbodyThe body of the APIValue: Enter body here...MapheadersThe headers of the APIValue: Enter headers here...MapLast updated on