AI order draft builder (streaming)

Same as /agent/order-builder/v1 but streams progress events via SSE as each workflow step completes. | (OrderBuilderReq) -> SSE stream of OrderBuilderStreamEvent

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
order_short_idstringRequired
textstringRequired

Response

Successful Response
eventenum
Allowed values:
messagestring
order_idstring
order_short_idstring
summarystring
validation_passedboolean
validation_issueslist of strings
noteslist of strings
errorstring

Errors

422
Dev Post Agent Order Builder Stream V1request Unprocessable Entity Error