Turn a set of property images into a polished listing video with smooth motion, transitions and branding, rendered server-side.
Pass the stills you want animated and a target duration.
Motion, transitions and branding are composed into a clip.
A signed webhook returns the finished video to your product.
Send the request, get a job back, and a signed webhook delivers the finished asset to your product. No polling, no model code to maintain.
curl -X POST https://api.dometech.com.au/v1/video-clips \
-H "X-API-Key: dome_live_sk_..." \
-d '{ "image_url": "https://.../hero.jpg", "duration": 5 }'
# 202 Accepted
{
"job_id": "job_abc123",
"status": "queued"
}