Deployments
Create your API
After you have a running workflow, you can now use it as an API endpoint!
You can do this by going to your deployment page while in a workflow (left hand side menu).
Let’s go through step by step
Workflow inputs
Workflow inputs are the inputs of your currenlty selected version.
Learn more about workflow inputs here.
Deployments
Each workflow can have up to 2 deployments production
and staging
.
A deployment is a specific version of your workflow, connected to a machine. Identified by a deployment_id
.
If you change a machine that is already deployed, the deployment will be effected.
Make sure this is what you intend.
Calling your API
Follow the instructions in your workflows deployment page.
You can also check out the API reference docs.
Was this page helpful?