Added
- Added an
imagesexpansion toincludethat returns a deduplicated gallery of an application's plans, elevations and photographs. Each image carries a directly-renderable CDNurl, itsclassification, dimensions, and the source document it was drawn from. - Added a
contentexpansion that attachesfileUrl(the document PDF) andocrUrl(its extracted text, as Markdown) to every entry indocuments, so files can be displayed and searched in-browser. The councilsourceUrlremains as the upstream fallback. - Added an
enrichmentexpansion exposing how an application's documents were segmented and summarised, together with classification reasoning where it has been recorded. - All three are available on GET /v1/planning/{applicationIds}, GET /v1/planning/sources/{sourceIds} and POST /v1/planning/query. Pass them through the
includeoption — a comma-separated string on the by-id routes (for example?include=images,content,extractions) or theincludearray in the query body. Every expansion is opt-in and omitted by default, so existing integrations are unaffected.