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.
Content Rating
Rate existing images for $0.0002 per image.
Alt Text
Generate short alt text for existing images.
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, alt text, 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 content rating: read Rate Image Content
- Need image alt text: read Generate Image Alt Text
- 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