Resumable uploads use the TUS protocol; the ingestion endpoint may point to a TUS server. Follow the session instructions returned by createContentAsset / create_content_asset.
4
Submit for processing
After the file is uploaded, submit the content for transcoding. Use the same filename you passed to createContentAsset as assetName.
video — hls (streaming), download (MP4), preview (may be null for some encoders)
audio — download
images — Thumbnails are described by ThumbnailSet: urlFormat (string with placeholder) and count. Replace the placeholder in urlFormat with zero-padded indices: XXXXXXX = 7-digit 0-based (MediaConvert); XX = 2-digit 1-based (Rad Encoder).
subtitles — srt and vtt URLs (null for MediaConvert; present for Rad Encoder).