Skip to main content
POST
Start multiple automations asynchronously

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key from the API Keys page.

Body

application/json

Batch of automation task configurations

runs
object[]
required

Array of run configurations (1-100)

Required array length: 1 - 100 elements
profile_id
string

Browser Context Profile ID to use when use_profile is true.

Minimum string length: 1
Example:

"prof_abc123def4567890"

output_schema
object

Optional provider-supported structured-output schema subset applied to every run in the batch. Unsupported fields are rejected before the request is accepted.

Example:

Response

All runs created and enqueued successfully.

Batch async run response. Run creation is atomic. Returns run_ids on success, error on failure.

run_ids
string[] | null
required

Created run IDs. Null if creation failed.

Example:
error
object | null
required

Error details. Null if successful.