> ## Documentation Index
> Fetch the complete documentation index at: https://docs.maxapi.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Max API

> AI Image & Video Generation API — Unified Interface, Async Tasks, Webhook Callbacks

## Quick Start

Call multiple AI generation models through a unified RESTful API, supporting image generation, video generation, and more.

<Card title="API Reference" icon="bolt" href="/api-reference/introduction" horizontal>
  View the full API documentation and get started quickly.
</Card>

## Supported Models

<Columns cols={2}>
  <Card title="Seedream Image Generation" icon="image" href="/api-reference/seedream-image/text-to-image">
    Supports model versions including seedream-5-lite, seedream-4.5, and more. Text-to-image & image-to-image.
  </Card>

  <Card title="Veo 3 Video Generation" icon="clapperboard" href="/api-reference/veo-video/text-to-video">
    Google Veo 3.1 video generation with 3 modes (Quality/Fast/Lite). Text-to-video & image-to-video.
  </Card>

  <Card title="Nano Banana Image Generation" icon="sparkles" href="/api-reference/nano-banana/text-to-image">
    Gemini-powered image generation with nano-banana (Flash) and nano-banana-pro (Pro). Text-to-image & image-to-image.
  </Card>
</Columns>

## Core Features

<Columns cols={3}>
  <Card title="Unified Interface" icon="plug">
    All models share the same submit / query / cancel endpoints. Switching models only requires changing the model parameter.
  </Card>

  <Card title="Async Tasks" icon="clock">
    Returns a taskId immediately after submission. Get results via polling or Webhook.
  </Card>

  <Card title="Webhook Callbacks" icon="webhook">
    Automatically pushes results to your server when a task completes — no polling required.
  </Card>
</Columns>
