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

# VMEG Open API

> 集成 TTS、翻译、媒体本地化、声音克隆与素材管理

通过 VMEG Open API，你可以在自己的服务端发起语音与翻译类任务：提交作业、使用 API 侧的素材与音色，并在需要时通过 Webhook 接收耗时较长的结果。

## 能力概览

<CardGroup cols={2}>
  <Card title="音视频翻译" icon="film" href="/zh/guides/products/media-translation">
    上传视频或音频后进行翻译与配音。
  </Card>

  <Card title="文本转语音" icon="volume-high" href="/zh/guides/products/text-to-speech">
    将文本合成为语音。
  </Card>

  <Card title="声音克隆" icon="microphone" href="/zh/guides/products/voice-clone">
    从样本克隆音色并复用。
  </Card>

  <Card title="文本翻译" icon="language" href="/zh/guides/products/text-translation">
    批量翻译文本。
  </Card>

  <Card title="素材" icon="photo-film" href="/zh/guides/assets/materials">
    保存用于翻译任务的音视频文件。
  </Card>

  <Card title="音色" icon="waveform-lines" href="/zh/guides/assets/voices">
    为语音合成选择系统或克隆音色。
  </Card>
</CardGroup>

各接口的请求与响应字段见 [API 参考](/zh/api-reference/introduction)。

## 从哪里开始

<CardGroup cols={2}>
  <Card title="快速开始" icon="rocket" href="/zh/guides/quickstart">
    完成第一次 API 调用（同步 TTS 示例）。
  </Card>

  <Card title="价格" icon="coins" href="/zh/guides/pricing">
    付费与积分说明。
  </Card>

  <Card title="API 密钥" icon="key" href="/zh/guides/authentication">
    创建密钥并发起请求。
  </Card>

  <Card title="Remote MCP" icon="plug" href="/zh/guides/mcp/setup">
    使用 API Key 手动接入 MCP 客户端。
  </Card>

  <Card title="产品概览" icon="layer-group" href="/zh/guides/products/overview">
    任务、同步与异步、结果如何返回。
  </Card>
</CardGroup>
