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

# Start Export

`POST /api/vibe-motion/export`

## Request body

- VibeMotionExportRequest
  - `html_code` string, required
  - `resolution` unknown[], required
    - unknown
  - `fps` integer, required
  - `duration` number, required
  - `settings` object, nullable
  - `filename` string, nullable

## 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)
