Skip to main content

Endpoint

The endpoint always runs the latest commit of the workflow. There is no environment path segment.

Path parameters

Headers

Request body

A JSON object mapping input names to values. The keys must match the inputs declared in the workflow’s config.yaml.

File uploads

For workflows with file or file_list inputs, use multipart/form-data:

Response

Success (200)

Error (401)

Error (402)

Example