Skip to main content
POST
/
api
/
v1
/
workflows
/
workflows
/
{workflow_id}
/
execute
Execute Workflow
curl --request POST \
  --url https://www.datalab.to/api/v1/workflows/workflows/{workflow_id}/execute \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

workflow_id
integer
required

Cookies

access_token
string

Body

application/json

Request to execute a workflow.

input_config
Input Config · object

Response

Successful Response