Media API
Fetch video, GIF, thumbnail, snapshots, and debug stills.
Media endpoints are useful for custom players and build workflows.
Video
textGET /api/v1/demos/{id}/video
GIF
textGET /api/v1/demos/{id}/gif
Thumbnail
textGET /api/v1/demos/{id}/thumbnail
Shortcuts
textGET /thumb/{id}.pngGET /gif/{id}.gif
Shortcut URLs return 404 until the demo has the matching thumbnail or GIF asset. Uploaded demos get those assets from --thumbnail / --gif, littledemo record --upload, or POST /api/v1/demos/{id}/local-assets.
Analysis assets
textGET /api/v1/demos/{id}/snapshots/{index}GET /api/v1/demos/{id}/debug-stills/{index}
These are mainly useful when reviewing generation quality.