Authorization: Bearer ********************
{
"video_url": "https://fal.media/files/koala/8teUPbRRMtAUTORDvqy0l.mp4",
"text": "Mental health is as important as physical health, shaping our emotions, thoughts, and daily interactions.",
"voice_id": "genshin_klee2",
"voice_language": "en",
"voice_speed": 1
}
curl --location --request POST 'https://api.chatfire.cn/fal-ai/kling-video/lipsync/text-to-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_url": "https://fal.media/files/koala/8teUPbRRMtAUTORDvqy0l.mp4",
"text": "Mental health is as important as physical health, shaping our emotions, thoughts, and daily interactions.",
"voice_id": "genshin_klee2",
"voice_language": "en",
"voice_speed": 1
}'
{
"status": "IN_QUEUE",
"request_id": "d953f062-abd8-4276-9ad4-98e1d926c456",
"response_url": "https://queue.fal.run/fal-ai/kling-video/requests/d953f062-abd8-4276-9ad4-98e1d926c456",
"status_url": "https://queue.fal.run/fal-ai/kling-video/requests/d953f062-abd8-4276-9ad4-98e1d926c456/status",
"cancel_url": "https://queue.fal.run/fal-ai/kling-video/requests/d953f062-abd8-4276-9ad4-98e1d926c456/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}