Skip to main content
Mynth is an image generation platform for developers. You send a prompt and optional controls, Mynth creates an async task, and you receive results through polling, webhooks, or both. The documentation is organized for external teams integrating Mynth into production products. It focuses on how to make requests, retrieve results, and design safe client and server flows.

Quickstart

Generate your first image with the JavaScript SDK.

Generate Images

Use the SDK or the REST API to create image tasks.

Webhooks

Deliver completed task results to your backend automatically.

Browser Polling

Build an async flow that is safe to use from the browser.

What you can build

  • Text-to-image generation with automatic model and size selection
  • Async pipelines that return immediately and finish in the background
  • Parallel multi-model or multi-prompt generation with ordinary client-side concurrency
  • Client-side status polling without exposing your API key
  • Server-side integrations that receive signed webhook events
  • Structured prompts, input images, content rating, and metadata-driven workflows

Start with the right path

Use this documentation based on the kind of problem you need to solve:

Models

  • Browse the live model catalog at mynth.io/models
  • In the SDK, use AVAILABLE_MODELS when you need runtime model metadata
  • See Types and Models for capability checking