Skip to main content
POST
/
workflows
/
run
Run Workflow
curl --request POST \
  --url https://api.sixtyfour.ai/workflows/run \
  --header 'Content-Type: application/json' \
  --data '
{
  "specs_override": {},
  "webhook_payload": [
    {}
  ]
}
'
{
  "status": "<string>",
  "workflow_id": "<string>",
  "job_id": "<string>",
  "cache_config": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.sixtyfour.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
string | null

Query Parameters

workflow_id
string
required

Workflow ID to run

save_json
boolean
default:false

Also save results as JSON

Body

application/json
specs_override
Specs Override · object

Optional specs to override first block specs

webhook_payload
object

Response

Successful Response

Response when a workflow run is started.

status
string
required

Run status, typically 'queued'.

workflow_id
string
required

Workflow identifier.

job_id
string
required

Job (run) identifier.

cache_config
Cache Config · object

Cache configuration; only set by the custom-cache endpoint.