---
title: "Create Workflow Run"
method: POST
path: "/api/account-workflows/runs"
tags: ["Account Workflows"]
---

# Create Workflow Run

`POST /api/account-workflows/runs`

## Request body

- CreateWorkflowRunRequest
  - `template_key` string
  - `account_key` string, nullable
  - `account_name` string, nullable
  - `workspace_key` string, nullable
  - `workflow_id` string, nullable
  - `processing_batch_id` string, nullable
  - `conversation_id` string, nullable
  - `metadata` object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
