Game Factory
Game Factory is a powerful AI-powered RESTful API that allows users to generate fully functional web-based games from simple natural language prompts—no coding required. Whether you're a developer, educator, hobbyist, or just exploring game ideas, this API helps you bring interactive experiences to life in minutes. Live demo: Experience Game Factory in action by visiting our GameBot app at…
Game Factory endpoints
| Method | Endpoint | Description |
|---|---|---|
| Game Generation (Synchronous) | ||
| POST |
Generate Game Code (Real-time) /api/v1/aigamefactory/generate |
Generates playable game webpage code synchronously based on a user-provided input prompt. This endpoint processes the request in real time, returning the complete game code in… |
| Game Generation (Aynchronous) | ||
| GET |
Get Job Status /api/v1/aigamefactory/jobs/{jobId} |
Retrieves the status and result of a previously submitted game generation job. Use the jobId returned from the /jobs endpoint to check whether the game code generation is still… |
| POST |
Create Game Job /api/v1/aigamefactory/jobs |
Submits a game generation request based on a user-provided prompt. This endpoint immediately returns a jobId, while the game code is generated in the background. Clients can use… |
Game Factory pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $12 / month | — |
|
| ULTRA | $45 / month | — |
|
| MEGA | $229 / month | — |
|