The API is used by integrations like our Rhino and Grasshopper
plugin.
Quickstart
To schedule a run without providing input data you can use theGET method on the Run endpoint.
If the Runchat contains a webhook node, the entire JSON body of a POST request to the Run endpoint will be set as the input to that node.
This allows you to trigger runchats without first defining a specific input schema.
To assign data to specific input parameters, first use the Schema endpoint to retrieve an array of published parameter IDs.
You can then map over input parameter IDs to create the required inputs array for the Run endpoint.