---
title: "Start Ideation"
method: POST
path: "/api/ideation/run"
---

# Start Ideation

`POST /api/ideation/run`

Start an ideation agent run.

## Request body

- IdeationRunRequest
  - `prompt` string, required
  - `num_creatives` integer
  - `automation_id` string, nullable
  - `asset_ids` string[], nullable
  - `character_ids` string[], nullable

## Response `200`

Successful Response

- IdeationRunResponse
  - `run_id` string, required
  - `automation_id` string, nullable
  - `automation_run_id` string, nullable
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
