Spritesheets

Deprecated: prefer GET /assets/generations (all types, paginated, same source filter). This endpoint continues to work; no removal is scheduled. List spritesheets you previously generated through the API, most recent first. This is a free read-only history lookup (no credits, no generation); it does not create anything. Pass an optional request_id query parameter to return only the results tagged with that id when you originally called animateSprite or transferMotion. Requires an API key (user scope).

get/assets/sprites/results

Query parameters

request_idstring

Filter results by request_id

source'api' | 'web' | 'all'

Which surface the results were generated from: api (default, your API/MCP generations from the last 7 days), web (your Ludo web studio generations, no time limit), or all

Response

Success

spritesheet_urlstring
video_urlstring
audio_b64string
gif_urlstring
individual_frame_urlsstring[]
num_framesinteger
num_colsinteger
num_rowsinteger
spritesheet_with_background_urlstring
individual_frame_with_background_urlsstring[]
durationnumber float
request_idstring
created_atinteger

Changes

Changed in 2 of the 9 revisions of this API.2