Sync3 Lip Sync Video
sync3_lip_sync_videoMain SwitchApp lip-sync for your videos. Uses Sync Labs Sync 3 only — never Kling. Call action="create" with video_url plus either sound_file (a base64 audio data URI) or audio_url; then call action="status" with the returned task_id. Sync 3 processes the whole clip in one pass with occlusion-aware lip sync, preserves the supplied audio, and returns a branded SwitchApp view_url when complete. Charges credits on create; failed jobs are refunded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Create a Sync 3 lip-sync job or check its status. | |
| task_id | No | status: the sync: task_id returned by create. | |
| audio_url | No | create: public or Switch-resolvable URL of the audio. Use instead of sound_file. | |
| video_url | No | create: source video URL. | |
| sound_file | No | create: base64 data URI of the audio (for example data:audio/mpeg;base64,...). |