Skip to main content
POST
SkyReels Lip Sync

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer YOUR_API_KEY.

Body

application/json

SkyReels lip-sync (retalking) request. Output is fixed at 720p.

video_url
string
required

Source talking video URL.

Minimum string length: 1
Example:

"https://example.com/video.mp4"

audio_url
string
required

Target audio URL to sync lips to.

Minimum string length: 1
Example:

"https://example.com/audio.wav"

reference_char_url
string

Optional reference character image URL to guide the driven face.

Example:

"https://example.com/face.png"

Response

Task submitted successfully

code
integer
required

Response code, 0 indicates success

Example:

0

message
string
required

Response message

Example:

"success"

data
object
required

Detailed data about the submitted asynchronous task.