Slow, smooth dolly zoom pushing gradually closer to the subj...
Slow, smooth dolly zoom pushing gradually closer to the subject, maintaining focus, gentle forward movement over 4 seconds.
View API Code
curl -X POST https://runapi.ai/api/v1/runapi/text_to_video \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"prompt": "Slow, smooth dolly zoom pushing gradually closer to the subject, maintaining focus, gentle forward movement over 4 seconds."
}
JSON