Skip to main content
POST
Trigger a runner run

Authorizations

Authorization
string
header
required

API key prefixed with cr_ (e.g. cr_a1b2c3...)

Body

application/json
runner_id
string<uuid>
required

ID of the runner to trigger

website_id
string<uuid>

Website scope (auto-resolved for single-website API keys)

event_type
string

Optional event type (makes the trigger appear event-driven)

payload
object

Optional event payload passed to the runner

inputs
object

Optional input values merged with the runner's default inputs

Response

Run queued successfully

success
boolean
required
data
object