Skip to main content
POST
Run template by exact ID or unique name.

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Path Parameters

jobTemplateId
string
required

Body

application/json
scheduleFor

Absolute execution time as an ISO 8601 date-time string or Unix timestamp in milliseconds. Must not be in the past or more than 30 days in the future.

inputs
object | null

Template input values for this run. Must be a JSON object; null is normalized to an empty object. Values are materialized only under api.input().templateInputs and cannot modify the top-level execution envelope.

options
object

Options.

Response

Job scheduled.

Last modified on September 11, 2026