POST
/
run
curl --request POST \
  --url https://api.cloudcruise.com/run \
  --header 'Content-Type: application/json' \
  --header 'cc-key: <api-key>' \
  --data '{
  "workflow_id": "<string>",
  "run_input_variables": {},
  "dry_run": {
    "enabled": true,
    "add_to_output": {}
  },
  "webhook": {
    "metadata": {}
  },
  "additional_context": {}
}'
{
  "session_id": "<string>"
}

Authorizations

cc-key
string
header
required

API key-based authentication. Provide your CloudCruise API key in the cc-key header. Contact support to obtain an API key for your account.

Body

application/json

Configuration for starting a new workflow execution

Response

202
application/json

Browser agent run initiated

The response is of type object.