---
title: "Start Generation"
method: POST
path: "/api/vibe-motion/generate"
tags: ["VibeMotion"]
---

# Start Generation

`POST /api/vibe-motion/generate`

## Request body

- VibeMotionGenerateRequest
  - `prompt` string, required
  - `model` string
  - `resolution` unknown[], required
    - unknown
  - `fps` integer, required
  - `duration` number, required
  - `actual_html_animation` string, nullable
  - `images` string[], nullable
  - `colors` object, nullable
  - `transparent_background` boolean
  - `font_slug` string, nullable
  - `font_slugs` string[], nullable
  - `provider` string
  - `origin` string

## Response `200`

Successful Response

- VibeMotionJobResponse
  - `job_id` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

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