Chroma Golem API Documentation

Documentation

Core AI Generation Capabilities

Powerful AI generation tools designed specifically for game developers to create rich, dynamic content for your games.

Chroma Golem provides a suite of powerful, game-optimized AI generation APIs to help you create high-quality content efficiently. From dynamic text responses to stunning images and structured data, our tools are designed to integrate seamlessly into your game development workflow.

Generation Capabilities Overview

Explore our core generation APIs that power modern game development:

Text Generation

Generate dynamic, contextual text for dialogues, item descriptions, quests, lore, and more with our AI text generation API.

  • • Natural language dialogue generation
  • • Descriptive text for game elements
  • • Story and quest content
  • • Character backstories and personalities
Learn more

Image Generation

Create stunning visual assets from simple text prompts with our game-optimized image generation API.

  • • Character portraits and avatars
  • • Item and skill icons
  • • Environment concepts
  • • UI elements and textures
Learn more

Data Generation

Generate structured data for your game including stats, attributes, and JSON-formatted content.

  • • Balanced item stats and attributes
  • • Character skills and abilities
  • • Structured quest and mission data
  • • Economy and progression systems
Learn more

Common Use Cases

Our core generation capabilities power a wide range of game development needs:

Procedural Content Generation

Create endless unique content for your games including NPCs, quests, items, and environments that adapt to player actions and provide fresh experiences.

Text Generation Image Generation Data Generation

Dynamic Storytelling

Create branching narratives and dynamic stories that respond to player choices, generating personalized game experiences that keep players engaged.

Text Generation Image Generation

Asset Creation

Generate visual assets, UI elements, icons, and concept art to accelerate your game development process and maintain visual consistency.

Image Generation

Game Systems & Mechanics

Design balanced game systems with procedurally generated stats, crafting recipes, skill trees, and progression systems that scale with your player base.

Data Generation Text Generation

Seamless Integration

Our APIs are designed to work with any game engine or platform:

U

Unity

UE

Unreal Engine

G

Godot

JS

Web Games

Pro tip: All of our APIs share the same authentication system and rate limiting, making it easy to use multiple capabilities together in your game.

Getting Started

Quick Start Example

All of our core capabilities use a similar API structure for consistency and ease of use:

// Example: Generate text content for your game
const response = await fetch('https://api.chromagolem.com/v1/chat/completions', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'Authorization': 'Bearer YOUR_API_KEY'
  },
  body: JSON.stringify({
    "client_id": "player_12345",
    "messages": [
      {
        "role": "system",
        "content": "Generate a brief description for a magical sword found in an ancient ruin."
      },
      {
        "role": "user",
        "content": "The player has just defeated the guardian of the Crystal Caverns. What legendary weapon do they find?"
      }
    ]
  })
});

Explore Documentation

Each core capability has detailed documentation with examples, best practices, and integration guides.

Community Resources

Join our community to learn from other game developers and share your implementations.

Capabilities Comparison

Feature Text Generation Image Generation Data Generation
Content Types Dialogue, descriptions, story Portraits, icons, environments Stats, quest data, assets
Response Format Plain text, JSON PNG, JPG, URL JSON, structured data
Use Cases NPCs, quests, lore Assets, UI, concept art Items, rewards, crafting
Pricing Model Per token Per image Per token

Ready to Start Creating?

Choose a capability to explore or get your API key to start building today.

Have questions?

Need a little extra help? Join our Discord server for game devs to chat with our team and other developers.

Back to your dashboard
View my API keys