本文へ移動
Developers

Concepts

Assets

Assetは成果物の種類、状態、メディア情報、期限付き取得URLを持ちます。永続公開URLとは分けて扱います。

Asset types

AssetTypeFormatPreview state
asset_video_01videoMP4 / 9:16ready
asset_caption_01captionsSRT / jaready
asset_thumbnail_01thumbnailWebPready

Access

URLには有効期限があります

取得URLをデータベースへ永続保存せず、必要な時点でAssetを再取得する設計にします。

download_url
期限付きの取得URL。
expires_at
URLが無効になる日時。
media_type
video、captions、thumbnail。
status
processing、ready、failed。

Retrieve an asset