ComfyUI Node
Rest Api Node
A ComfyUI node in RequestNode/REST API with 5 inputs and 6 outputs.
Rest Api Node
- headers
- RETRY_SETTING
- text
- file
- json
- headers
- status_code
- any
◄target_urlhttps://example.com/api►
◄request_body{}►
◄methodGET►
CategoryRequestNode/REST API
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| target_url | STRING | https://example.com/api | — |
| request_body | STRING | {} | — |
| method | COMBO | GET | 7 options: GET, POST, PUT, DELETE, PATCH, HEAD, +1 |
| headersopt | KEY_VALUE | — | |
| RETRY_SETTINGopt | RETRY_SETTING | — |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |
| file | BYTES | — |
| json | JSON | — |
| headers | DICT | — |
| status_code | INT | — |
| any | ANY | — |