Welcome to the Origami API
Origami lets you build and run powerful workflows through an intuitive visual interface. The Origami API enables you to trigger these workflows programmatically and integrate their capabilities directly into your own applications. With the API, you can:- Trigger workflows with custom input data
- Monitor execution and track progress
- Retrieve results when workflows complete
- Build automated pipelines that leverage your Origami workflows
Turning a Workflow into an API
To use a workflow as an API, your workflow needs two special nodes:Input Node
Receives the data you send via the API. Each row in your API request becomes a row processed by the workflow.
Output Node
Returns the final results. The data from output nodes is what you receive when you fetch the API response.
Without these nodes, your workflow won’t know where to receive input or what to return as output.