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/audio' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"audio_url": "http://example.com",
"duration": 15,
"should_render": false
}'{
"task_id": "string",
"status": "string"
}