curl --location --request POST 'https://stablediffusionapi.com/api/v1/enterprise/text2video' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "enterprise_api_key",
"model_id": "model_id",
"prompt": "Girl smiling and sitting on bench, ultra HD video",
"negative_prompt": "Low Quality",
"width": "512",
"height": "512",
"scheduler": "UniPCMultistepScheduler",
"num_inference_steps": "30",
"enhance_prompt": "yes",
"guidance_scale": 7.5,
"strength": 0.7,
"seed": null,
"webhook": null,
"track_id": null
}'