---
title: "Create UGC video with lip-synced speech (async)"
method: POST
path: "/api/tryon/create-video"
tags: ["Video Generation"]
---

# Create UGC video with lip-synced speech (async)

`POST /api/tryon/create-video`

## Response `200`

Video job created

- VideoJobResponse
  - `job_id` integer
  - `status` 'pending' | 'processing' | 'completed' | 'failed'
  - `credits_used` integer
  - `message` string

---

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