Skip to main content

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.

Quick Start

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

API Reference

View the full API documentation and get started quickly.

Supported Models

Seedream Image Generation

Supports model versions including seedream-5-lite, seedream-4.5, and more. Text-to-image & image-to-image.

Veo 3 Video Generation

Google Veo 3.1 video generation with 3 modes (Quality/Fast/Lite). Text-to-video & image-to-video.

Nano Banana Image Generation

Gemini-powered image generation with nano-banana (Flash) and nano-banana-pro (Pro). Text-to-image & image-to-image.

Core Features

Unified Interface

All models share the same submit / query / cancel endpoints. Switching models only requires changing the model parameter.

Async Tasks

Returns a taskId immediately after submission. Get results via polling or Webhook.

Webhook Callbacks

Automatically pushes results to your server when a task completes — no polling required.