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

# Geeknow API 文档

> 面向开发者的 Geeknow API 文档入口，覆盖文本、图像、视频、上传、任务和账户能力。

# Geeknow API 文档

这套文档面向接入 Geeknow API 的开发者，汇总可公开调用的能力、鉴权方式、参数说明、响应格式和异步任务流程。

文档只说明开发者调用 Geeknow API 时需要关注的公开 API 行为与使用约定。

<CardGroup cols={2}>
  <Card title="文本接口" icon="text" href="/api-reference/texts/overview">
    聊天补全、Responses、Claude Messages、Gemini 原生格式、模型列表和实时能力。
  </Card>

  <Card title="图像系列" icon="image" href="/api-reference/images/overview">
    图像生成、图像编辑、Gemini 原生图像、Midjourney 任务和模型能力矩阵。
  </Card>

  <Card title="视频系列" icon="clapperboard" href="/api-reference/videos/overview">
    Grok、Sora、Veo、Seedance、国产视频模型等视频生成与查询能力。
  </Card>

  <Card title="上传管理" icon="upload" href="/api-reference/uploads/overview">
    图片、视频和媒体资源的预签名上传能力。
  </Card>

  <Card title="任务管理" icon="list-checks" href="/api-reference/tasks/overview">
    异步任务提交后的状态查询、结果读取和失败信息说明。
  </Card>

  <Card title="账户管理" icon="key-round" href="/api-reference/account/overview">
    API Key 认证、兼容认证头、OAuth 状态码和余额查询。
  </Card>
</CardGroup>

## 适合从这里开始

1. 新接入先阅读账户管理，确认 API Key 获取方式、认证头和余额查询。
2. 需要文本或多模态能力时，先阅读文本接口概览，再进入具体协议页面。
3. 需要图像或视频生成时，先阅读对应系列概览和模型矩阵，再进入模型家族页面。
4. 使用异步生成能力时，先确认提交接口和任务查询接口的完整链路。

## 文档约定

* 每个接口页都会说明请求方法、接口地址、鉴权方式、参数、响应字段和常见状态码。
* 文本接口、图像接口、视频接口和任务接口的响应格式以对应页面展示为准。
* 异步任务提交后会返回任务标识，生成结果需要通过任务查询页面读取。
* 页面中的模型名、字段名和状态值以具体接口页为准。

## 推荐阅读顺序

1. [账户管理概览](/api-reference/account/overview)
2. [文本接口概览](/api-reference/texts/overview)
3. [图像系列概览](/api-reference/images/overview)
4. [视频系列概览](/api-reference/videos/overview)
5. [任务管理概览](/api-reference/tasks/overview)
