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

# 欢迎使用 NanoBanana API

> 强大的 AI 图像生成和编辑 API

## 快速开始

欢迎使用 NanoBanana API - 您的前沿 AI 图像生成服务入口。只需几分钟即可开始使用。

<Card title="快速入门" icon="rocket" href="/cn/quickstart" horizontal>
  按照我们的快速入门指南开始使用 NanoBanana API 服务。
</Card>

## 核心 API 服务

探索我们为增强您的应用程序而设计的全面的 AI 驱动 API 套件。

<Columns cols={2}>
  <Card title="NanoBanana API" icon="image" href="/cn/nanobanana-api/generate-or-edit-image">
    使用最先进的模型进行高级 AI 图像生成和编辑。
  </Card>

  <Card title="通用 API" icon="credit-card" href="/cn/common-api/get-account-credits">
    所有服务的账户管理和积分监控。
  </Card>
</Columns>

## 主要功能

集成 AI 图像功能到您的应用程序所需的一切。

<Columns cols={2}>
  <Card title="文本生成图像" icon="wand-magic-sparkles" href="/cn/nanobanana-api/generate-or-edit-image">
    使用 AI 从文本描述生成令人惊叹的图像。
  </Card>

  <Card title="图像编辑" icon="pen-to-square" href="/cn/nanobanana-api/generate-or-edit-image">
    使用 AI 驱动的工具编辑和转换现有图像。
  </Card>

  <Card title="任务管理" icon="clock" href="/cn/nanobanana-api/get-task-details">
    高效监控生成进度并检索结果。
  </Card>

  <Card title="积分管理" icon="credit-card" href="/cn/common-api/get-account-credits">
    实时跟踪您的 API 使用情况和剩余积分。
  </Card>
</Columns>

## API 能力

<Columns cols={2}>
  <Card title="🎨 图像生成" href="/cn/nanobanana-api/generate-or-edit-image">
    使用多种生成模式从文本提示创建高质量图像。
  </Card>

  <Card title="📊 账户管理" href="/cn/common-api/get-account-credits">
    监控您的 API 使用情况并有效管理您的账户积分。
  </Card>
</Columns>

## 身份验证和安全

所有 API 服务都使用安全的 Bearer Token 认证。从 [API Key 管理页面](https://nanobananaapi.ai/api-key) 获取您的 API 密钥，并将其包含在请求头中：

```bash theme={null}
Authorization: Bearer YOUR_API_KEY
```

## 支持与资源

<Card title="需要帮助？" icon="life-ring" href="mailto:support@nanobananaapi.ai">
  联系我们的技术支持团队，获得集成和故障排除方面的帮助。
</Card>
