post https://api.edenai.run/v2/workflow//execution/
Launch a workflow Execution.
if you set input
in your workflow, you will need to launch the execution with these inputs as parameters
For example if you set a file_url as input with name "my_invoice", your request body will look like this:
{ my_invoice: "https://example.com/public/invoice_123.pdf" }