Media URLs

Use media URLs when you need raw files for a custom player, build pipeline, or social image workflow.

Video

text
GET https://littledemo.com/api/v1/demos/{demoId}/video

Video responses support range requests, which browsers use for seeking.

GIF

text
GET https://littledemo.com/api/v1/demos/{demoId}/gif

Use GIFs for small previews, not full product tours.

Thumbnail

text
GET https://littledemo.com/api/v1/demos/{demoId}/thumbnail

Short URL:

text
https://littledemo.com/thumb/{demoId}.png

GIF shortcut:

text
https://littledemo.com/gif/{demoId}.gif

Variants

Some media endpoints accept a variant query parameter.

text
GET /api/v1/demos/demo_abc123/video?variant=main

Use variants only after inspecting the demo response and confirming the variant exists.

Ask a question... ⌘I