ProductsVideo Generation
Video Generation

Cinematic listing videos from stills.

Turn a set of property images into a polished listing video with smooth motion, transitions and branding, rendered server-side.

/v1/video-clips

How it works

1

Send your images

Pass the stills you want animated and a target duration.

2

We render

Motion, transitions and branding are composed into a clip.

3

Delivered back

A signed webhook returns the finished video to your product.

One endpoint

Call it with one request.

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.

  • Social-ready listing videos at scale
  • Consistent branded intros and outros
  • Video for every listing, not just premium
request.sh
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"
}

Generated by DomeTech

Video Generation sample