video_url
text_content
custom_floating_text
task_id
{ "video_url": "string", "text_content": "string", "custom_floating_text": [ "string" ] }
curl --location --request POST '/generate_video' \ --header 'Content-Type: application/json' \ --data-raw '{ "video_url": "string", "text_content": "string", "custom_floating_text": [ "string" ] }'
{ "task_id": "12345abcdef" }