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

# API Introduction

> sinancode.com API Overview

## Overview

sinancode.com provides powerful AI image and video generation APIs, supporting multiple mainstream models.

## Basic Information

* **Base URL**: `https://api.sinancode.com`
* **Authentication**: Bearer Token
* **Request Format**: JSON
* **Response Format**: JSON

## Quick Start

1. Get your API Key from [Dashboard](https://sinancode.com/dashboard)
2. Call the generation API to create a task
3. Query the result using the task ID

## Supported Models

<CardGroup cols={2}>
  <Card title="Nano Banana" icon="image" href="/en/api-reference/endpoint/nano-banana-pro">
    High-quality image generation
  </Card>

  <Card title="Imagen" icon="wand-magic-sparkles" href="/en/api-reference/endpoint/imagen4">
    Google Imagen series
  </Card>

  <Card title="Midjourney" icon="palette" href="/en/api-reference/endpoint/midjourney-txt2img">
    Midjourney style generation
  </Card>

  <Card title="Sora 2" icon="video" href="/en/api-reference/endpoint/sora2-text-to-video">
    AI video generation
  </Card>
</CardGroup>
