Start an asynchronous workflow run
curl -X POST https://api.origamiagents.com/api/v1/workflows/wf_abc123/runs/async \ -H "x-origami-key: your-api-key" \ -H "Content-Type: application/json" \ -d '{ "nodes": { "node_xyz": { "config": { "prompt": "Custom prompt text" } } } }'
{ "success": true, "data": { "workflowId": "wf_abc123", "runId": "run_xyz789", "status": "queued" } }
{}
Show Node configuration structure
Show data properties
queued