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.
What a material is
A material is a registered video or audio file stored for Open API use. After upload completes, the API returns amaterialId you pass to tasks such as media translation.
Materials are API-only — not shared with uploads on vmeg.ai. See Assets overview.
Material type
Thecategory field on a material describes the asset type, for example:
category | Typical use |
|---|---|
video | Video translation (taskType: vt) |
audio | Audio translation (taskType: at) |
name, CDN URLs (addressUrl, thumbnailUrl, audioUrl), mimeType, duration, and filesize. For every field and type, see the response body in List materials.
Lifecycle
- Upload → receive
materialId - Reference
materialIdin a product request - List or delete when no longer needed
Operations
| Action | Endpoint |
|---|---|
| List | GET /openapi/v1/assets/material/list |
| Delete | POST /openapi/v1/assets/material/delete |

