# Mynth - Documentation | mynth.io ## Docs - [Async and Polling](https://docs.mynth.io/guides/async-and-polling.md): Choose between sync and async generation, then retrieve task results correctly. - [Batch Generation](https://docs.mynth.io/guides/batch-generation.md): Create many independent generation tasks in parallel across prompts or models. - [Control Prompts](https://docs.mynth.io/guides/control-prompts.md): Use plain prompts, structured prompts, negative prompts, and enhancement modes. - [Control Size](https://docs.mynth.io/guides/control-size.md): Choose presets, aspect ratios, and output settings. - [Convex full-stack image generation](https://docs.mynth.io/guides/convex-full-stack-image-generation.md): Build a simple full-stack Mynth flow with Convex actions, signed webhooks, and reactive image updates. - [Generate Images](https://docs.mynth.io/guides/generate-images.md): Create image tasks with the Mynth SDK or the REST API. - [Rate Image Content](https://docs.mynth.io/guides/rate-images.md): Use POST /image/rate to classify the content of one or more images by URL. - [Upload Input Images](https://docs.mynth.io/guides/upload-input-images.md): Upload images to Mynth and reuse the returned URLs in generation requests. - [Use Content Rating](https://docs.mynth.io/guides/use-content-rating.md): Enable default or custom content classification on generated images. - [Use Metadata](https://docs.mynth.io/guides/use-metadata.md): Attach your own identifiers and workflow context to image generation tasks. - [Use Webhooks](https://docs.mynth.io/guides/use-webhooks.md): Deliver task results to your backend with dashboard-managed or request-level webhooks. - [Mynth Documentation](https://docs.mynth.io/index.md): Build image generation workflows with the Mynth API, SDK, webhooks, and browser-safe task polling. - [Quickstart](https://docs.mynth.io/quickstart.md): Generate your first image with Mynth and understand the result you get back. - [Authentication](https://docs.mynth.io/reference/authentication.md): Authenticate Mynth API requests with API keys and understand Public Access Tokens. - [Errors and Limits](https://docs.mynth.io/reference/errors-and-limits.md): Practical limits, validation boundaries, and the main failure cases to account for. - [Image Generation Request](https://docs.mynth.io/reference/image-generation-request.md): Reference for the request body accepted by POST /image/generate. - [Image Rate Request](https://docs.mynth.io/reference/image-rate-request.md): Reference for the request body and response shape of POST /image/rate. - [OpenAPI Reference](https://docs.mynth.io/reference/openapi.md): Use the live OpenAPI document for endpoint schemas and interactive API exploration. - [Tasks](https://docs.mynth.io/reference/tasks.md): Reference for task endpoints, statuses, and result retrieval. - [Webhooks](https://docs.mynth.io/reference/webhooks.md): Reference for webhook events, headers, signature format, and payloads. - [Integrations](https://docs.mynth.io/sdk/integrations.md): Official integrations for Convex and TanStack AI. - [Convex](https://docs.mynth.io/sdk/integrations/convex.md): Verify webhook signatures and route events with @mynthio/sdk/convex. - [TanStack AI](https://docs.mynth.io/sdk/integrations/tanstack-ai.md): Generate images through TanStack AI's image abstraction with @mynthio/tanstack-ai-adapter. - [Client Configuration](https://docs.mynth.io/sdk/js-ts/client.md): Configure the Mynth JavaScript and TypeScript client for production use. - [JS/TS SDK Overview](https://docs.mynth.io/sdk/js-ts/overview.md): Understand what the official Mynth SDK provides and when to use it. - [Tasks and Polling](https://docs.mynth.io/sdk/js-ts/tasks.md): Work with completed tasks, async tasks, helper methods, and SDK polling errors. - [Types and Models](https://docs.mynth.io/sdk/js-ts/types-and-models.md): Use exported request types, task types, and runtime model metadata from the SDK. - [Browser Polling](https://docs.mynth.io/tutorials/browser-polling.md): Build an async flow that starts a task on the server and polls safely from the browser. ## Optional - [Mynth](https://mynth.io) - [Dashboard](https://mynth.io/dashboard) - [Models](https://mynth.io/models) - [API Reference](https://api.mynth.io/openapi)