---
title: "POST /api/lipsyncs_v2/{id}/render/"
method: POST
path: "/api/lipsyncs_v2/{id}/render/"
tags: ["lipsyncs_v2"]
---

# POST /api/lipsyncs_v2/{id}/render/

`POST /api/lipsyncs_v2/{id}/render/`

This endpoint triggers the rendering of a lipsync v2 video.

## Path parameters

- `id` string, uuid, required

## Response `200`

- MultiAvatarLipsyncOutput
  - `id` string, uuid, required
  - `name` string, nullable — The name of the lipsync request.
  - `output` string, nullable, required — Output video
  - `video_thumbnail` string, uri, required — Generated Video Thumbnail URL
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `credits_used` number, required — Credits used in this API call
  - `duration` integer, required — Duration of the video in seconds
  - `progress` string, required
  - `failed_reason` string, nullable, required — The reason for failure, if the lipsync request failed
  - `media_job` string, uuid, nullable — The media job associated with the lipsync request.
  - `status` string, required — Status of the lipsync request
  - `webhook_url` string, uri, nullable — The webhook URL to be called upon completion of the lipsync request
  - `preview` string, nullable, required — Preview video
  - `editor_url` string, nullable, required — Editor URL for the video. Expires in 24 hours. Available only if your API account has API editor access enabled.
  - `aspect_ratio` '16x9' | '1x1' | '9x16', required — * `16x9` - Ratio 16 9 * `1x1` - Ratio 1 1 * `9x16` - Ratio 9 16
  - `model_version` 'standard' | 'aurora_v1' | 'aurora_v1_fast' — * `standard` - Standard * `aurora_v1` - Aurora v1 * `aurora_v1_fast` - Aurora v1 Fast
  - `video_inputs` unknown[], required
    - unknown

---

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