Create Game SpriteSheet
Creating a 2D pixel art for your game.
Last updated
Was this helpful?
Creating a 2D pixel art for your game.
Last updated
Was this helpful?
The SpriteSheet Generation API allows developers to generate AI-powered 2D pixel-style spritesheets for use in game engines. By providing a textual prompt, the API will return a spritesheet in the requested style and format.
style
String
"v1"
Two versions available ["v1", "v2"]. Default is v1.
form
String
"sheet"
Tow formats available ["sheet", "gif"]. Default is "sheet", for game engine use case. "gif" is more suitable for profile, avatar needs.
prompt
String
"Super Mario in snow cloth"
Describe the appearance of the sprite sheet. Default is "", which means for a random generation.
scale_by
int
2
tile size of the sprite sheet. Default is 2.
Note, you need to fill in your own api key in the curl. For how to apply api key, Apply Your Test Key
each api call will spend 30 GG coins. Make sure you have balance in your account.