DocsImage + Video Studio
Videothird-party proxy

Image + Video Studio

Generate video from a prompt or animate a still image through OpenPaths. Results are re-encoded to storage-efficient AV1 WebM and published to CuteDSL object storage.

From $0.08 per video; model-dependent

Parameters

ParameterTypeRequiredDefaultDescription
promptstringrequiredDescribe the scene and the motion you want.
modelstringoptionalauto-videoOpenPaths video model or automatic routing.Options: auto-video, ltx-video, ltx-2, ltx-2.3-image-to-video
image_urlstringoptionalPublic still-image URL to animate. Required for LTX 2.3 image-to-video.
aspect_ratiostringoptional16:9Output frame ratio.Options: 16:9, 9:16, 1:1, 4:3
durationintoptional5Requested clip duration in seconds (up to 10).
output_formatstringoptionalwebmCuteDSL returns an AV1 WebM optimized on its own host.

Example Request

curl -X POST https://cutedsl.cc/api/service   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "service": "video_generate",
    "model": "auto-video",
    "prompt": "slow camera push-in as flowers glow and sway",
    "image_url": "https://example.com/still.webp",
    "aspect_ratio": "16:9",
    "duration": 5
  }'

Example Response

{
  "result": {
    "video_url": "https://appstatic.app.nz/cutedsl/uploads/user/videos/example.webm",
    "original_video_url": "https://provider.example/source.mp4",
    "codec": "av1",
    "output_format": "webm"
  },
  "credits_used": 15,
  "credits_remain": 4985,
  "usd_equivalent": 0.15
}

Playground

Connect your wallet to try the playground.

Connect Wallet