cURL
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 } }
API Key for API endpoints
URL of the source video for lipsync generation
URL of the source audio track for lipsync generation
Number of results to generate (1-4)
1 <= x <= 4
Generation status
Generation id.
starting
processing
succeeded
failed
canceled
Credit usage breakdown for the request
Show child attributes