v1

latestOpenAPI 3.1.02026-07-2268276396.6 KB
Workflows

Execute Workflow

Execute a workflow with an inline template definition or a stored template ID. Returns a streaming response via Server-Sent Events.

post/v1/workflow/execute

Request body

execution_idstring nullable

Provide a previous execution ID to resume a workflow conversation.

inputobject nullable

Input values for template placeholders.

model_name'base' | 'pro'

Available models for execution.

Response

Streaming SSE response with workflow results.

execution_idstring required

Workflow conversation identifier. Use this to resume the conversation.

request_idstring required

Unique identifier for this request.