---
url: https://gudhub.com/docs/automation-nodes/api-node/
title: "API Node\n                #"
description: "API Node is a node that allows to take data from HTTP requests. This data can be used to form a response in other nodes and then transmitted to the Response nod"
lang: uk
updated: 2026-09-11T12:51:26.989Z
---

# API Node [#](https://gudhub.com/docs/automation-nodes/api-node/#api-node)

**API Node** is a node that allows to take data from HTTP requests. This data can be used to form a response in other nodes and then transmitted to the [Response node](https://gudhub.com/docs/automation-nodes/response-node/). More precisely, this node allows you to launch other nodes depending on a specific request.

> This node is available only in [API element](https://gudhub.com/docs/gh-elements/api-element/).

![API node](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Automation_Nodes/automation-nodes/api-node.jpg "API")

## Inputs [#](https://gudhub.com/docs/automation-nodes/api-node/#inputs)

This node has no input sockets.

## Outputs [#](https://gudhub.com/docs/automation-nodes/api-node/#outputs)

The current node has only default output sockets.

### Default Output Sockets [#](https://gudhub.com/docs/automation-nodes/api-node/#default-output-sockets)

All output sockets of a node allow getting a response to different HTTP requests. More precisely, the response contains the same data as the request, so sockets transmit data of specific requests.

| Name | Data Type | Description |
| :-- | :-- | :-- |
| GET | `object` | _transmits data of the GET request_ |
| HEAD | `object` | _transmits data of the HEAD request_ |
| POST | `object` | _transmits data of the POST request_ |
| PUT | `object` | _transmits data of the PUT request_ |
| DELETE | `object` | _transmits data of the DELETE request_ |

### Additional Output Sockets [#](https://gudhub.com/docs/automation-nodes/api-node/#additional-output-sockets)

There are no way to add additional output sockets.

## Options [#](https://gudhub.com/docs/automation-nodes/api-node/#options)

The current node has no settings.
