Pixel Art Generator
Pricing
from $0.10 / result
Pixel Art Generator
Generate pixel art images from text descriptions. Choose style, size, and color palette. Get base64-encoded PNGs in a structured dataset.
Pixel Art Generator
Pricing
from $0.10 / result
Generate pixel art images from text descriptions. Choose style, size, and color palette. Get base64-encoded PNGs in a structured dataset.
You can access the Pixel Art Generator programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youâll need an Apify account and your API token, found in API & Integrations in Apify Console.
$echo '{< "description": "A retro 8-bit style warrior character with red armor, holding a sword, pixelated background with mountains",< "style": "8-bit",< "width": 128,< "height": 128,< "colorPalette": "default",< "temperature": 0.7<}' |<apify call parseforge/pixel-art-generator --silent --output-datasetThe Apify CLI is the official tool that allows you to use Pixel Art Generator locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: