Skip to main content
POST
Launch a Workflow

Authorizations

Authorization
string
header
required

The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').

x-project-id
string
header
required

Workspace UID required to identify the workspace.

Path Parameters

workflow_uid
string<uuid>
required

Body

application/json
job_name
string
required

Name of the workflow job to be scheduled.

Example:

"Get Yann Lecun Linkedin Profile"

steps
object[]
required

An array of steps to execute in the workflow.

inputs
object[]
required

List of inputs for the workflow. Each workflow has its own input keys; you'll need to adjust.

unstructure_meta
boolean
default:false

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.

Example:

false

repeat_option
Repeat Option · object

This option lets you create a repeated job (schedule).

Response

Successful Response