Skip to main content
Image

Quick Example

Request Body

Response

Get Lipsync Details

Quick Example

Path Parameters

Response

Response Fields

List Lipsyncs

  • Endpoint: GET /v3/lipsyncs
  • Purpose: List lipsyncs with cursor-based pagination.

Quick Example

Query Parameters

Response

Update Lipsync

Quick Example

Request Body

Delete Lipsync

Quick Example

Response

CLI Usage

Use --request-schema to see all available request fields without needing auth:

Polling Pattern

Lipsyncs are processed asynchronously. Poll until status reaches "completed" or "failed". Status transitions: pendingrunningcompleted | failed
Or let the CLI handle polling for you:

Asset Inputs

Both video and audio fields accept two input formats: By URL — any publicly accessible HTTPS link:
By asset ID — reference a file previously uploaded via POST /v3/assets (see Upload Assets):