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.

What a material is

A material is a registered video or audio file stored for Open API use. After upload completes, the API returns a materialId you pass to tasks such as media translation. Materials are API-only — not shared with uploads on vmeg.ai. See Assets overview.

Material type

The category field on a material describes the asset type, for example:
categoryTypical use
videoVideo translation (taskType: vt)
audioAudio translation (taskType: at)
Other fields on a material include name, CDN URLs (addressUrl, thumbnailUrl, audioUrl), mimeType, duration, and filesize. For every field and type, see the response body in List materials.

Lifecycle

  1. Upload → receive materialId
  2. Reference materialId in a product request
  3. List or delete when no longer needed

Operations

ActionEndpoint
ListGET /openapi/v1/assets/material/list
DeletePOST /openapi/v1/assets/material/delete
Upload flows are on Material upload. Request and response fields: List materials, Delete material, and other Assets - Materials endpoints under the API reference tab.