Concepts
Assets
Assetは成果物の種類、状態、メディア情報、期限付き取得URLを持ちます。永続公開URLとは分けて扱います。
Asset types
| Asset | Type | Format | Preview state |
|---|---|---|---|
asset_video_01 | video | MP4 / 9:16 | ready |
asset_caption_01 | captions | SRT / ja | ready |
asset_thumbnail_01 | thumbnail | WebP | ready |
Access
URLには有効期限があります
取得URLをデータベースへ永続保存せず、必要な時点でAssetを再取得する設計にします。
download_url- 期限付きの取得URL。
expires_at- URLが無効になる日時。
media_type- video、captions、thumbnail。
status- processing、ready、failed。

