Skip to main content

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.

URLs

PurposeURL
Documentation sitehttps://docs.vmeg.ai
API base URL (all /openapi/** requests)https://api.vmeg.ai
The interactive Playground sends requests to https://api.vmeg.ai.

Authentication

All /openapi/** endpoints require your API Key in the Authorization request header:
Authorization: Bearer <api_key>
Enter the key in the Playground Authorization field to try requests.

Endpoint groups

GroupDescription
TTSSpeech synthesis (sync and async)
Text translationBatch sentence translation
Voice cloneClone from reference audio
Media translationVideo/audio localization pipeline
Task managementList, detail, delete
Assets - MaterialsUpload and material library
Assets - VoicesSystem and cloned voices
Async create-async endpoints document the Callbacks webhook request body (task-specific data schema) on the same page. Concept guides (idempotency, webhooks, errors) are under the Guides tab.