Learn how to run AI Flows in bulk on API.
curl --location 'https://flows.eachlabs.ai/api/v2/[WORKFLOWID]/bulk' \ --header 'X-API-KEY: YOUR_API_KEY_HERE' \ --header 'Content-Type: application/json' \ --data '{ "parameters": [ { "prompt": "a woman is running in a NYC" }, { "prompt": "a woman is dancing" } ], "webhook_url": "https://webhook.site/xx" }'
Was this page helpful?