More modelsKwaivgiKling lipsync audio to video
Generate video with kwaivgi/kling-lipsync/audio-to-video
Generates a video using the kwaivgi/kling-lipsync/audio-to-video model.
AuthorizationBearer <token>
API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.
In: header
modelstring
model name
audiostring
The URL pointing to the audio file that will be used for generating synchronized lip movements. Supported audio file formats: .mp3/.wav/.m4a/.aac, with a maximum file size of 5MB.
videostring
The URL of the video file for generating synchronized lip movements. Video files support .mp4/.mov, file size does not exceed 100MB, video length does not exceed 10s and is not shorter than 2s, only 720p and 1080p are supported, length and width dimensions should both be between 720px and 1920px.
Response Body
curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \ -H "Content-Type: application/json" \ -d '{ "model": "kwaivgi/kling-lipsync/audio-to-video", "audio": "https://static.atlascloud.ai/media/videos/sz4ehr9vanrme0cpwnp9wr4g8c.mp3", "video": "https://static.atlascloud.ai/media/videos/tmptucl_ok3.mp4" }'
{
"id": "string",
"urls": {},
"model": "string",
"status": "string",
"outputs": [
"string"
],
"created_at": "2019-08-24T14:15:22Z",
"has_nsfw_contents": [
true
]
}