Workflows
Launch a Workflow
POST
Authorizations
The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').
Workspace UID required to identify the workspace.
Path Parameters
Body
application/json
Name of the workflow job to be scheduled.
An array of steps to execute in the workflow.
List of inputs for the workflow. Each workflow has its own input keys; you'll need to adjust.
By default we store all your metadata inside the meta: {}
object. Setting unstructure_meta
to true will flatmap the JSON object, i.e. each meta key will be added to the final output.
This option lets you create a repeated job (schedule).
Response
200
application/json
Successful Response
The response is of type any
.