Create a video
POST /v1/videos
Public http(s) URLs of the source image(s). The maximum count depends on duration:
5s → 1, 10s → 3, 15s → 4.
5, 10, or 15 seconds.480p, 720p, or 1080p.product_only or with_model. product_only is billed 15% cheaper.One of
21:9, 16:9, 4:3, 1:1, 3:4, 9:16. Auto-selected from the images if omitted.Optional public URL of a logo to reveal in the ad.
Include a background track.
Optional creative direction for the ad.
Response
Pricing
Cost = credits-per-second × duration × mode multiplier, rounded up.product_only applies a 0.85× multiplier. Example: a 10s 720p product-only video =
ceil(4 × 10 × 0.85) = 34 credits.
Poll a video
GET /v1/videos/{id}
When status is completed, video_url holds the MP4. Video generation typically takes
several minutes, so poll on a longer interval than shoots.