Create Game SpriteSheet
Creating a 2D pixel art for your game.




1. Endpoint
2. Request Body
Name
Type
Example Value
Description
Rate Limits
Last updated
Creating a 2D pixel art for your game.




Last updated
POST https://api.rpggo.ai/v2/assets/spritesheet/create
curl --location 'https://api.rpggo.ai/v2/assets/spritesheet/create' \
--header 'Content-Type: application/json' \
--header 'Authorization: YOUR-API-KEY' \
--data '{
"style": "v1",
"prompt": "a girl",
"form": "sheet",
"scale_by": 2
}'{
"code": 200,
"msg": "ok",
"data": {
"img_url": "https://storage.googleapis.com/rpggo-imagegen/CHARACTER_SHEET/54d9b5f8d25d4a1991eb2d2f26cdaa3f.gif"
}
}{
"code": 10000008,
"message": "Authentication failed,Invalid token"
}{
"code": 10000000,
"message": "user balance is not enough"
}