Authorization: Bearer ********************{
"video_media_id": 0,
//"source_media_id":0,
//"audio_media_id":0,
"lip_sync_tts_speaker_id": "auto",
"lip_sync_tts_content": "hello this is harry, where are you from?"
}curl --location 'https://api.kuai.host/openapi/v2/video/lip_sync/generate' \
--header 'API-KEY: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"video_media_id": 0,
//"source_media_id":0,
//"audio_media_id":0,
"lip_sync_tts_speaker_id": "auto",
"lip_sync_tts_content": "hello this is harry, where are you from?"
}'{}