v1

latestOpenAPI 3.0.22026-07-24296786.1 KB
Assets

Get user media asset

Retrieves a user uploaded media asset by its ID. Returns the asset's status, title, content type, and metadata including detected language if available. Currently only supports user-uploaded assets in the dubbing configuration.

get/v2/assets/{user_media_asset_id}

Path parameters

user_media_asset_idstring uuid required

The unique identifier of the media asset to retrieve.

Response

Success. Returns the media asset details.

idstring required
titlestring required

The title of the user uploaded asset.

contentType'image/webp' | 'image/jpeg' | 'image/png' | 'image/svg+xml' | 'image/gif' | 'video/mp4' | 'video/webm' | 'video/quicktime' | 'audio/wav' | 'audio/mpeg' | 'audio/ogg' | 'audio/aac' | 'audio/flac' | 'audio/mp4' | 'audio/webm' | 'font/otf' | 'font/ttf' | 'font/woff' | 'application/font-woff' | 'font/woff2' | 'application/vnd.ms-powerpoint' | 'application/vnd.openxmlformats-officedocument.presentationml.presentation' | 'application/vnd.synthesia.studio-video' | 'application/vnd.synthesia.studio-imported-video' | 'application/vnd.synthesia.studio-dubbed-video' | 'application/vnd.synthesia.studio-photo-avatar-video' | 'application/vnd.synthesia.studio-synthesia-academy-video' | 'application/vnd.synthesia.studio-synthesia-feature-overview-video' | 'application/vnd.synthesia.studio-synthesia-example-video' | 'application/vnd.synthesia.studio-synthesia-demo-video' | 'application/vnd.synthesia.studio-synthesia-welcome-webinar-video' | 'application/vnd.synthesia.studio-user-template' | 'application/vnd.synthesia.studio-synthesia-template' | 'application/vnd.synthesia.studio-synthesia-processed-gif' | 'application/vnd.synthesia.studio-user-course' | 'application/vnd.synthesia.font-family' | 'application/vnd.synthesia.folder' | 'application/json' | 'application/x-xliff+xml' | 'application/pdf' | 'text/csv' required

AssetContentType specifies the MIME type of a particular asset, and provides some helper methods and properties

status'awaiting_upload' | 'processing' | 'error' | 'ready' required
errorCode'asset_upload' | 'language_detect' | 'unknown'