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
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| prompt | string | required | — | Describe the scene and the motion you want. |
| model | string | optional | auto-video | OpenPaths video model or automatic routing.Options: auto-video, ltx-video, ltx-2, ltx-2.3-image-to-video |
| image_url | string | optional | — | Public still-image URL to animate. Required for LTX 2.3 image-to-video. |
| aspect_ratio | string | optional | 16:9 | Output frame ratio.Options: 16:9, 9:16, 1:1, 4:3 |
| duration | int | optional | 5 | Requested clip duration in seconds (up to 10). |
| output_format | string | optional | webm | CuteDSL 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