viddler_videos_register
Step 2 of uploading a video: after the file has been PUT to the uploadUrl, call this with the uploadId to create the video record. Returns the video (muxPlaybackId will be 'pending'). Poll viddler_videos_get until muxPlaybackId resolves — processing usually takes under a minute. If title/description are omitted, AI generates them from the video content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional explicit title. | |
| upload_id | Yes | The uploadId returned by viddler_videos_create_upload. | |
| custom_url | No | Optional custom URL slug. | |
| description | No | Optional explicit description. |