> ## 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 介绍

> sinancode.com API 概览

## 概述

sinancode.com 提供强大的 AI 图片和视频生成 API，支持多种主流模型。

## 基础信息

* **Base URL**: `https://api.sinancode.com`
* **认证方式**: Bearer Token
* **请求格式**: JSON
* **响应格式**: JSON

## 快速开始

1. 在 [Dashboard](https://sinancode.com/dashboard) 获取 API Key
2. 调用生成接口创建任务
3. 使用任务 ID 查询结果

## 支持的模型

<CardGroup cols={2}>
  <Card title="Nano Banana" icon="image" href="/cn/api-reference/endpoint/nano-banana-pro">
    高质量图片生成
  </Card>

  <Card title="Imagen" icon="wand-magic-sparkles" href="/cn/api-reference/endpoint/imagen4">
    Google Imagen 系列
  </Card>

  <Card title="Midjourney" icon="palette" href="/cn/api-reference/endpoint/midjourney-txt2img">
    Midjourney 风格生成
  </Card>

  <Card title="Sora 2" icon="video" href="/cn/api-reference/endpoint/sora2-text-to-video">
    AI 视频生成
  </Card>
</CardGroup>
