Dokumentation (english)

API Input

Define the input schema for your flow when it's called via API.

The API Input node does two things depending on context:

  • During development — it uses the test data you provide so you can run and test the flow without making a real API call
  • When deployed — it receives and validates the actual JSON payload sent to your flow's API endpoint

This node is the entry point for any flow you plan to deploy as an API.

Configuration

FieldDescription
JSON SchemaDefines the expected structure and required fields of the incoming API payload
Test DataSample data used when running the flow in the editor — must match the schema
TagOptional label to reference this input in downstream nodes

Outputs

OutputDescription
json_dataThe parsed input data — test data in the editor, live payload when deployed
schema_validationValidation result confirming the input matched the expected schema

Tips

  • Define your schema carefully — it becomes the API contract for your deployed flow
  • Always fill in Test Data so you can run the flow in the editor without deploying first
  • Connect directly to a Use AI Model or Custom Code node to process the incoming payload
  • See the Deployment documentation for how to call your flow's endpoint once deployed

Command Palette

Search for a command to run...

Schnellzugriffe
STRG + KSuche
STRG + DNachtmodus / Tagmodus
STRG + LSprache ändern

Software-Details
Kompiliert vor 1 Tag
Release: v4.0.0-production
Buildnummer: master@64a3463
Historie: 68 Items