Skip to main content
POST
POST /api/v1/runs
Use this endpoint to start a full workflow run. The response returns a runId; poll GET /v1/runs/{runId} for status and node outputs.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

StartRunInputSchema

Response

202

Accepted