ComfyUI Node
HTTP Request (WebAPI)
Send HTTP request and return response data.
HTTP Request (WebAPI)
- response_json
- response_text
- status_code
- response_headers
◄urlhttps://httpbin.org/get►
◄method▾►
◄headers{"Content-Type": "application/json"}►
◄body{}►
◄timeout10.00►
CategoryTensorVizion/Web API
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| url | STRING | https://httpbin.org/get | — |
| method | COMBO | 4 options: GET, POST, PUT, DELETE | |
| headers | STRING | {"Content-Type": "application/json"} | — |
| body | STRING | {} | — |
| timeoutopt | FLOAT | 10.001–60 | — |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| response_json | JSON | — |
| response_text | STRING | — |
| status_code | INT | — |
| response_headers | JSON | — |