---
title: "Generate Landscaping Proposal Draft"
method: POST
path: "/landscaping-proposals/events/{event_id}/drafts/generate"
tags: ["landscaping-proposals"]
---

# Generate Landscaping Proposal Draft

`POST /landscaping-proposals/events/{event_id}/drafts/generate`

## Path parameters

- `event_id` string, required

## Request body

- LandscapingProposalDraftGenerateRequest
  - `template_id` string, nullable
  - `proposal_type` string, nullable
  - `template_version` integer, nullable
  - `semantic_match_run_id` string, uuid, nullable
  - `display_name` string, nullable

## Response `200`

Successful Response

- LandscapingProposalDraft
  - `id` string, uuid, required
  - `event_id` string, uuid, required
  - `organization_id` string, required
  - `template_registry_id` string, uuid, nullable
  - `template_id` string, required
  - `proposal_type` string, required
  - `status` 'draft' | 'ready' | 'failed' | 'archived', required
  - `source_generation_run_id` string, uuid, nullable
  - `draft_generation_run_id` string, uuid, nullable
  - `draft_json` object
  - `error` string, nullable
  - `metadata` object
  - `version_number` integer
  - `parent_draft_id` string, uuid, nullable
  - `root_draft_id` string, uuid, nullable
  - `section_selection` object, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `404` — Not found
- `422` — Validation Error

## Changes

- **2026-09-03** `2aac272a57fd` — 3 info
  - the `proposal_type` request property default value `enhancement` was removed
  - request property `anyOf[subschema #1: LandscapingProposalDraftGenerateRequest]/proposal_type` list-of-types was widened by adding types `null` to media type `application/json`
  - the `anyOf[subschema #1: LandscapingProposalDraftGenerateRequest]/proposal_type` request property's minLength was decreased from `1` to `0`

[Change history](https://skmtc.dev/noso/apis/crucible-backend-api/changes/landscaping-proposals/events/:event_id/drafts/generate/post.md)

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/6242f8ed3b67?raw)
