httphttp.request

API Request

Send an HTTP request.

Inputs

8
InputValue typeRequirementAccepted sources
methodstringRequiredliteral
URLurlRequest URL. Value type: string. Supports literal URL or template expression when values must be interpolated from context.stringRequiredliteraltemplate
HeadersheadersHTTP headers. Value type: JSON object or header list literal, depending on editor mode. Keys are header names; values are strings.objectOptionalliteral
bodyTypestringRequiredliteral
Body textbodyText request body. Value type: string. Supports literal text or template expression. Used for text/json body modes when bodyValue is not used.stringOptionalliteraltemplate
Body valuebodyValueStructured request body value. Value type: any JSON-compatible value. Supports literal value or previous node output, commonly data.object/data.merge output.anyOptionalliteralnodeOutput
Multipart partspartsMultipart request parts. Value type: JSON array/object literal. Each part describes field name plus text value or artifact source such as vision.capture data.artifact.objectOptionalliteral
timeoutMsnumberRequiredliteral

Outputs

9
Output pathValue typeCoordinate space
data.okbool
data.statusCodenumber
data.headersobject
data.bodyTextstring
data.jsonobject
data.methodstring
data.urlstring
data.request.bodyTypestring
data.request.partCountnumber

Runtime support

DesktopSupported
Android AgentSupported