Authorizations
API Key authentication.
Body
application/json
Key/value pairs for workflow variables. Value for a file array type variable should be a list of InputFileObjectWorkflow.
Example:
{
"user_query": "Translate this for me.",
"target_language": "French"
}Response mode. Cloudflare timeout is 100s for blocking.
Available options:
streaming, blocking User identifier.
Response
Successful workflow execution. Structure depends on response_mode.
blocking:application/jsonwithWorkflowCompletionResponse.streaming:text/event-streamwithChunkWorkflowEventstream.