Skip to main content
POST
/
generation
/
pixverse
/
lipsync
PixVerse Lipsync
curl --request POST \
  --url https://open.skills.video/api/v1/generation/pixverse/lipsync \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "video_url": "<string>",
  "audio_url": "<string>"
}
'
{
  "id": "<string>",
  "status": "starting",
  "usage": {
    "total": 0,
    "subscription": 0,
    "permanent": 0
  }
}
Video + audio lipsync generation powered by PixVerse.

Authorizations

Authorization
string
header
required

API Key for API endpoints

Body

application/json
video_url
string<uri>
required

URL of the source video for lipsync generation

audio_url
string<uri>
required

URL of the source audio track for lipsync generation

n
integer
default:1

Number of results to generate (1-4)

Required range: 1 <= x <= 4

Response

Generation status

id
string
required

Generation id.

status
enum<string>
required

Generation status

Available options:
starting,
processing,
succeeded,
failed,
canceled
usage
object
required

Credit usage breakdown for the request