🧠 Gameer API Reference

All API endpoints are available via POST. Expect JSON input and output.

🚀 Request Early Access

The Gameer API is currently in private beta. Join our exclusive waitlist to be among the first developers to create AI-powered games and get early access to our comprehensive API suite.

Exclusive Access

Be the first to create immersive games and worlds with Gameer

By joining, you agree to receive updates about Gameer. Unsubscribe anytime.

Already have access? Jump to API docs

API Endpoints

POST /api/generate

Generate a complete game from a schema or prompt.

{
  "schema": "game_schema_here",
  "prompt": "optional_prompt_here",
  "options": {
    "runtime": "phaser",
    "quality": "high"
  }
}