Trigger your Fetch Hive Workflows via endpoints.
Last updated 27 days ago
Was this helpful?
Trigger a workflow to run
/workflows/invoke
fetchhive
production
curl -L \ --request POST \ --url 'https://api.fetchhive.com/v1/workflows/invoke' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"endpoint":"fetchhive","variant":"production","inputs":{},"async":{}}'
{ "output": "text" }