task_id to poll for status via GET /api/public/video/status.video.completed event.curl --location --request POST 'https://api.zebracat.ai/v1/video/translate' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_url": "http://example.com",
"target_language": "en",
"enable_caption": true,
"should_render": false
}'{
"task_id": "string",
"status": "string"
}