Trigger your Fetch Hive Workflows via endpoints.
Last updated 27 days ago
Was this helpful?
Trigger a workflow to run
fetchhive
production
POST /v1/workflow/invoke HTTP/1.1 Host: api.fetchhive.com Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 160 { "endpoint": "fetchhive", "variant": "production", "inputs": { "first_start_input": "text", "second_start_input": "text" }, "async": { "enabled": true, "callback_url": "text" } }
Successful response
{ "output": "text" }