Skip to main content

Create Workflow Run

POST /api/v1/workflow/{workflow_id}/runs — request parameters and responses from the Menace Voice API schema.
2 min read
post/api/v1/workflow/{workflow_id}/runs
Request example
Response
post/api/v1/workflow/{workflow_id}/runs

See authentication for workspace API access. Public embed and artifact endpoints use their documented session or access tokens.

Path parameters

workflow_idintegerrequired#

Headers

authorizationstring · null#
X-API-Keystring · null#

Body

application/json
modestringrequired#
namestringrequired#

Responses

application/json
Successful Response
idintegerrequired#
workflow_idintegerrequired#
namestringrequired#
modestringrequired#
created_atstringrequired#
definition_idintegerrequired#
initial_contextobject · null#
Show child attributes