Save Buying Journey Interview
POST /global-context/documents/buying-journey/interview
Record how this organisation actually sells, in its own words.
The answers are injected as HIGHEST-PRIORITY grounding the next time the buying journey is generated - they outrank the scraped and inferred material. The document must already exist; this grounds it, it does not create it.
Declared with a literal buying-journey second segment, so it does not
collide with /documents/{doc_id}/feedback.
Authorizations
Parameters
Header Parameters
Request Body required
The typed form of the untyped dict body the interview route takes.
The app reads answers and 400s when it is empty. Typed so that is a 422,
and so the shape is discoverable.
object
Structured interview answers about how this organisation sells. Injected as highest-priority grounding the next time the buying journey document is generated.
object
Responses
200
Successful Response
object
An open envelope for one settings block, document or brand artefact.
OPEN on purpose. These surfaces are configuration and generated content, and both grow: a new toggle on a settings block or a new field on a generated document must reach a caller on the day it ships, not on the day somebody remembers to widen a mirror. A closed response model here would silently DROP the new key, which reads to the caller as “the product does not have that setting”.
The request side is the opposite and is mirrored exactly - see the module docstring for why the asymmetry is deliberate.
object
422
Validation Error