fileId, original URL, and, on platforms that expose it, transcoding status and a map of generated resolution URLs.
The SDK exposes upload progress and video file metadata. Playback UI, caching, retry policy, and adaptive player behavior remain application concerns.
Platform Surface
Parameters
Upload A Video
Upload a video first, then use the returned video object orfileId in video-based content APIs.
Read Video Status And URLs
Read video status and resolution URLs when your UI needs to render playback or processing state. The returned video file also exposes its frame dimensions throughgetWidth(), getHeight(), and getRotation(). Width and height are the stored (pre-rotation) values — apply the rotation to get the displayed orientation, swapping width and height when the rotation is ±90°.
Related Topics
Video Posts
Attach uploaded videos to social posts.
File Handling
Upload and inspect generic file attachments.
Clip Posts
Create short-form clip posts where supported.