Authorization: Bearer ********************// {
// "task_id": "kling-v1825380683199176793", // Task ID for text-to-video generation. Path parameter in the request URL. Fill the value directly into the request path. Choose one of two query methods: task_id or external_task_id.
// "external_task_id": "", // Custom task ID for text-to-video generation. The external_task_id provided when creating the task. Choose one of two query methods: task_id or external_task_id.
// }curl --location --request GET 'https://api.key4u.shop/kling/v1/videos/text2video/827996385395363846' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '// {
// "task_id": "kling-v1825380683199176793", // Task ID for text-to-video generation. Path parameter in the request URL. Fill the value directly into the request path. Choose one of two query methods: task_id or external_task_id.
// "external_task_id": "", // Custom task ID for text-to-video generation. The external_task_id provided when creating the task. Choose one of two query methods: task_id or external_task_id.
// }'{}