Ship games faster.
GET /api/v1/generate/*

AI-powered game asset generation via REST API. Images, sprites, 3D models, audio, music, voice, video, and playable prototypes — all with one integration.

Generate a sprite in 3 lines of code
curl -X POST https://forgeai.sbs/api/v1/generate/sprite \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{ "prompt": "warrior idle stance", "gamemakerPackage": true }'

# Response: { "outputUrl": "...", "packageUrl": "..." }

8 Asset Types, 1 API

Everything you need to build games with AI

đŸ–ŧī¸

Image Generation

Concept art, UI elements, backgrounds, and game assets with DALL-E 3

from 0.5 credits
🎮

Sprite Generation

Animated character sprites, enemies, items with customizable frames

from 2 credits
🎲

3D Models

Low-poly 3D models for characters, objects, and environments

from 3 credits
đŸ’Ĩ

SFX Generation

Sound effects: explosions, weapons, footsteps, UI sounds, and more

from 2 credits
đŸŽĩ

Music Generation

Original background music in any genre: chiptune, orchestral, electronic

from 4 credits
đŸŽ™ī¸

Voice Generation

Text-to-speech voice lines for characters with emotion control

from 1 credit
đŸŽŦ

Video Generation

Game trailers, cutscenes, and motion assets from text or images

from 5 credits
đŸ•šī¸

Playable Prototypes

Turn game ideas into playable web prototypes instantly

from 5 credits

GameMaker Integration

Generate assets and import directly into GameMaker with a single checkbox. No manual file handling — we generate the .yymps package for you.

  • One-click .yymps export
  • Drag & drop into GameMaker IDE
  • Supports sprites, sounds, backgrounds
  • GML runtime library coming soon
View Integration Docs
# Request with GameMaker export
{
  "prompt": "hero character pixel art",
  "gamemakerPackage": true,
  "gmFolder": "Sprites/Characters"
}

# Response includes:
{
  "outputUrl": "... .png",
  "packageUrl": "... .yymps"
}

Simple, Transparent Pricing

Pay for what you use. No hidden fees.

Starter

$9/mo

5,000 credits/year

Learn More

Studio

$99/mo

100,000 credits/year

Learn More