Skip to main content
POST
Run Single Job

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Body

application/json
inputs
string[]
required

The inputs for the task

task_version
number
default:0
required

The version of the task

turbo
boolean
default:false

Optional flag to enable turbo execution mode for this task run

Response

Successfully ran task

status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required
message
string
required
error
object