/api/workflows/{id}/webhook still requires a Webhook trigger and the same wfb_ key.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Start a run and poll status or logs.
curl -X POST https://<host>/api/workflows/{id}/execute \
-H "Authorization: Bearer wfb_..." \
-H "Content-Type: application/json" \
-d '{"input":{"address":"0x..."}}'
curl https://<host>/api/workflows/executions/{executionId}/status \
-H "Authorization: Bearer wfb_..."
curl https://<host>/api/workflows/executions/{executionId}/logs \
-H "Authorization: Bearer wfb_..."
/api/workflows/{id}/webhook still requires a Webhook trigger and the same wfb_ key.