Skip to main content
POST
Python (SDK)

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

blueprint_instance_id
string
required

Unique identifier for the workflow instance

Body

application/json

StartBlueprintInstanceRequest

workflow_args
any[] | null
workflow_kwargs
Workflow Kwargs · object | null
enable_streaming
boolean | null
default:true

Enable streaming responses to Redis for chat workflows. When True, chat responses are streamed to Redis streams that can be consumed via the /chat/stream endpoint.

Response

Successful Response