Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/workflows//publish
POST /v1/workflows/{workflow_ref}/publish
curl -X POST https://api.vonative.com/v1/workflows/wfl_abc123/publish \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "version": 2, "status": "published" } }
404