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

> Integrate TTS, translation, media localization, voice cloning, and asset management

Use VMEG Open API to run speech and translation workloads from your own backend: submit jobs, work with API-side files and voices, and get long-running results through webhooks when needed.

## What you can do

<CardGroup cols={2}>
  <Card title="Media translation" icon="film" href="/guides/products/media-translation">
    Translate and dub video or audio you upload.
  </Card>

  <Card title="Text to speech" icon="volume-high" href="/guides/products/text-to-speech">
    Turn text into speech.
  </Card>

  <Card title="Voice clone" icon="microphone" href="/guides/products/voice-clone">
    Clone a voice from a sample and reuse it.
  </Card>

  <Card title="Text translation" icon="language" href="/guides/products/text-translation">
    Translate text in batches.
  </Card>

  <Card title="Materials" icon="photo-film" href="/guides/assets/materials">
    Store video and audio files for translation jobs.
  </Card>

  <Card title="Voices" icon="waveform-lines" href="/guides/assets/voices">
    Pick preset or cloned voices for speech synthesis.
  </Card>
</CardGroup>

Field-level request and response shapes live in [API reference](/api-reference/introduction).

## Where to start

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/guides/quickstart">
    Your first API call (synchronous TTS).
  </Card>

  <Card title="Pricing" icon="coins" href="/guides/pricing">
    Paid access and credits.
  </Card>

  <Card title="API Key" icon="key" href="/guides/authentication">
    Create a key and call the API.
  </Card>

  <Card title="Remote MCP" icon="plug" href="/guides/mcp/setup">
    Manually connect an MCP client with your API Key.
  </Card>

  <Card title="Products overview" icon="layer-group" href="/guides/products/overview">
    Tasks, sync vs async, and how results are delivered.
  </Card>
</CardGroup>
