---
title: "Execute Workflow"
method: POST
path: "/api/workflows/execute"
---

# Execute Workflow

`POST /api/workflows/execute`

## Request body

- WorkflowExecuteRequest
  - `name` string, required
  - `inputs` object, required

## Response `200`

Successful Response

- WorkflowExecuteResponse
  - `success` boolean, required
  - `task_id` string, required
  - `workflow` string, required
  - `log_position` integer, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/browser-use/apis/workflow-execution-service.md) · [All operations](https://skmtc.dev/browser-use/apis/workflow-execution-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/browser-use/workflow-execution-service/revisions/83abf377c07c/schema)
