---
title: "Submit scene for generation (bills 10 coins)"
method: POST
path: "/v1/scenes/wizard/draft/{id}/submit"
tags: ["Scene Wizard"]
---

# Submit scene for generation (bills 10 coins)

`POST /v1/scenes/wizard/draft/{id}/submit`

## Path parameters

- `id` string, required

## Request body

- SubmitSceneDto
  - `name` string — Scene name
  - `genre` string — Genre
  - `place` string — Place/Location
  - `timePeriod` string — Time period
  - `backstory` string — Backstory
  - `goal` string — Goal for the scene
  - `description` string — Scene description/summary

## Response `202`

Scene submitted successfully

- SubmitSceneResponseDto
  - `sceneId` string, required
  - `status` 'DRAFT' | 'IN_QUEUE' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'TIMED_OUT', required
  - `message` string, required
  - `transactionId` string

## Other responses

- `402` — Insufficient coin balance
- `404` — Draft not found

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
