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

# 简介

> gogogotoken.com 国内站 API 文档入口

**gogogotoken.com** 国内站文档提供基于豆包 Seedance 2.0 / Seedream 模型的 AI 图像与视频生成 API，并兼容 OpenAI Video、Kling、Jimeng 即梦接口格式。

<Note>
  所有接口统一使用 `https://gogogotoken.com` 作为 Base URL，并通过 Bearer Token 鉴权。
</Note>

## 能力概览

<CardGroup cols={2}>
  <Card title="图片生成" icon="image" href="/images">
    通过 OpenAI Images 兼容格式调用 Seedream 4.0 / 4.5 / 5.0 文生图模型。
  </Card>

  <Card title="视频生成" icon="video" href="/video-generations">
    提交 Seedance 2.0 文生视频、图生视频任务，并通过 task\_id 轮询结果。
  </Card>

  <Card title="素材管理" icon="folder-kanban" href="/assets">
    使用 Seedance 原生素材接口创建、上传、查询、分页列出和更新素材。
  </Card>

  <Card title="兼容接口" icon="plug" href="/openai-compatible">
    兼容 OpenAI Video、Kling 和 Jimeng 即梦请求格式，便于迁移现有客户端。
  </Card>
</CardGroup>

## 快速接入

1. 获取 API Key
2. 将 Base URL 指向 `https://gogogotoken.com`
3. 使用 `Authorization: Bearer YOUR_API_KEY` 调用接口

```http theme={null}
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
```
