Back to Wiki

API Documentation

Browse articles in this category.

API Integration Basics

By Dev Team • Jan 01, 2025

MakerForge API (Beta)



Integrate our generation engine into your game or app.

Endpoint: `POST https://api.makerforge.ai/v1/generate`

Headers:
  • `Authorization: Bearer YOUR_API_KEY`

  • `Content-Type: application/json`


  • Body:

    {
    "prompt": "a treasure chest mimic",
    "format": "glb"
    }


    Contact sales to get your API key.
    Preview Mode