Skip to main content
POST
Queue a bounded pilot or production run

Authorizations

Authorization
string
header
required

Tenant secret key (lcr_…). Server-side only.

Path Parameters

workflowId
string<uuid>
required

Body

application/json
version
integer
required
Required range: x >= 1
mode
enum<string>
required
Available options:
pilot,
run
max_charge_credits
string
required

Positive total credit ceiling for the run.

Pattern: ^\d+(?:\.\d{1,6})?$
idempotency_key
string
required
Required string length: 1 - 200
input
any

Inline JSON input, up to 256 KiB. Omitted or null input becomes an empty object. Cannot be combined with input_artifact_id.

input_artifact_id
string<uuid>
max_rows
integer

Defaults to 10 for a pilot or 10,000 for a production run. Pilots accept at most 10 rows.

Required range: 1 <= x <= 10000

Response

Idempotent replay of the original run