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:- New integration: start with Quickstart
- Need async UI flows: read Browser Polling
- Need webhook delivery: read Use webhooks
- Need request details: read Image generation request reference
- Need SDK behavior: read JS/TS SDK overview
Models
- Browse the live model catalog at mynth.io/models
- In the SDK, use
AVAILABLE_MODELSwhen you need runtime model metadata - See Types and Models for capability checking