Execute workflow. Cannot be executed without a published workflow.
API Key authentication.
Key/value pairs for workflow variables. Value for a file array type variable should be a list of InputFileObjectWorkflow.
{
"user_query": "Translate this for me.",
"target_language": "French"
}Response mode. Cloudflare timeout is 100s for blocking.
streaming, blocking User identifier.
Successful workflow execution. Structure depends on response_mode.
blocking: application/json with WorkflowCompletionResponse.streaming: text/event-stream with ChunkWorkflowEvent stream.