API Key & POST Request
Last updated
Was this helpful?
Last updated
Was this helpful?
Go to
Flow Input nodes for every input you would like to pass dynamically. The label of the Flow Input node will be the key in the JSON body of the POST requests { "inputs": {"<key>": <value>...} }
Flow Output node for every output you would like to log or export
POST
https://dev-api.spaceoperator.com/flow/start/{flow_id}
Trigger a flow via an API.
x-api-key*
your-api-key
Content-Type*
application/json
data-raw
JSON
Pass a JSON object with the flow inputs. <key> should match Flow Input node label, value can be anything.
{ "inputs": {"<key>": <value>...} }
Viewing the result of a flow run via API is coming soon.
In the meantime, use the UI to see the results. Open the flow, click on the background, and navigate to the Flow Logs
Leaving the flow editor open during the API call will show the progress