Get export download command
get_export_commandBuild the authenticated download URL + a ready-to-run curl line for a zip export (character engine bundle, asset bundle, or map bundle). Run the curl in your own shell — zips are multi-MB binaries and must not be passed through the model. Requires SPRITESHIP_API_KEY to be set in that shell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Phaser character exports only — narrow the zip to one downscale variant. Godot, Unity, and GameMaker always use full-resolution source frames. | |
| engine | Yes | Target engine. "tiled" is maps only; sprites have no Tiled emitter. | |
| target | Yes | What to export. | |
| entityId | Yes | Character id, asset id/slug, or map id. |