Media URLs
Fetch raw video, GIF, thumbnail, and debug assets.
Media URLs
Use media URLs when you need raw files for a custom player, build pipeline, or social image workflow.
Video
textGET https://littledemo.com/api/v1/demos/{demoId}/video
Video responses support range requests, which browsers use for seeking.
GIF
textGET https://littledemo.com/api/v1/demos/{demoId}/gif
Use GIFs for small previews, not full product tours.
Thumbnail
textGET https://littledemo.com/api/v1/demos/{demoId}/thumbnail
Short URL:
texthttps://littledemo.com/thumb/{demoId}.png
GIF shortcut:
texthttps://littledemo.com/gif/{demoId}.gif
Variants
Some media endpoints accept a variant query parameter.
textGET /api/v1/demos/demo_abc123/video?variant=main
Use variants only after inspecting the demo response and confirming the variant exists.