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

# GET /api/lipsyncs_v2/{id}/

`GET /api/lipsyncs_v2/{id}/`

Mixin to provide a reusable `list` method for filtering and paginating queryset results.

## Path parameters

- `id` string, uuid, required

## Response `200`

- MultiAvatarLipsyncRetrieveOutput
  - `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
  - `word_alignments` WordAlignment[], required — List of word-level timing information
    - `start` number, double, required — Start time of the word in seconds
    - `duration` number, double, required — Duration of the word in seconds
    - `text` string, required — The word text

---

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