Skip to content

Stream Manuscript Consistency

POST
/api/writing/outline/check-consistency/manuscript/stream

SSE variant of the manuscript scan.

ConsistencyCheckRequest

Body for POST /check-consistency/* routes.

scope_kind is always redundant with the route itself but is echoed back in applied_parameters for tracing. Callers MUST NOT send a mismatched scope_kind; the server validates per-route.

object
strictness
Strictness
string
default: medium
Allowed values: off low medium high
queries
Any of:
Array<string>
Allowed values: pov_violation knowledge_violation entity_presence_declared_missing entity_presence_prose_undeclared dead_character_appearance timeline_ordering_violation
maxOutput
Any of:
integer
concurrency
Any of:
integer

Successful Response

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object