Get animation frames
get_framesPresigned per-frame thumbnails for a character animation or an asset motion pair — never inline base64. Use format:"sheet" to get ONE index-labeled contact sheet, which lets you judge a whole capture in a single look; that is the intended way to pick which frames to keep before calling select_frames.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Max thumbnail edge (default 256, cap 1024). "full" opts out of downscaling. | |
| format | No | "sheet" returns one labeled contact sheet. | |
| pairId | No | Motion pair id — required when target=assetPair. | |
| target | Yes | Frames of a character animation, or of an asset motion pair. | |
| indices | No | Comma-separated frame indices to subset, e.g. "0,4,8". | |
| entityId | Yes | Character id (target=character) or asset id/slug (target=assetPair). | |
| animation | No | Animation slug — required when target=character. |